From b5056b2ff4521c8e9cb534c41af0626728c11718 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:21:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ab212e..53efd23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,37 +110,37 @@ export default function LandingPage() { id: "p1", name: "Signature Denim", price: "€120", - imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=1", }, { id: "p2", name: "Essential Hoodie", price: "€85", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-stylish-model-posing_23-2148750334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-stylish-model-posing_23-2148750334.jpg?_wi=1", }, { id: "p3", name: "Utility Jacket", price: "€160", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-rendering-jackets-display_23-2149745036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-rendering-jackets-display_23-2149745036.jpg?_wi=1", }, { id: "p4", name: "Heavyweight Tee", price: "€45", - imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=2", }, { id: "p5", name: "Street Jogger", price: "€95", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-stylish-model-posing_23-2148750334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-stylish-model-posing_23-2148750334.jpg?_wi=2", }, { id: "p6", name: "Minimal Bomber", price: "€180", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-rendering-jackets-display_23-2149745036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-rendering-jackets-display_23-2149745036.jpg?_wi=2", }, ]} title="Bestsellers" -- 2.49.1