From 869e447f75ce7873d38949bd4cbd3b1e20a93674 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:23:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da04c58..b6ad0c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,10 +81,10 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "1", name: "Golden Heritage Classic", price: "$4,850", variant: "Gold • Swiss Movement • 42mm", imageSrc: "http://img.b2bpic.net/free-photo/closeup-watch_53876-32028.jpg", imageAlt: "Golden Heritage Classic watch", isFavorited: false, + id: "1", name: "Golden Heritage Classic", price: "$4,850", variant: "Gold • Swiss Movement • 42mm", imageSrc: "http://img.b2bpic.net/free-photo/closeup-watch_53876-32028.jpg?_wi=1", imageAlt: "Golden Heritage Classic watch", isFavorited: false, }, { - id: "2", name: "Silver Sport Pro", price: "$3,250", variant: "Stainless Steel • Chronograph • 40mm", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-black-suit_158538-11469.jpg", imageAlt: "Silver Sport Pro chronograph", isFavorited: false, + id: "2", name: "Silver Sport Pro", price: "$3,250", variant: "Stainless Steel • Chronograph • 40mm", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-black-suit_158538-11469.jpg?_wi=1", imageAlt: "Silver Sport Pro chronograph", isFavorited: false, }, { id: "3", name: "Rose Gold Elegance", price: "$5,120", variant: "Rose Gold • Automatic • 38mm", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-smartwatch-wearable-technology_53876-102987.jpg", imageAlt: "Rose Gold Elegance timepiece", isFavorited: false, @@ -109,10 +109,10 @@ export default function LandingPage() { buttonAnimation="slide-up" features={[ { - title: "Classic Heritage", description: "Timeless designs inspired by vintage craftsmanship. Perfect for those who appreciate traditional elegance and enduring style.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-putting-his-watch-wrist_8353-10192.jpg", imageAlt: "Classic Heritage watch collection", button: { text: "Explore Classic", href: "#" }, + title: "Classic Heritage", description: "Timeless designs inspired by vintage craftsmanship. Perfect for those who appreciate traditional elegance and enduring style.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-putting-his-watch-wrist_8353-10192.jpg?_wi=1", imageAlt: "Classic Heritage watch collection", button: { text: "Explore Classic", href: "#" }, }, { - title: "Modern Minimalist", description: "Contemporary designs focusing on clean lines and precision. Ideal for the modern professional seeking understated luxury.", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-gold-watch_8353-10462.jpg", imageAlt: "Modern Minimalist watch collection", button: { text: "Explore Modern", href: "#" }, + title: "Modern Minimalist", description: "Contemporary designs focusing on clean lines and precision. Ideal for the modern professional seeking understated luxury.", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-gold-watch_8353-10462.jpg?_wi=1", imageAlt: "Modern Minimalist watch collection", button: { text: "Explore Modern", href: "#" }, }, ]} gridVariant="uniform-all-items-equal" @@ -146,16 +146,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Swiss Precision", description: "Every timepiece is crafted with Swiss movement accuracy, ensuring reliability and performance for generations.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-putting-his-watch-wrist_8353-10192.jpg", imageAlt: "Swiss precision watch craftsmanship" + title: "Swiss Precision", description: "Every timepiece is crafted with Swiss movement accuracy, ensuring reliability and performance for generations.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-putting-his-watch-wrist_8353-10192.jpg?_wi=2", imageAlt: "Swiss precision watch craftsmanship" }, { - title: "Lifetime Warranty", description: "We stand behind our watches with a comprehensive lifetime warranty, covering all manufacturing defects.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-black-suit_158538-11469.jpg", imageAlt: "Warranty protected luxury watches" + title: "Lifetime Warranty", description: "We stand behind our watches with a comprehensive lifetime warranty, covering all manufacturing defects.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-black-suit_158538-11469.jpg?_wi=2", imageAlt: "Warranty protected luxury watches" }, { - title: "Expert Support", description: "Our dedicated team of watch specialists is always ready to assist with maintenance, customization, and advice.", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-gold-watch_8353-10462.jpg", imageAlt: "Expert watch support team" + title: "Expert Support", description: "Our dedicated team of watch specialists is always ready to assist with maintenance, customization, and advice.", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-gold-watch_8353-10462.jpg?_wi=2", imageAlt: "Expert watch support team" }, { - title: "Exclusive Access", description: "Members enjoy early access to limited editions, exclusive events, and VIP customer experiences.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-watch_53876-32028.jpg", imageAlt: "Exclusive watch collection preview" + title: "Exclusive Access", description: "Members enjoy early access to limited editions, exclusive events, and VIP customer experiences.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-watch_53876-32028.jpg?_wi=2", imageAlt: "Exclusive watch collection preview" }, ]} gridVariant="two-columns-alternating-heights" -- 2.49.1