Update src/app/shop/page.tsx
This commit is contained in:
@@ -99,7 +99,7 @@ export default function ShopPage() {
|
||||
price: "$89.99",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400865.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400865.jpg?_wi=2",
|
||||
imageAlt: "Elegant silk saree with traditional embroidery",
|
||||
isFavorited: false
|
||||
},
|
||||
@@ -110,7 +110,7 @@ export default function ShopPage() {
|
||||
price: "$54.99",
|
||||
rating: 4.8,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-looking-camera_23-2148261282.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-looking-camera_23-2148261282.jpg?_wi=2",
|
||||
imageAlt: "Contemporary embroidered kurti with traditional motifs",
|
||||
isFavorited: false
|
||||
},
|
||||
@@ -121,7 +121,7 @@ export default function ShopPage() {
|
||||
price: "$129.99",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beautiful-yellow-dress_1303-17541.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beautiful-yellow-dress_1303-17541.jpg?_wi=2",
|
||||
imageAlt: "Stunning designer lehenga for special occasions",
|
||||
isFavorited: false
|
||||
},
|
||||
@@ -132,7 +132,7 @@ export default function ShopPage() {
|
||||
price: "$64.99",
|
||||
rating: 4.7,
|
||||
reviewCount: "82",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-beard-indian-man-with-bindi-forehead-wear-blue-suit-posed-outdoor-against-door-building_627829-1854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-beard-indian-man-with-bindi-forehead-wear-blue-suit-posed-outdoor-against-door-building_627829-1854.jpg?_wi=2",
|
||||
imageAlt: "Traditional salwar kameez with modern styling",
|
||||
isFavorited: false
|
||||
},
|
||||
@@ -143,7 +143,7 @@ export default function ShopPage() {
|
||||
price: "$44.99",
|
||||
rating: 4.9,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400865.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400865.jpg?_wi=3",
|
||||
imageAlt: "Beautiful embroidered dupatta with intricate details",
|
||||
isFavorited: false
|
||||
},
|
||||
@@ -154,7 +154,7 @@ export default function ShopPage() {
|
||||
price: "$149.99",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-looking-camera_23-2148261282.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-looking-camera_23-2148261282.jpg?_wi=3",
|
||||
imageAlt: "Premium silk saree with gold embroidery",
|
||||
isFavorited: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user