diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f50783..ff262f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -316,7 +317,7 @@ export default function LandingPage() {