diff --git a/src/app/page.tsx b/src/app/page.tsx index 0978f85..58cd210 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Phone } from "lucide-react"; @@ -258,49 +258,26 @@ export default function LandingPage() {