From 00185672008d221f241c59da04a8f445b232ce5b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:27:49 +0000 Subject: [PATCH] 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