Merge version_1 into main #3
@@ -46,13 +46,13 @@ 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", imageAlt: "Cashmere luxury top", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Designer wide-leg pants", initialQuantity: 1,
|
||||
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?_wi=1", imageAlt: "Designer wide-leg pants", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Luxury midi dress", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Elegant silk blouse", initialQuantity: 1,
|
||||
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?_wi=1", imageAlt: "Elegant silk blouse", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "6", name: "Minimalist Blazer", price: "$319.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2741.jpg", imageAlt: "Premium blazer collection", initialQuantity: 1,
|
||||
@@ -77,13 +77,13 @@ export default function ShopPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
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", imageAlt: "Luxury trench coat", initialQuantity: 1,
|
||||
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?_wi=2", imageAlt: "Luxury trench coat", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Classic white shirt", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Tailored jacket", initialQuantity: 1,
|
||||
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?_wi=2", imageAlt: "Tailored jacket", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
title="Best Sellers"
|
||||
|
||||
Reference in New Issue
Block a user