diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1e98605..163e71f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function AboutPage() { return ( - + - + -
- -
+
+ +
- +
);