From 4afd970eb4d722763e8c6a0ffe359a9e6a55a5a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:15:00 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d72940e..db03bab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,35 +113,35 @@ export default function LandingPage() { name: "Classic Tan Loafer", price: "$89", variant: "Men", - imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg?_wi=1", }, { id: "2", name: "Elite Runner V2", price: "$120", variant: "Sports", - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg?_wi=1", }, { id: "3", name: "Kids School Elite", price: "$55", variant: "Kids", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneakers_1203-7527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneakers_1203-7527.jpg?_wi=1", }, { id: "4", name: "Comfort Plush Slipper", price: "$29", variant: "Slippers", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-with-beauty-products_1157-31109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-with-beauty-products_1157-31109.jpg?_wi=1", }, { id: "5", name: "Apex Gym Pro", price: "$145", variant: "Sports", - imageSrc: "http://img.b2bpic.net/free-photo/woman-running-starting-line-side-view_23-2149731262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-running-starting-line-side-view_23-2149731262.jpg?_wi=1", }, ]} title="Featured Products" @@ -218,7 +218,7 @@ export default function LandingPage() { tags: [ "Premium", ], - imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg?_wi=2", }, { id: "f2", @@ -228,7 +228,7 @@ export default function LandingPage() { tags: [ "Comfort", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg?_wi=2", }, { id: "f3", @@ -238,7 +238,7 @@ export default function LandingPage() { tags: [ "Service", ], - imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneakers_1203-7527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneakers_1203-7527.jpg?_wi=2", }, { id: "f4", @@ -248,7 +248,7 @@ export default function LandingPage() { tags: [ "Family", ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-with-beauty-products_1157-31109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-with-beauty-products_1157-31109.jpg?_wi=2", }, { id: "f5", @@ -258,7 +258,7 @@ export default function LandingPage() { tags: [ "Eco", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-running-starting-line-side-view_23-2149731262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-running-starting-line-side-view_23-2149731262.jpg?_wi=2", }, ]} /> -- 2.49.1 From 6726acf0a076db7459304990c6a915fef65de365 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:15:01 +0000 Subject: [PATCH 2/2] 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 0367e43..5277ef0 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -55,14 +55,14 @@ export default function LandingPage() { name: "Sneaker", price: "$80", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-walking-wooden-planks_1153-869.jpg?_wi=3", }, { id: "2", name: "Runner", price: "$120", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoor_624325-1810.jpg?_wi=3", }, ]} /> -- 2.49.1