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