diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f6e010..5410359 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -90,20 +90,21 @@ export default function LandingPage() {