From 3055f11e7e9e9686c3203d40ce57e45a5c8a24cd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:15:23 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 148 +++++++++++++++------------------------ 1 file changed, 55 insertions(+), 93 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4e8985f..7fd0765 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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- + - +
); -} +} \ No newline at end of file