Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-19 14:33:41 +00:00

View File

@@ -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
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: "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: "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: "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
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"
}
]}
buttonAnimation="slide-up"