diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 14bf67a..7f04302 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,108 +7,36 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);