Update src/app/shop/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ const ShopPage = () => {
|
||||
id: "1",
|
||||
name: "Premium Skicel Deluxe Bundle",
|
||||
price: "$299.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-photo-camera-indoors-still-life_23-2150630621.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-photo-camera-indoors-still-life_23-2150630621.jpg?_wi=2",
|
||||
imageAlt: "Skicel Deluxe Bundle",
|
||||
initialQuantity: 1,
|
||||
isFavorited: false,
|
||||
@@ -29,7 +29,7 @@ const ShopPage = () => {
|
||||
id: "2",
|
||||
name: "Skicel Professional Edition",
|
||||
price: "$199.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bags-rack-store_107420-94851.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bags-rack-store_107420-94851.jpg?_wi=2",
|
||||
imageAlt: "Skicel Professional Edition",
|
||||
initialQuantity: 1,
|
||||
isFavorited: false,
|
||||
@@ -38,7 +38,7 @@ const ShopPage = () => {
|
||||
id: "3",
|
||||
name: "Skicel Starter Pack",
|
||||
price: "$99.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9474.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9474.jpg?_wi=2",
|
||||
imageAlt: "Skicel Starter Pack",
|
||||
initialQuantity: 1,
|
||||
isFavorited: false,
|
||||
|
||||
Reference in New Issue
Block a user