Update src/app/shop/page.tsx
This commit is contained in:
@@ -91,7 +91,7 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Classic Black T-Shirt",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-pulling-earlobes-with-fingers-t-shirt-pants-medical-mask-looking-funny_176474-81789.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-pulling-earlobes-with-fingers-t-shirt-pants-medical-mask-looking-funny_176474-81789.jpg?_wi=2",
|
||||
imageAlt: "Classic Black T-Shirt",
|
||||
isFavorited: false,
|
||||
initialQuantity: 1,
|
||||
@@ -100,7 +100,7 @@ export default function ShopPage() {
|
||||
id: "2",
|
||||
name: "Graphic Print Tee",
|
||||
price: "₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-52027.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-52027.jpg?_wi=2",
|
||||
imageAlt: "Graphic Print T-Shirt",
|
||||
isFavorited: false,
|
||||
initialQuantity: 1,
|
||||
@@ -109,7 +109,7 @@ export default function ShopPage() {
|
||||
id: "3",
|
||||
name: "Premium Wireless Earbuds",
|
||||
price: "₹1,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-putting-earphones_23-2149409952.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-putting-earphones_23-2149409952.jpg?_wi=2",
|
||||
imageAlt: "Wireless Earbuds",
|
||||
isFavorited: false,
|
||||
initialQuantity: 1,
|
||||
@@ -118,7 +118,7 @@ export default function ShopPage() {
|
||||
id: "4",
|
||||
name: "Trendy Crossbody Bag",
|
||||
price: "₹899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-female-student-posing-modern-park-wesring-white-jeans-jacket-t-shirt_273443-3157.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-female-student-posing-modern-park-wesring-white-jeans-jacket-t-shirt_273443-3157.jpg?_wi=2",
|
||||
imageAlt: "Crossbody Bag",
|
||||
isFavorited: false,
|
||||
initialQuantity: 1,
|
||||
@@ -127,7 +127,7 @@ export default function ShopPage() {
|
||||
id: "5",
|
||||
name: "Smart Watch Fitness",
|
||||
price: "₹2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-smartwatch-happy-burn-much-calories-training-wears-cropped-top-headphones-around-neck-standsoutdoor-exercises-regularly_273609-55740.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-smartwatch-happy-burn-much-calories-training-wears-cropped-top-headphones-around-neck-standsoutdoor-exercises-regularly_273609-55740.jpg?_wi=2",
|
||||
imageAlt: "Smart Watch",
|
||||
isFavorited: false,
|
||||
initialQuantity: 1,
|
||||
@@ -136,7 +136,7 @@ export default function ShopPage() {
|
||||
id: "6",
|
||||
name: "Minimalist Wallet",
|
||||
price: "₹449",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-fashionable-woman-park_1153-4186.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-fashionable-woman-park_1153-4186.jpg?_wi=2",
|
||||
imageAlt: "Minimalist Wallet",
|
||||
isFavorited: false,
|
||||
initialQuantity: 1,
|
||||
@@ -145,7 +145,7 @@ export default function ShopPage() {
|
||||
id: "7",
|
||||
name: "White Casual T-Shirt",
|
||||
price: "₹279",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-flea-market_23-2149536973.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-flea-market_23-2149536973.jpg?_wi=2",
|
||||
imageAlt: "White Casual T-Shirt",
|
||||
isFavorited: false,
|
||||
initialQuantity: 1,
|
||||
@@ -154,7 +154,7 @@ export default function ShopPage() {
|
||||
id: "8",
|
||||
name: "Stylish Sneakers",
|
||||
price: "₹1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-with-shopping-bags-mock-up_23-2148312153.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-with-shopping-bags-mock-up_23-2148312153.jpg?_wi=2",
|
||||
imageAlt: "Stylish Sneakers",
|
||||
isFavorited: false,
|
||||
initialQuantity: 1,
|
||||
@@ -163,7 +163,7 @@ export default function ShopPage() {
|
||||
id: "9",
|
||||
name: "Summer Collection Hat",
|
||||
price: "₹349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837311.jpg?_wi=2",
|
||||
imageAlt: "Summer Collection Hat",
|
||||
isFavorited: false,
|
||||
initialQuantity: 1,
|
||||
|
||||
Reference in New Issue
Block a user