Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-07 07:42:40 +00:00

View File

@@ -117,13 +117,13 @@ export default function LandingPage() {
tagIcon={Lock}
products={[
{
id: "1", name: "Heritage Leather Briefcase", price: "$3,850", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-beautiful-smiling-black-woman-with-stylish-afro-hairs-sitting-cafe-paris_273443-1351.jpg?_wi=1", imageAlt: "Heritage Leather Briefcase", initialQuantity: 1
id: "1", name: "Heritage Leather Briefcase | Only 12 pieces available worldwide", price: "$3,850", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-beautiful-smiling-black-woman-with-stylish-afro-hairs-sitting-cafe-paris_273443-1351.jpg?_wi=1", imageAlt: "Heritage Leather Briefcase", initialQuantity: 1
},
{
id: "2", name: "Precision Chronograph Watch", price: "$8,500", imageSrc: "http://img.b2bpic.net/free-photo/person-sharing-feelings-emotions-therapy-session_23-2151073976.jpg?_wi=1", imageAlt: "Precision Chronograph Watch", initialQuantity: 1
id: "2", name: "Precision Chronograph Watch | Only 8 pieces available worldwide", price: "$8,500", imageSrc: "http://img.b2bpic.net/free-photo/person-sharing-feelings-emotions-therapy-session_23-2151073976.jpg?_wi=1", imageAlt: "Precision Chronograph Watch", initialQuantity: 1
},
{
id: "3", name: "Exclusive Jewelry Set", price: "$5,200", imageSrc: "http://img.b2bpic.net/free-photo/rings-with-lit-candle_23-2151992051.jpg", imageAlt: "Exclusive Jewelry Set", initialQuantity: 1
id: "3", name: "Exclusive Jewelry Set | Only 5 pieces available worldwide", price: "$5,200", imageSrc: "http://img.b2bpic.net/free-photo/rings-with-lit-candle_23-2151992051.jpg", imageAlt: "Exclusive Jewelry Set", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"