Merge version_2 into main #3
@@ -90,13 +90,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "tshirt-basic", name: "Essential T-Shirt", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-hand-her-shoulder_23-2147617533.jpg", imageAlt: "casual t-shirt basic white mens", initialQuantity: 1, status: "in-stock"
|
||||
id: "tshirt-basic", name: "Essential T-Shirt", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-hand-her-shoulder_23-2147617533.jpg", imageAlt: "casual t-shirt basic white mens", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "jeans-classic", name: "Classic Blue Jeans", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sitting-tree-talking-phone_1303-10769.jpg", imageAlt: "blue jeans denim classic fit", initialQuantity: 1, status: "in-delivery"
|
||||
id: "jeans-classic", name: "Classic Blue Jeans", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sitting-tree-talking-phone_1303-10769.jpg", imageAlt: "blue jeans denim classic fit", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "sundress-casual", name: "Casual Summer Dress", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12300.jpg", imageAlt: "women's sundress casual summer", initialQuantity: 1, status: "reserved"
|
||||
id: "sundress-casual", name: "Casual Summer Dress", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/fashion-stylish-beautiful-young-brunette-woman-model-summer-hipster-colorful-casual-clothes-posing-street_158538-12300.jpg", imageAlt: "women's sundress casual summer", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user