From 3509488d7571d0c9767a3c1ee800f0fc7a6005f1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:27:48 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fcfa4aa..20516cf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -82,4 +82,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 00185672008d221f241c59da04a8f445b232ce5b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:27:49 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 17ef76c..814bcef 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -83,4 +83,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From c11159255e6d90ff6aeaae79d261faac8d983b8e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:27:49 +0000 Subject: [PATCH 3/3] Update src/app/join-esg/page.tsx --- src/app/join-esg/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/join-esg/page.tsx b/src/app/join-esg/page.tsx index d4934ac..1819bb1 100644 --- a/src/app/join-esg/page.tsx +++ b/src/app/join-esg/page.tsx @@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function JoinESGPage() { return ( @@ -86,4 +86,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1