diff --git a/src/app/page.tsx b/src/app/page.tsx index c4e8648..25567cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -167,21 +167,20 @@ export default function LandingPage() {