From 18d341f819437afa026e0dc445d56ebaeec65c35 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 03:05:18 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 144 +++++++++------------------------------ 1 file changed, 34 insertions(+), 110 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c824327..b82877c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,6 +7,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import { MessageCircleQuestion } from "lucide-react"; export default function LandingPage() { return ( @@ -27,35 +28,17 @@ export default function LandingPage() { @@ -172,62 +121,37 @@ export default function LandingPage() {