diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f94c47a..23e1e66 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- + -
- -
+
+ +
- +
);