diff --git a/src/app/deals/page.tsx b/src/app/deals/page.tsx index 8a294d3..2e64e0a 100644 --- a/src/app/deals/page.tsx +++ b/src/app/deals/page.tsx @@ -16,7 +16,7 @@ export default function DealsPage() { price: "$97.49", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073502.jpg?_wi=4", imageAlt: "Premium leather tote bag", }, { @@ -26,7 +26,7 @@ export default function DealsPage() { price: "$53.99", rating: 4, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-city-fashion-details-stylish-elegant-woman-wearing-silver-sweater-silk-skirt-luxury-leather-bag-sunglasses-posing-new-york-street-near-business-centers-tap-her-phone_291049-277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-city-fashion-details-stylish-elegant-woman-wearing-silver-sweater-silk-skirt-luxury-leather-bag-sunglasses-posing-new-york-street-near-business-centers-tap-her-phone_291049-277.jpg?_wi=4", imageAlt: "Stylish crossbody shoulder bag", }, { @@ -36,7 +36,7 @@ export default function DealsPage() { price: "$89.99", rating: 5, reviewCount: "945", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-walking-street_23-2147860899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-walking-street_23-2147860899.jpg?_wi=3", imageAlt: "Modern minimalist backpack", }, { @@ -46,7 +46,7 @@ export default function DealsPage() { price: "$125.99", rating: 5, reviewCount: "3.1k", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-walking-street-fashionable-outfit-holding-purse-looking-down-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-walking-street-fashionable-outfit-holding-purse-looking-down-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6732.jpg?_wi=4", imageAlt: "Structured premium handbag", }, { @@ -56,7 +56,7 @@ export default function DealsPage() { price: "$103.99", rating: 4, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-walking-street-fashionable-outfit-holding-purse-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style-posing-high-leather-boots_285396-6750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-walking-street-fashionable-outfit-holding-purse-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style-posing-high-leather-boots_285396-6750.jpg?_wi=3", imageAlt: "Spacious weekend duffel bag", }, { @@ -66,7 +66,7 @@ export default function DealsPage() { price: "$43.99", rating: 5, reviewCount: "856", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-woman-posing-street-fashionable-outfit-suede-handbag-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-woman-posing-street-fashionable-outfit-suede-handbag-wearing-black-leather-jacket-white-lace-dress-spring-autumn-style_285396-6756.jpg?_wi=3", imageAlt: "Elegant evening clutch", }, ]; @@ -173,7 +173,7 @@ export default function DealsPage() {