From a009db2248fb5e2760ddbc63858e19573cf816cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:24:33 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 97 ++++++++++++++++++++-------------------- 1 file changed, 49 insertions(+), 48 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7c90c20..2b04fc8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,8 +6,9 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import Link from "next/link"; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- + - +
);