diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ce07470..22288b1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file