diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 298d6d7..be8da32 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file