diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6cabbf4..ad1d22d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,112 +7,34 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file