From 5eded854de664acba535be00abe699432185c359 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:38:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49501b9..de79ace 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,14 +84,14 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Rolex Submariner", price: "$12,500", variant: "Professional", imageSrc: "https://images.unsplash.com/photo-1614164185128-e4ec99c436d7?q=80&w=600" }, - { id: "p2", name: "Rolex Datejust", price: "$8,900", variant: "Classic", imageSrc: "https://images.unsplash.com/photo-1623998012613-26466986e7c1?q=80&w=600" }, - { id: "p3", name: "Rolex Daytona", price: "$15,750", variant: "Chronograph", imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=600" }, - { id: "p4", name: "Rolex GMT Master", price: "$19,500", variant: "Travel", imageSrc: "https://images.unsplash.com/photo-1587836374828-4dbafa94f0e0?q=80&w=600" }, - { id: "p5", name: "Rolex Yacht-Master", price: "$9,200", variant: "Sport", imageSrc: "https://images.unsplash.com/photo-1606830722234-909565306296?q=80&w=600" }, - { id: "p6", name: "Rolex Explorer", price: "$11,300", variant: "Field", imageSrc: "https://images.unsplash.com/photo-1635338006307-e8568e217833?q=80&w=600" }, + { id: "p1", name: "Rolex Submariner", price: "$12,500", variant: "Professional", imageSrc: "https://images.unsplash.com/photo-1614164185128-e4ec99c436d7?q=80&w=600", onProductClick: () => alert('Configuring Rolex Submariner...') }, + { id: "p2", name: "Rolex Datejust", price: "$8,900", variant: "Classic", imageSrc: "https://images.unsplash.com/photo-1623998012613-26466986e7c1?q=80&w=600", onProductClick: () => alert('Configuring Rolex Datejust...') }, + { id: "p3", name: "Rolex Daytona", price: "$15,750", variant: "Chronograph", imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=600", onProductClick: () => alert('Configuring Rolex Daytona...') }, + { id: "p4", name: "Rolex GMT Master", price: "$19,500", variant: "Travel", imageSrc: "https://images.unsplash.com/photo-1587836374828-4dbafa94f0e0?q=80&w=600", onProductClick: () => alert('Configuring Rolex GMT Master...') }, + { id: "p5", name: "Rolex Yacht-Master", price: "$9,200", variant: "Sport", imageSrc: "https://images.unsplash.com/photo-1606830722234-909565306296?q=80&w=600", onProductClick: () => alert('Configuring Rolex Yacht-Master...') }, + { id: "p6", name: "Rolex Explorer", price: "$11,300", variant: "Field", imageSrc: "https://images.unsplash.com/photo-1635338006307-e8568e217833?q=80&w=600", onProductClick: () => alert('Configuring Rolex Explorer...') }, ]} - title="THE ROLEX SELECTION" + title="THE REICH SELECTION" description="Curated icons of watchmaking heritage." />