From abe2caa9b87d98bbf3fcbdba902aed72cc328b79 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:06:18 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 182 ++++++++++++++------------------------- 1 file changed, 66 insertions(+), 116 deletions(-) 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 -- 2.49.1