diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cc3e150..8fc6210 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + - +
); -} +} \ No newline at end of file