From fa86f16d101a562e99dd5a811523a151233adc1b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:20:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b96842..4eda184 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,7 @@ export default function LandingPage() { @@ -64,6 +65,7 @@ export default function LandingPage() { description="See why owners and their dogs love our premium tech collection." testimonials={[{ id: "1", name: "Alice M.", handle: "@alicem", testimonial: "My dog loves the new warm bed! Truly a premium build.", rating: 5 }]} showRating={true} + useInvertedBackground={false} /> @@ -93,6 +95,7 @@ export default function LandingPage() { buttons: [{ text: "Go Premium" }] } ]} + useInvertedBackground={false} /> @@ -102,6 +105,8 @@ export default function LandingPage() { title="Meet the Experts" description="Our passionate team of animal behaviorists and engineers." team={[{ id: "t1", name: "Sarah Chen", role: "Lead Engineer" }]} + textboxLayout="default" + useInvertedBackground={false} /> -- 2.49.1