From 505611f3d58bb0da19953a01a543ec8aa1c40b05 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:43:43 +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 904f5e1..9b34637 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,11 +94,11 @@ export default function HomePage() { description="Unparalleled expertise, authentication, and personalized service for the discerning collector." features={[ { - id: "01", title: "Certified Authenticity", description: "Every piece verified by master horologists and sommelier experts with full documentation.", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-left-hand-his-pocket_181624-38182.jpg", imageAlt: "Authentic luxury watch verification"}, + id: "01", title: "Certified Authenticity", description: "Every piece verified by master horologists and sommelier experts with full documentation.", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-left-hand-his-pocket_181624-38182.jpg?_wi=1", imageAlt: "Authentic luxury watch verification"}, { - id: "02", title: "Exclusive Collections", description: "Access limited editions and rare vintages not available through conventional channels.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wine-stain-detail_23-2149641632.jpg", imageAlt: "Exclusive wine collection"}, + id: "02", title: "Exclusive Collections", description: "Access limited editions and rare vintages not available through conventional channels.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wine-stain-detail_23-2149641632.jpg?_wi=1", imageAlt: "Exclusive wine collection"}, { - id: "03", title: "Investment Grade", description: "Our selections appreciate over time, offering both enjoyment and financial value.", imageSrc: "http://img.b2bpic.net/free-photo/square-clock-outdoors-still-life_23-2150436125.jpg", imageAlt: "Investment watch collection"}, + id: "03", title: "Investment Grade", description: "Our selections appreciate over time, offering both enjoyment and financial value.", imageSrc: "http://img.b2bpic.net/free-photo/square-clock-outdoors-still-life_23-2150436125.jpg?_wi=1", imageAlt: "Investment watch collection"}, { id: "04", title: "White Glove Service", description: "Personalized consultations, concierge assistance, and lifetime support for your collection.", imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36691.jpg", imageAlt: "Premium luxury service"}, ]} @@ -115,16 +115,16 @@ export default function HomePage() { description="Hand-selected watches and wines representing the pinnacle of luxury and craftsmanship." products={[ { - id: "rolex-sub", name: "Rolex Submariner 41mm Steel", price: "$14,500", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-left-hand-his-pocket_181624-38182.jpg", imageAlt: "Rolex Submariner professional dive watch", initialQuantity: 1, + id: "rolex-sub", name: "Rolex Submariner 41mm Steel", price: "$14,500", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-left-hand-his-pocket_181624-38182.jpg?_wi=2", imageAlt: "Rolex Submariner professional dive watch", initialQuantity: 1, }, { - id: "rolex-gmt", name: "Rolex GMT-Master II Gold", price: "$38,000", imageSrc: "http://img.b2bpic.net/free-photo/square-clock-outdoors-still-life_23-2150436125.jpg", imageAlt: "Rolex GMT-Master II luxury travel watch", initialQuantity: 1, + id: "rolex-gmt", name: "Rolex GMT-Master II Gold", price: "$38,000", imageSrc: "http://img.b2bpic.net/free-photo/square-clock-outdoors-still-life_23-2150436125.jpg?_wi=2", imageAlt: "Rolex GMT-Master II luxury travel watch", initialQuantity: 1, }, { id: "omega-sea", name: "Omega Seamaster Planet Ocean", price: "$6,800", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241148.jpg", imageAlt: "Omega Seamaster diving chronograph", initialQuantity: 1, }, { - id: "wine-bordeaux", name: "Château Margaux 2010 Bordeaux", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wine-stain-detail_23-2149641632.jpg", imageAlt: "Premium Bordeaux wine vintage", initialQuantity: 1, + id: "wine-bordeaux", name: "Château Margaux 2010 Bordeaux", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wine-stain-detail_23-2149641632.jpg?_wi=2", imageAlt: "Premium Bordeaux wine vintage", initialQuantity: 1, }, { id: "wine-burgundy", name: "Romanée-Conti Grand Cru 2015", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/gold-wine-bottle-label-with-design-space_53876-167287.jpg", imageAlt: "Rare Burgundy pinot noir", initialQuantity: 1, @@ -245,7 +245,7 @@ export default function HomePage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26763.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26763.jpg?_wi=1" imageAlt="Luxe Collection showroom" mediaAnimation="slide-up" mediaPosition="right" @@ -255,7 +255,7 @@ export default function HomePage() {