From 8ef62219fbea73961d3b1b60d75c0826569cf423 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 12:35:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) 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() {
-