diff --git a/app/about/page.tsx b/app/about/page.tsx index 17c14c1..d07357a 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -2,22 +2,26 @@ import React from "react"; import Typography from "@mui/material/Typography"; import Image from "next/image"; import Headings from "@/components/Doubleheadings"; +import { FaGlobe, FaFacebook, FaLinkedin, FaLink } from "react-icons/fa"; export default function About() { return ( -
+
+ {/* Top Part Wrapper */}
-

+

Whatever cardigan tote bag tumblr hexagon brooklyn asymmetrical gentrify, subway tile poke farm-to-table. Franzen you probably havent heard of them.

+ + {/* Partnership Wrapper */}
{/* Partner 1 */}
@@ -31,52 +35,22 @@ export default function About() { />

- Holden Caulfield + Partner 1

-

UI Developer

+

Country

DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

- - - + - - - - + + - - - - + +
@@ -95,52 +69,22 @@ export default function About() { />

- Alper Kamu + Partner 2

-

Designer

+

Country

DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

- - - + - - - - + + - - - - + +
@@ -159,52 +103,22 @@ export default function About() { />

- Atticus Finch + Partner 3

-

UI Developer

+

Country

DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

- - - + - - - - + + - - - - + +
@@ -223,52 +137,22 @@ export default function About() { />

- Henry Letham + Partner 4

-

Designer

+

Country

DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

- - - + - - - - + + - - - - + +
diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 1e367a0..a3596f3 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -16,7 +16,7 @@ import MenuItem from '@mui/material/MenuItem'; import AdbIcon from '@mui/icons-material/Adb'; import Link from 'next/link'; -const pages = ['SAGE', 'GUARD', 'ARTISAN']; +const pages = ['SAGE', 'GUARD', 'ARTISAN', "About"]; const settings = ['Profile', 'Account', 'Dashboard', 'Logout']; function ResponsiveAppBar() { diff --git a/public/images/206x206.png b/public/images/206x206.png new file mode 100644 index 0000000..2f84139 Binary files /dev/null and b/public/images/206x206.png differ