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