From 3ed7f6976b1f28be558374dfeba2259b29229f21 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 22:41:54 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c549ff..44154c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,17 @@ export default function LandingPage() { @@ -106,6 +106,7 @@ export default function LandingPage() {
Date: Sun, 29 Mar 2026 22:41:54 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index df024a1..600869e 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -41,6 +41,7 @@ export default function ShopPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "p1", name: "Artisan Olive Oil", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/extra-virgin-olive-oil-with-rosemary-wooden-table_23-2148443905.jpg" }, { id: "p2", name: "Truffle Infused Salt", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salt-various-spices-bowl-with-copy-space_23-2148560946.jpg" }, -- 2.49.1