diff --git a/src/app/page.tsx b/src/app/page.tsx index 60cbf18..3b17622 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -107,13 +107,14 @@ export default function LandingPage() {
-