Update src/app/shop/page.tsx
This commit is contained in:
@@ -47,56 +47,56 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Premium Designer Sneakers",
|
||||
price: "$159.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-womans-casual-outfits_93675-133151.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-womans-casual-outfits_93675-133151.jpg?_wi=2",
|
||||
imageAlt: "Designer sneakers",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Wireless Noise-Canceling Headphones",
|
||||
price: "$249.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg?_wi=2",
|
||||
imageAlt: "Wireless headphones",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luxe Skincare Collection",
|
||||
price: "$89.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-thai-orchid-flowers-bath-accessories_169016-17510.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-thai-orchid-flowers-bath-accessories_169016-17510.jpg?_wi=2",
|
||||
imageAlt: "Skincare collection",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Minimalist Coffee Table",
|
||||
price: "$349.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-chair_657883-341.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-chair_657883-341.jpg?_wi=2",
|
||||
imageAlt: "Coffee table",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Pro Yoga Mat with Strap",
|
||||
price: "$79.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-dumbbell-smart-watch-fruit_1387-200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-dumbbell-smart-watch-fruit_1387-200.jpg?_wi=2",
|
||||
imageAlt: "Yoga mat",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Bestselling Novel Bundle",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-old-books-library_23-2147711442.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-old-books-library_23-2147711442.jpg?_wi=2",
|
||||
imageAlt: "Book bundle",
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
name: "Vintage Leather Jacket",
|
||||
price: "$199.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-womans-casual-outfits_93675-133151.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-womans-casual-outfits_93675-133151.jpg?_wi=3",
|
||||
imageAlt: "Leather jacket",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "4K Smart TV 55-inch",
|
||||
price: "$599.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg?_wi=3",
|
||||
imageAlt: "Smart TV",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user