From fde4df738c3186e0939efc074cc72bfb764e708c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:37:59 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 160 ++++++++++++++------------------------- 1 file changed, 57 insertions(+), 103 deletions(-) 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