From 75b99f4eaaa51019725f5e6de0dcbe39bae9cbaa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:23:23 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 97 +++++++++++------------------------------- 1 file changed, 25 insertions(+), 72 deletions(-) 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