Update src/app/shop/page.tsx
This commit is contained in:
@@ -98,7 +98,7 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Premium Casual Jacket",
|
||||
price: "$89.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-spanish-man-with-tattoos-posing-street_181624-42709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-spanish-man-with-tattoos-posing-street_181624-42709.jpg?_wi=2",
|
||||
imageAlt: "Casual mens jacket",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -106,7 +106,7 @@ export default function ShopPage() {
|
||||
id: "2",
|
||||
name: "Elegant Evening Dress",
|
||||
price: "$129.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=2",
|
||||
imageAlt: "Womens evening dress",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -114,7 +114,7 @@ export default function ShopPage() {
|
||||
id: "3",
|
||||
name: "Fashion Accessories Bundle",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backpacker-map-wooden-outback-smartphone-phone_1428-743.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backpacker-map-wooden-outback-smartphone-phone_1428-743.jpg?_wi=2",
|
||||
imageAlt: "Fashion accessories",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user