From 5c989a11285fc9945d89129694a8fa76d2e1eb98 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 07:36:45 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2346039..d1533ac 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -183,7 +183,7 @@ export default function LandingPage() { detail: "Tailored for your foot", }, ], - imageSrc: "http://img.b2bpic.net/free-psd/boutique-template-design_23-2151490782.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/boutique-template-design_23-2151490782.jpg?_wi=1", imageAlt: "streetwear sneaker brand logo", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { description: "Our AI analyzes current trends and your preferences to suggest personalized design elements.", bentoComponent: "reveal-icon", icon: Cog, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005661.jpg?_wi=2", imageAlt: "streetwear sneaker brand logo", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { description: "Committed to the planet, we select eco-friendly materials without compromising on quality or style.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8085.jpg?_wi=2", imageAlt: "streetwear sneaker brand logo", }, ]} @@ -210,7 +210,7 @@ export default function LandingPage() {