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" },