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" } ]}