diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d6c344a..09d86bb 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,9 +40,11 @@ export default function ShopPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "p1", brand: "Joli", name: "Signature Roast", price: "$24", rating: 5, reviewCount: "(120)", imageSrc: "http://img.b2bpic.net/coffee-beans_23-2148782354.jpg" }, - { id: "p2", brand: "Joli", name: "Ceramic Mug", price: "$15", rating: 4, reviewCount: "(85)", imageSrc: "http://img.b2bpic.net/coffee-cup-table_23-2148782354.jpg" } + { id: "p2", brand: "Joli", name: "Ceramic Mug", price: "$15", rating: 4, reviewCount: "(85)", imageSrc: "http://img.b2bpic.net/coffee-cup-table_23-2148782354.jpg" }, + { id: "p3", brand: "Joli", name: "Brew Kit", price: "$45", rating: 5, reviewCount: "(45)", imageSrc: "http://img.b2bpic.net/coffee-cup-table_23-2148782354.jpg" } ]} />