diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 13afb36..b988db0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,8 +6,9 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import Link from "next/link"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);