diff --git a/src/app/page.tsx b/src/app/page.tsx index a362275..aecfe33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { const handleCall = () => { @@ -116,15 +116,16 @@ export default function LandingPage() {