Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user