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() {