Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-04-15 13:30:12 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
description="Discover our curated selection of luxury timepieces, where heritage engineering meets contemporary design."
tag="Luxury Watchmaker"
buttons={[{ text: "Explore Collection", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-watch-with-black-face-metal-strap_1203-1082.jpg"
imageSrc="http://img.b2bpic.net/free-photo/luxury-watch-with-black-face-metal-strap_1203-1082.jpg?_wi=1"
imageAlt="Luxury watch showcase"
testimonials={[
{ name: "James W.", handle: "@jamesw", testimonial: "The craftsmanship is unparalleled. Absolutely stunning.", rating: 5 },
@@ -93,7 +93,7 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
products={[
{ id: "w1", brand: "Aeterna", name: "Midnight Chrono", price: "$1,250", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/luxury-watch-with-black-face-metal-strap_1203-1082.jpg" },
{ id: "w1", brand: "Aeterna", name: "Midnight Chrono", price: "$1,250", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/luxury-watch-with-black-face-metal-strap_1203-1082.jpg?_wi=2" },
{ id: "w2", brand: "Vantage", name: "Heritage Classic", price: "$950", rating: 4, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/elegant-luxury-watch_1203-1076.jpg" },
{ id: "w3", brand: "Luxe", name: "Diver Pro", price: "$1,800", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/close-up-luxury-watch_1203-1078.jpg" }
]}