From e6bdf1c105eb0f22c03a10ceb0596eddc1b28f6d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:37:23 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a6dee90..8ed2281 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -46,13 +46,13 @@ export default function ShopPage() { id: "2", name: "Minimal Cashmere Top", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-black-suit_158538-11485.jpg", imageAlt: "Cashmere luxury top", initialQuantity: 1, }, { - id: "3", name: "Wide-Leg Tailored Pants", price: "$279.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg", imageAlt: "Designer wide-leg pants", initialQuantity: 1, + id: "3", name: "Wide-Leg Tailored Pants", price: "$279.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg?_wi=1", imageAlt: "Designer wide-leg pants", initialQuantity: 1, }, { id: "4", name: "Elegant Midi Dress", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg", imageAlt: "Luxury midi dress", initialQuantity: 1, }, { - id: "5", name: "Silk Blouse", price: "$229.00", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg", imageAlt: "Elegant silk blouse", initialQuantity: 1, + id: "5", name: "Silk Blouse", price: "$229.00", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg?_wi=1", imageAlt: "Elegant silk blouse", initialQuantity: 1, }, { id: "6", name: "Minimalist Blazer", price: "$319.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2741.jpg", imageAlt: "Premium blazer collection", initialQuantity: 1, @@ -77,13 +77,13 @@ export default function ShopPage() {