Update src/app/deals/page.tsx

This commit is contained in:
2026-03-03 04:59:32 +00:00
parent ae1935d6ee
commit aecd3530c1

View File

@@ -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}