diff --git a/src/app/page.tsx b/src/app/page.tsx index d48b2e2..be3a1ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, Heart, Home, Star, Users, Scissors, Phone } from 'lucide-react'; @@ -122,7 +122,7 @@ export default function LandingPage() {