diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3225ade..8bcb178 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,85 +7,66 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file