diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 43a940f..82795f8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,116 +7,70 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file