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