From 35f11fd098d913654682fbf409b3b88cb97c0e47 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 18:29:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b9fa69..51149fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,6 +102,7 @@ export default function LandingPage() { textboxLayout="default" title="Client Success Stories" description="Hear how we helped our partners scale." + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Alex P.", role: "Founder", company: "InnovateCo", rating: 5 }, { id: "t2", name: "Jordan K.", role: "CMO", company: "TechFlow", rating: 5 } -- 2.49.1