diff --git a/src/app/page.tsx b/src/app/page.tsx index 668fe6f..3292bce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { CheckCircle, Sparkles, Star } from 'lucide-react'; @@ -101,20 +101,34 @@ export default function LandingPage() { />