From 054c26669073e50855e1cc9dfe62708b22309733 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:55:11 +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 2d17269..cbee3e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,11 +86,11 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "The Heritage Classic", price: "$4,200", variant: "Stainless Steel • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=1", imageAlt: "Heritage Classic watch"}, + id: "1", name: "The Heritage Classic", price: "$4,200", variant: "Timeless elegance for every occasion • Stainless Steel • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=1", imageAlt: "Heritage Classic watch"}, { - id: "2", name: "The Precision Sport", price: "$5,800", variant: "Titanium • 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=2", imageAlt: "Precision Sport watch"}, + id: "2", name: "The Precision Sport", price: "$5,800", variant: "Performance meets sophistication • Titanium • 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=2", imageAlt: "Precision Sport watch"}, { - id: "3", name: "The Elegant Evening", price: "$6,500", variant: "Rose Gold • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=2", imageAlt: "Elegant Evening watch"}, + id: "3", name: "The Elegant Evening", price: "$6,500", variant: "Radiant luxury for special moments • Rose Gold • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=2", imageAlt: "Elegant Evening watch"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1