From 9621445cb0655cf643ab374bdf4b34dd86e85d50 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:37:29 +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 0d7d423..327500b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,6 +71,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="split-description" + useInvertedBackground={false} products={[ { id: "p1", name: "Signature Daisy", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/candles-spring-flowers-table-serving-decor-concept-top-view_169016-28298.jpg" }, { id: "p2", name: "Sun-Kissed Petals", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-halloween_23-2147680564.jpg" }, @@ -99,6 +100,8 @@ export default function LandingPage() { -- 2.49.1