From 790417e7619dcab1c9b05152a418b7946eda911f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 06:07:20 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 179 ++++++++++++--------------------------- 1 file changed, 54 insertions(+), 125 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 267001b..3bc4970 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,11 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import { MessageCircleQuestion } from "lucide-react"; export default function LandingPage() { return ( @@ -27,121 +27,65 @@ export default function LandingPage() { -
- +
-
- + -
- -
-
@@ -149,68 +93,53 @@ export default function LandingPage() { -- 2.49.1