From 29dc1c523418aba600e9267cecd6b3837b93a809 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 00:50:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 133a245..551f01e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -181,6 +181,7 @@ export default function LandingPage() { textboxLayout="split" animationType="blur-reveal" showRating={true} + useInvertedBackground={true} title="Client Sentiments" description="Testimonials from our most esteemed partners." testimonials={[ @@ -199,6 +200,7 @@ export default function LandingPage() { text="Contact our specialists for an exclusive consultation regarding your business requirements." background={{ variant: "gradient-bars"}} + useInvertedBackground={false} buttons={[ { text: "Schedule Meeting" } ]} -- 2.49.1