From 80f9467110c3aecc42aa82c80a726e3183323dfd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:15:44 +0000 Subject: [PATCH] Update src/lib/dummyProducts.ts --- src/lib/dummyProducts.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/dummyProducts.ts b/src/lib/dummyProducts.ts index 9bba86b..2cd42d1 100644 --- a/src/lib/dummyProducts.ts +++ b/src/lib/dummyProducts.ts @@ -9,7 +9,7 @@ export const dummyProducts = [ price: '$49.99', rating: 4.5, reviewCount: '120 reviews', - imageSrc: 'http://img.b2bpic.net/free-photo/flat-lay-broken-screen-smartphone-accessories_23-2148401306.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/flat-lay-broken-screen-smartphone-accessories_23-2148401306.jpg?_wi=1', imageAlt: 'Smartphone screen repair kit', description: 'DIY kit for repairing common smartphone screen cracks. Includes tools and replacement glass for most popular models.', }, @@ -31,7 +31,7 @@ export const dummyProducts = [ price: '$29.99', rating: 4.2, reviewCount: '50 reviews', - imageSrc: 'http://img.b2bpic.net/free-photo/computer-repair-engineer-working-pc_177995-1565.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/computer-repair-engineer-working-pc_177995-1565.jpg?_wi=1', imageAlt: 'Universal tablet charging port', description: 'Replace your faulty charging port with this universal solution. Compatible with most tablet models.', }, @@ -65,7 +65,7 @@ export const dummyCartItems = [ name: 'Smartphone Screen Repair Kit', price: '$49.99', quantity: 1, - imageSrc: 'http://img.b2bpic.net/free-photo/flat-lay-broken-screen-smartphone-accessories_23-2148401306.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/flat-lay-broken-screen-smartphone-accessories_23-2148401306.jpg?_wi=2', imageAlt: 'Smartphone screen repair kit', }, { @@ -73,7 +73,7 @@ export const dummyCartItems = [ name: 'Universal Tablet Charging Port', price: '$29.99', quantity: 2, - imageSrc: 'http://img.b2bpic.net/free-photo/computer-repair-engineer-working-pc_177995-1565.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/computer-repair-engineer-working-pc_177995-1565.jpg?_wi=2', imageAlt: 'Universal tablet charging port', }, ]; -- 2.49.1