From 9531a2de013c73a257b42cfecb3e92c601c9255c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 07:48:05 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 60 ++++++++++++++---------------------------- 1 file changed, 20 insertions(+), 40 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3f3d782..019d6cf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,33 +7,28 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -79,17 +65,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From cec2ea5a63e97b08f1482969abaa14051b131a05 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 07:48:06 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 54 ++++++++++++++-------------------------- 1 file changed, 18 insertions(+), 36 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bc2e42c..5cec90e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,33 +7,28 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function ContactPage() { return (