diff --git a/src/app/deals/page.tsx b/src/app/deals/page.tsx index 7ed5825..806fbc6 100644 --- a/src/app/deals/page.tsx +++ b/src/app/deals/page.tsx @@ -51,42 +51,42 @@ export default function DealsCatalogPage() { id: "deal-001", name: "Premium Polo Shirt", price: "-40%", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7644.jpg?_wi=4", imageAlt: "Premium Polo Shirt - 40% Off", }, { id: "deal-002", name: "Formal Blazer", price: "-35%", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2574.jpg?_wi=4", imageAlt: "Formal Blazer - 35% Off", }, { id: "deal-003", name: "Casual Sneakers", price: "-50%", - imageSrc: "http://img.b2bpic.net/free-photo/footwear-stacked-shoe-rack-indoors_23-2150991598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/footwear-stacked-shoe-rack-indoors_23-2150991598.jpg?_wi=4", imageAlt: "Casual Sneakers - 50% Off", }, { id: "deal-004", name: "Luxury Sweater", price: "-45%", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669856.jpg?_wi=3", imageAlt: "Luxury Sweater - 45% Off", }, { id: "deal-005", name: "Business Shirt", price: "-38%", - imageSrc: "http://img.b2bpic.net/free-photo/young-elegant-handsome-businessman-male-model-suit_158538-2192.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-elegant-handsome-businessman-male-model-suit_158538-2192.jpg?_wi=2", imageAlt: "Business Shirt - 38% Off", }, { id: "deal-006", name: "Winter Coat", price: "-42%", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-holding-his-hand-his-trouser-pocket_23-2148316578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-holding-his-hand-his-trouser-pocket_23-2148316578.jpg?_wi=2", imageAlt: "Winter Coat - 42% Off", }, ]} @@ -107,19 +107,19 @@ export default function DealsCatalogPage() { id: "01", title: "Shirts & Tops", description: "Casual and formal shirts with significant discounts", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7644.jpg?_wi=5", }, { id: "02", title: "Outerwear", description: "Jackets, blazers, and coats on sale", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2574.jpg?_wi=5", }, { id: "03", title: "Footwear", description: "Shoes, sneakers, and boots with deep discounts", - imageSrc: "http://img.b2bpic.net/free-photo/footwear-stacked-shoe-rack-indoors_23-2150991598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/footwear-stacked-shoe-rack-indoors_23-2150991598.jpg?_wi=5", }, ]} textboxLayout="default"