diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0e5b863..daeaf17 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- + - +
);