Update src/app/shop/page.tsx
This commit is contained in:
@@ -43,7 +43,7 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Premium Linen Shirt",
|
||||
price: "$189.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-female-black-eyeglasses-chooses-fashionable-clothes-coat-rack_613910-7654.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-female-black-eyeglasses-chooses-fashionable-clothes-coat-rack_613910-7654.jpg?_wi=3",
|
||||
imageAlt: "Premium linen shirt",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -51,7 +51,7 @@ export default function ShopPage() {
|
||||
id: "2",
|
||||
name: "Minimal Cashmere Top",
|
||||
price: "$249.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-black-suit_158538-11485.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-black-suit_158538-11485.jpg?_wi=3",
|
||||
imageAlt: "Cashmere luxury top",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -59,7 +59,7 @@ export default function ShopPage() {
|
||||
id: "3",
|
||||
name: "Wide-Leg Tailored Pants",
|
||||
price: "$279.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg?_wi=3",
|
||||
imageAlt: "Designer wide-leg pants",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -67,7 +67,7 @@ export default function ShopPage() {
|
||||
id: "4",
|
||||
name: "Elegant Midi Dress",
|
||||
price: "$299.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg?_wi=3",
|
||||
imageAlt: "Luxury midi dress",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -75,7 +75,7 @@ export default function ShopPage() {
|
||||
id: "5",
|
||||
name: "Silk Blouse",
|
||||
price: "$229.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg?_wi=3",
|
||||
imageAlt: "Elegant silk blouse",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -83,7 +83,7 @@ export default function ShopPage() {
|
||||
id: "6",
|
||||
name: "Minimalist Blazer",
|
||||
price: "$319.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2741.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2741.jpg?_wi=3",
|
||||
imageAlt: "Premium blazer collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -110,7 +110,7 @@ export default function ShopPage() {
|
||||
id: "bs1",
|
||||
name: "Luxury Trench Coat",
|
||||
price: "$399.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg?_wi=4",
|
||||
imageAlt: "Luxury trench coat",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -118,7 +118,7 @@ export default function ShopPage() {
|
||||
id: "bs2",
|
||||
name: "Classic White Shirt",
|
||||
price: "$149.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=4",
|
||||
imageAlt: "Classic white shirt",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -126,7 +126,7 @@ export default function ShopPage() {
|
||||
id: "bs3",
|
||||
name: "Tailored Jacket",
|
||||
price: "$339.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg?_wi=4",
|
||||
imageAlt: "Tailored jacket",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user