Update src/app/products/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function ProductsPage() {
|
||||
name: "Samsung Galaxy M54",
|
||||
price: "₹25,999",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=3",
|
||||
imageAlt: "Samsung Galaxy M54 smartphone",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -57,7 +57,7 @@ export default function ProductsPage() {
|
||||
name: "Redmi Note 13",
|
||||
price: "₹18,999",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=4",
|
||||
imageAlt: "Redmi Note 13 smartphone",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -66,7 +66,7 @@ export default function ProductsPage() {
|
||||
name: "OPPO A78",
|
||||
price: "₹16,999",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=5",
|
||||
imageAlt: "OPPO A78 smartphone",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -75,7 +75,7 @@ export default function ProductsPage() {
|
||||
name: "Vivo T2",
|
||||
price: "₹19,999",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=6",
|
||||
imageAlt: "Vivo T2 smartphone",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -84,7 +84,7 @@ export default function ProductsPage() {
|
||||
name: "iPhone 14",
|
||||
price: "₹78,999",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=7",
|
||||
imageAlt: "iPhone 14 smartphone",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -93,7 +93,7 @@ export default function ProductsPage() {
|
||||
name: "Universal Phone Case",
|
||||
price: "₹499",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg",
|
||||
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=3",
|
||||
imageAlt: "Protective phone case",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user