Update src/app/shop/page.tsx
This commit is contained in:
@@ -63,42 +63,42 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Premium Black Hoodie",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-arab-beard-man-wear-grey-turtleneck-black-jaket-arabian-model-guy_627829-4314.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-arab-beard-man-wear-grey-turtleneck-black-jaket-arabian-model-guy_627829-4314.jpg?_wi=2",
|
||||
imageAlt: "Premium black hoodie",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Designer Sneakers",
|
||||
price: "$249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3608.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3608.jpg?_wi=2",
|
||||
imageAlt: "Luxury designer sneakers",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Leather Jacket",
|
||||
price: "$599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-man-black-leather-jacket-pointing-fingers-left-promo-offer_1258-26692.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-man-black-leather-jacket-pointing-fingers-left-promo-offer_1258-26692.jpg?_wi=2",
|
||||
imageAlt: "Premium leather jacket",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dark Denim Jeans",
|
||||
price: "$159",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt_1921-77.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt_1921-77.jpg?_wi=2",
|
||||
imageAlt: "Luxury dark denim jeans",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Designer Watch",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-looking-watch_23-2147985445.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-looking-watch_23-2147985445.jpg?_wi=2",
|
||||
imageAlt: "Luxury timepiece",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Premium Polo Shirt",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman_158595-258.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman_158595-258.jpg?_wi=2",
|
||||
imageAlt: "Premium polo shirt",
|
||||
},
|
||||
]}
|
||||
@@ -120,21 +120,21 @@ export default function ShopPage() {
|
||||
id: "7",
|
||||
name: "Streetwear Essentials",
|
||||
price: "$549",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10436.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10436.jpg?_wi=2",
|
||||
imageAlt: "Complete streetwear outfit",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Business Formal",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-near-dark-wall_158538-11254.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-near-dark-wall_158538-11254.jpg?_wi=2",
|
||||
imageAlt: "Complete formal business outfit",
|
||||
},
|
||||
{
|
||||
id: "9",
|
||||
name: "Weekend Casual",
|
||||
price: "$399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-bearded-man_1303-19639.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-bearded-man_1303-19639.jpg?_wi=2",
|
||||
imageAlt: "Complete casual weekend outfit",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user