From e9441c3a62e284c3010ce721f11d6be2b3c72469 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 19:41:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bdbc16..88d6424 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; export default function LandingPage() { return ( @@ -133,25 +133,14 @@ export default function LandingPage() {
- +
+

What Our Clients Say

+
+ + + +
+
@@ -199,4 +188,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1