Update src/app/shop/page.tsx
This commit is contained in:
@@ -87,21 +87,21 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Gold Pendant Necklace",
|
||||
price: "$2,850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635287.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635287.jpg?_wi=2",
|
||||
imageAlt: "Luxury gold pendant necklace",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Diamond Earrings",
|
||||
price: "$3,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-european-model-wears-golden-accessories-standing-brown-wall-indoor-photo-charming-black-haired-woman-with-sparkle-party-makeup_197531-14020.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-european-model-wears-golden-accessories-standing-brown-wall-indoor-photo-charming-black-haired-woman-with-sparkle-party-makeup_197531-14020.jpg?_wi=2",
|
||||
imageAlt: "Premium diamond earrings",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Gold Bracelet",
|
||||
price: "$2,400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-jewelry-young-attractive-woman-stylish-black-dress-posing-tropical-villa-sexy-elegant-summer-style-fashionable-necklace-accessories_285396-5718.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-jewelry-young-attractive-woman-stylish-black-dress-posing-tropical-villa-sexy-elegant-summer-style-fashionable-necklace-accessories_285396-5718.jpg?_wi=2",
|
||||
imageAlt: "Elegant gold bracelet",
|
||||
},
|
||||
]}
|
||||
@@ -124,21 +124,21 @@ export default function ShopPage() {
|
||||
id: "4",
|
||||
name: "Silk Evening Gown",
|
||||
price: "$1,850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-girl-with-dreadlocks-lying-floor_23-2149085227.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-girl-with-dreadlocks-lying-floor_23-2149085227.jpg?_wi=2",
|
||||
imageAlt: "Luxury silk evening apparel",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Cashmere Blend Coat",
|
||||
price: "$1,650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-overcoat-posing-studio_158538-11457.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-overcoat-posing-studio_158538-11457.jpg?_wi=2",
|
||||
imageAlt: "Premium cashmere apparel",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Engagement Ring",
|
||||
price: "$4,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-stylish-man-s-black-suit-man-s-hand-is-holding-watch_8353-11480.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-stylish-man-s-black-suit-man-s-hand-is-holding-watch_8353-11480.jpg?_wi=2",
|
||||
imageAlt: "Luxury engagement ring",
|
||||
},
|
||||
]}
|
||||
@@ -161,21 +161,21 @@ export default function ShopPage() {
|
||||
id: "7",
|
||||
name: "Gold Pendant Necklace",
|
||||
price: "$2,850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635287.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635287.jpg?_wi=3",
|
||||
imageAlt: "Luxury gold pendant necklace",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Diamond Earrings",
|
||||
price: "$3,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-european-model-wears-golden-accessories-standing-brown-wall-indoor-photo-charming-black-haired-woman-with-sparkle-party-makeup_197531-14020.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-european-model-wears-golden-accessories-standing-brown-wall-indoor-photo-charming-black-haired-woman-with-sparkle-party-makeup_197531-14020.jpg?_wi=3",
|
||||
imageAlt: "Premium diamond earrings",
|
||||
},
|
||||
{
|
||||
id: "9",
|
||||
name: "Gold Bracelet",
|
||||
price: "$2,400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-jewelry-young-attractive-woman-stylish-black-dress-posing-tropical-villa-sexy-elegant-summer-style-fashionable-necklace-accessories_285396-5718.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-jewelry-young-attractive-woman-stylish-black-dress-posing-tropical-villa-sexy-elegant-summer-style-fashionable-necklace-accessories_285396-5718.jpg?_wi=3",
|
||||
imageAlt: "Elegant gold bracelet",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user