From 59ee7acf385ce0c0c5daee13876bba1d52afc78e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:36:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06ad430..602db3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,6 +70,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="split-description" + useInvertedBackground={false} products={[ { id: "p1", name: "Revolution", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=1" }, { id: "p2", name: "Medicine Wheel", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=2" }, @@ -83,6 +84,7 @@ export default function LandingPage() { cardTitle="Community Favorites" cardTag="Hear from our neighbors" cardAnimation="slide-up" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg" }, { id: "2", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3547.jpg" } @@ -94,6 +96,7 @@ export default function LandingPage() { -- 2.49.1