From 428683f631c21319df7321634f46abd6f3c84a61 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 14:15:22 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 09d86bb..f3a7d4a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -43,8 +43,8 @@ export default function ShopPage() { 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: "p3", brand: "Joli", name: "Brew Kit", price: "$45", rating: 5, reviewCount: "(45)", 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?_wi=1" }, + { id: "p3", brand: "Joli", name: "Brew Kit", price: "$45", rating: 5, reviewCount: "(45)", imageSrc: "http://img.b2bpic.net/coffee-cup-table_23-2148782354.jpg?_wi=2" } ]} /> -- 2.49.1