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} />