From 76633521c21880b9f427d08a472180d6f61a8be8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:35:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 100 +++++++++++++++-------------------------------- 1 file changed, 32 insertions(+), 68 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f70f29..8cf0635 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,18 +56,12 @@ export default function LandingPage() { text: "Book a Private Viewing", href: "#contact"}, ]} carouselItems={[ - { - id: "h1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bo4di1", imageAlt: "Reich Sovereign front"}, - { - id: "h2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vw93wf", imageAlt: "Reich Sovereign side"}, - { - id: "h3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u50agh", imageAlt: "Reich Heritage movement"}, - { - id: "h4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=spuf0h", imageAlt: "Reich Meridian dial"}, - { - id: "h5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=swxo22", imageAlt: "Reich watch ensemble"}, - { - id: "h6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n1zzu8", imageAlt: "Reich luxury box"}, + { id: "r1", imageSrc: "https://images.unsplash.com/photo-1614164185128-e4ec99c436d7?q=80&w=800", imageAlt: "Rolex Submariner" }, + { id: "r2", imageSrc: "https://images.unsplash.com/photo-1623998012613-26466986e7c1?q=80&w=800", imageAlt: "Rolex Datejust" }, + { id: "r3", imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=800", imageAlt: "Rolex Daytona" }, + { id: "r4", imageSrc: "https://images.unsplash.com/photo-1587836374828-4dbafa94f0e0?q=80&w=800", imageAlt: "Rolex GMT Master" }, + { id: "r5", imageSrc: "https://images.unsplash.com/photo-1606830722234-909565306296?q=80&w=800", imageAlt: "Rolex Yacht-Master" }, + { id: "r6", imageSrc: "https://images.unsplash.com/photo-1635338006307-e8568e217833?q=80&w=800", imageAlt: "Rolex Explorer" }, ]} /> @@ -90,21 +84,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", name: "SOVEREIGN", price: "$12,500", variant: "Limited Edition", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=56aqpz"}, - { - id: "p2", name: "HERITAGE", price: "$8,900", variant: "Signature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vqgkf1"}, - { - id: "p3", name: "MERIDIAN", price: "$15,750", variant: "Grand Complication", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7xh80v"}, - { - id: "p4", name: "MONARCH", price: "$19,500", variant: "Bespoke", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=25wl1p"}, - { - id: "p5", name: "ECLIPSE", price: "$9,200", variant: "Modern", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qc06yk"}, - { - id: "p6", name: "VALIANT", price: "$11,300", variant: "Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dew0az"}, + { 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" }, ]} - title="THE COLLECTION" - description="Exquisite timepieces, limited by production, defined by excellence." + title="THE ROLEX SELECTION" + description="Curated icons of watchmaking heritage." /> @@ -126,15 +114,15 @@ export default function LandingPage() { { id: "f1", title: "Swiss Movement", descriptions: [ "In-house calibers designed for absolute accuracy with 72-hour power reserve."], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jq172k"}, + imageSrc: "https://images.unsplash.com/photo-1614164185128-e4ec99c436d7?q=80&w=800"}, { id: "f2", title: "Lifetime Warranty", descriptions: [ "We stand behind the engineering of every Reich timepiece for your lifetime."], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ereyox"}, + imageSrc: "https://images.unsplash.com/photo-1623998012613-26466986e7c1?q=80&w=800"}, { id: "f3", title: "White Glove Delivery", descriptions: [ "Insured, hand-delivered worldwide through our private concierge network."], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xsgv6t"}, + imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=800"}, ]} title="Why Reich" description="Uncompromising standards applied to every caliber and component." @@ -148,21 +136,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Michael S.", role: "Collector", company: "New York", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a5puv0"}, - { - id: "t2", name: "Sarah J.", role: "Investor", company: "London", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ib3ziy"}, - { - id: "t3", name: "David K.", role: "Architect", company: "Tokyo", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=puyopw"}, - { - id: "t4", name: "Elena R.", role: "Executive", company: "Paris", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5gal69"}, - { - id: "t5", name: "Marcus V.", role: "Entreprenuer", company: "Dubai", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v3mwa4"}, + { id: "t1", name: "Michael S.", role: "Collector", company: "New York", rating: 5, imageSrc: "https://images.unsplash.com/photo-1560250097-0b93528c31e6?q=80&w=400" }, + { id: "t2", name: "Sarah J.", role: "Investor", company: "London", rating: 5, imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=400" }, + { id: "t3", name: "David K.", role: "Architect", company: "Tokyo", rating: 5, imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=400" }, ]} title="FROM OUR COLLECTORS" description="Join an inner circle of discerning individuals who value time as the ultimate luxury." @@ -187,42 +163,30 @@ export default function LandingPage() { columns={[ { title: "Collections", items: [ - { - label: "Sovereign", href: "#"}, - { - label: "Heritage", href: "#"}, - { - label: "Meridian", href: "#"}, + { label: "Sovereign", href: "#" }, + { label: "Heritage", href: "#" }, + { label: "Meridian", href: "#" }, ], }, { title: "About", items: [ - { - label: "Our Story", href: "#"}, - { - label: "Craftsmanship", href: "#"}, - { - label: "Press", href: "#"}, + { label: "Our Story", href: "#" }, + { label: "Craftsmanship", href: "#" }, + { label: "Press", href: "#" }, ], }, { title: "Service", items: [ - { - label: "Warranty", href: "#"}, - { - label: "Care Guide", href: "#"}, - { - label: "Authentication", href: "#"}, + { label: "Warranty", href: "#" }, + { label: "Care Guide", href: "#" }, + { label: "Authentication", href: "#" }, ], }, { title: "Contact", items: [ - { - label: "Schedule Call", href: "#"}, - { - label: "Boutiques", href: "#"}, - { - label: "WhatsApp", href: "#"}, + { label: "Schedule Call", href: "#" }, + { label: "Boutiques", href: "#" }, + { label: "WhatsApp", href: "#" }, ], }, ]} -- 2.49.1