diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ee7cd2..c2124f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { title="Timeless Elegance" description="Discover our curated collection of luxury watches, meticulously crafted to define sophistication and precision." tag="Premium Collection" - imageSrc="http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=1" imageAlt="Luxury watch collection" textPosition="bottom-left" showBlur={true} @@ -65,13 +65,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Elegancia Pro", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Elegancia Pro luxury watch" + id: "1", name: "Elegancia Pro", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=2", imageAlt: "Elegancia Pro luxury watch" }, { id: "2", name: "Chronos Steel", price: "$3,650", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Chronos Steel premium watch" }, { - id: "3", name: "Heritage Classic", price: "$5,200", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Heritage Classic dress watch" + id: "3", name: "Heritage Classic", price: "$5,200", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=3", imageAlt: "Heritage Classic dress watch" } ]} /> @@ -100,22 +100,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Marcus Sterling", handle: "@marcusw_collector", testimonial: "The attention to detail and quality is unmatched. Chronos has become my trusted source for authentic luxury watches.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Sterling" + id: "1", name: "Marcus Sterling", handle: "@marcusw_collector", testimonial: "The attention to detail and quality is unmatched. Chronos has become my trusted source for authentic luxury watches.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Sterling" }, { - id: "2", name: "Elena Rossi", handle: "@elenatimekeeper", testimonial: "Exceptional service and an exquisite collection. Every piece tells a story of precision and craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Rossi" + id: "2", name: "Elena Rossi", handle: "@elenatimekeeper", testimonial: "Exceptional service and an exquisite collection. Every piece tells a story of precision and craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Elena Rossi" }, { - id: "3", name: "David Chen", handle: "@davidcollects", testimonial: "From classic dress watches to modern sports models, the curation is impeccable. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen" + id: "3", name: "David Chen", handle: "@davidcollects", testimonial: "From classic dress watches to modern sports models, the curation is impeccable. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Chen" }, { - id: "4", name: "Sophie Laurent", handle: "@sophieuxury", testimonial: "The minimalist aesthetic of Chronos' store reflects the elegance of their collection. A truly refined experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophie Laurent" + id: "4", name: "Sophie Laurent", handle: "@sophieuxury", testimonial: "The minimalist aesthetic of Chronos' store reflects the elegance of their collection. A truly refined experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Sophie Laurent" }, { - id: "5", name: "James Mitchell", handle: "@jamestiming", testimonial: "Outstanding craftsmanship and authentic timepieces. Chronos is my go-to for investment-grade watches.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell" + id: "5", name: "James Mitchell", handle: "@jamestiming", testimonial: "Outstanding craftsmanship and authentic timepieces. Chronos is my go-to for investment-grade watches.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "James Mitchell" }, { - id: "6", name: "Victoria Wu", handle: "@victoriawatches", testimonial: "Impeccable presentation, premium selection, and world-class customer service. Exactly what luxury deserves.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Victoria Wu" + id: "6", name: "Victoria Wu", handle: "@victoriawatches", testimonial: "Impeccable presentation, premium selection, and world-class customer service. Exactly what luxury deserves.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Victoria Wu" } ]} speed={40}