Update src/app/shop/page.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ export default function ShopPage() {
|
||||
id: "shop-prod-1",
|
||||
name: "Premium Black Hoodie",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-relaxing-with-electric-scooter_23-2149356827.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-relaxing-with-electric-scooter_23-2149356827.jpg?_wi=2",
|
||||
imageAlt: "NIVARO premium black hoodie",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -75,7 +75,7 @@ export default function ShopPage() {
|
||||
id: "shop-prod-2",
|
||||
name: "Essential Oversized Tee",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-casual-clothing_23-2148323629.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-casual-clothing_23-2148323629.jpg?_wi=2",
|
||||
imageAlt: "NIVARO essential oversized tee",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -83,7 +83,7 @@ export default function ShopPage() {
|
||||
id: "shop-prod-3",
|
||||
name: "Luxury Cargo Pants",
|
||||
price: "$229",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-material-texture_23-2148383704.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-material-texture_23-2148383704.jpg?_wi=2",
|
||||
imageAlt: "NIVARO luxury cargo pants",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -99,7 +99,7 @@ export default function ShopPage() {
|
||||
id: "shop-prod-5",
|
||||
name: "Premium Joggers",
|
||||
price: "$179",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-collection-landing-page_23-2149985152.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-collection-landing-page_23-2149985152.jpg?_wi=2",
|
||||
imageAlt: "NIVARO premium joggers",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -107,7 +107,7 @@ export default function ShopPage() {
|
||||
id: "shop-prod-6",
|
||||
name: "Luxury Windbreaker",
|
||||
price: "$249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-toilet-bag-products_23-2149879474.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-toilet-bag-products_23-2149879474.jpg?_wi=2",
|
||||
imageAlt: "NIVARO luxury windbreaker",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user