Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 16:23:40 +00:00

View File

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