Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-04 21:55:16 +00:00

View File

@@ -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"