From 1a2f17dc60a7f17f48b51b3c8d0dcd5b83fa423a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:28:27 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 160 ++++++++++++++------------------------- 1 file changed, 56 insertions(+), 104 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 927e2ed..f8a77dc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,120 +7,72 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file