From c42fbb8647bb38b6bb8b90a7d65fac2b426bdefc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 07:29:47 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 230 +++++++++++++-------------------------- 1 file changed, 75 insertions(+), 155 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7a2fdc2..b421adb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,12 +2,12 @@ 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 ContactForm from '@/components/sections/contact/ContactForm'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroContact from '@/components/sections/hero/HeroContact'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { ArrowRight, HelpCircle } from "lucide-react"; +import { ArrowRight, Mail, Phone, Pin, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -28,40 +28,13 @@ export default function LandingPage() { -
- -
- -
- -
- -
- + +
+ +
+ +
+ +
+ @@ -169,54 +110,33 @@ export default function LandingPage() {