diff --git a/src/app/page.tsx b/src/app/page.tsx index 9445fb6..274b5e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; export default function LandingPage() { @@ -149,37 +149,57 @@ export default function LandingPage() {
-