diff --git a/src/app/page.tsx b/src/app/page.tsx index b327555..d4b62cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Briefcase, Globe, HelpCircle, ListChecks, Sparkles } from "lucide-react"; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; @@ -210,16 +210,26 @@ export default function LandingPage() {
-