From 4628ad2e59303054a0b8c292778d3452beebea55 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 22:29:52 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0705ba4..dc442ac 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { price: "$45.00", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/eucalyptus-white-vase-table_23-2149420689.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eucalyptus-white-vase-table_23-2149420689.jpg?_wi=1", }, { id: "p2", @@ -62,7 +62,7 @@ export default function LandingPage() { price: "$120.00", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-view_23-2150096507.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-view_23-2150096507.jpg?_wi=1", }, { id: "p3", @@ -71,7 +71,7 @@ export default function LandingPage() { price: "$85.00", rating: 4, reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg?_wi=1", }, { id: "p4", @@ -80,7 +80,7 @@ export default function LandingPage() { price: "$30.00", rating: 5, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-glass-scale-with-kettle_23-2148824405.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-glass-scale-with-kettle_23-2148824405.jpg?_wi=1", }, { id: "p5", @@ -89,7 +89,7 @@ export default function LandingPage() { price: "$55.00", rating: 4, reviewCount: "112", - imageSrc: "http://img.b2bpic.net/free-photo/clock-wooden-desk-against-weathered-wall_23-2147943450.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clock-wooden-desk-against-weathered-wall_23-2147943450.jpg?_wi=1", }, { id: "p6", @@ -98,7 +98,7 @@ export default function LandingPage() { price: "$95.00", rating: 5, reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-digital-art-style_23-2151153834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-digital-art-style_23-2151153834.jpg?_wi=1", }, ]} title="Shop Our Collection" @@ -122,7 +122,7 @@ export default function LandingPage() { price: "$45.00", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/eucalyptus-white-vase-table_23-2149420689.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eucalyptus-white-vase-table_23-2149420689.jpg?_wi=2", }, { id: "p2", @@ -131,7 +131,7 @@ export default function LandingPage() { price: "$120.00", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-view_23-2150096507.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-view_23-2150096507.jpg?_wi=2", }, { id: "p3", @@ -140,7 +140,7 @@ export default function LandingPage() { price: "$85.00", rating: 4, reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg?_wi=2", }, { id: "p4", @@ -149,7 +149,7 @@ export default function LandingPage() { price: "$30.00", rating: 5, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-glass-scale-with-kettle_23-2148824405.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-glass-scale-with-kettle_23-2148824405.jpg?_wi=2", }, { id: "p5", @@ -158,7 +158,7 @@ export default function LandingPage() { price: "$55.00", rating: 4, reviewCount: "112", - imageSrc: "http://img.b2bpic.net/free-photo/clock-wooden-desk-against-weathered-wall_23-2147943450.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clock-wooden-desk-against-weathered-wall_23-2147943450.jpg?_wi=2", }, { id: "p6", @@ -167,7 +167,7 @@ export default function LandingPage() { price: "$95.00", rating: 5, reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-digital-art-style_23-2151153834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-digital-art-style_23-2151153834.jpg?_wi=2", }, ]} /> -- 2.49.1