From 188429aaa46965f68c1f648c2e7d62f943b1b9a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:42:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 683e91a..7c20e0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1