diff --git a/src/app/deals/page.tsx b/src/app/deals/page.tsx index 002b74f..a14a350 100644 --- a/src/app/deals/page.tsx +++ b/src/app/deals/page.tsx @@ -114,7 +114,7 @@ export default function DealsPage() { name: "Premium Wireless Headphones", price: "$89.99", variant: "Black | Gold | Silver", - imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-with-luxury-vibe-featuring-spacious-living-room_482257-120668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-with-luxury-vibe-featuring-spacious-living-room_482257-120668.jpg?_wi=3", imageAlt: "Wireless Headphones", isFavorited: false, }, @@ -123,7 +123,7 @@ export default function DealsPage() { name: "Slim Fit Cotton T-Shirt", price: "$24.99", variant: "Blue | Red | White | XL", - imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg?_wi=2", imageAlt: "Cotton T-Shirt", isFavorited: false, }, @@ -132,7 +132,7 @@ export default function DealsPage() { name: "Stainless Steel Water Bottle", price: "$29.99", variant: "Silver | Black | Navy Blue", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-with-paddleboard_23-2149105065.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-with-paddleboard_23-2149105065.jpg?_wi=2", imageAlt: "Water Bottle", isFavorited: false, }, @@ -169,7 +169,7 @@ export default function DealsPage() { content: "Found a lower price elsewhere? We'll match it and give you an extra 5% off your purchase.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-business-executive-holding-file-talking-mobile-phone_1170-1119.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-business-executive-holding-file-talking-mobile-phone_1170-1119.jpg?_wi=2" imageAlt="Deal Benefits" mediaAnimation="blur-reveal" useInvertedBackground={false}