diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 883736b..b912323 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,78 +6,47 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file