From 71a8e825f9d3ae4ffb370022a52ea7355a7fcdad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 19:36:02 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 290 ++++++++++++--------------------------- 1 file changed, 88 insertions(+), 202 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 89b88e9..852ac2b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file