diff --git a/src/app/page.tsx b/src/app/page.tsx index d5dff6c..227adad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Award, Heart, Sparkles, Instagram, Mail, Phone } from 'lucide-react'; @@ -224,15 +224,20 @@ export default function LandingPage() {