From a0de36a5c3d4727572ac49081921a3c2a21dbfc4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:30:21 +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 ddda970..57d9095 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,6 +107,7 @@ export default function LandingPage() { showRating={true} animationType="depth-3d" textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Varun", handle: "@varun", testimonial: "The floral arrangements were absolutely breathtaking, turning our venue into a dreamland.", rating: 5, icon: Star }, { id: "t2", name: "Srija", handle: "@srija", testimonial: "Professionalism and artistry combined perfectly. Truly memorable experiences.", rating: 5, icon: Star }, @@ -120,6 +121,7 @@ export default function LandingPage() { text="Let's create something extraordinary together." background={{ variant: "sparkles-gradient" }} buttons={[{ text: "Start Consultation", href: "#" }]} + useInvertedBackground={false} /> -- 2.49.1