From b094a57338343c2d26928df156151f9391c04026 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:35:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cf0635..49501b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,9 +56,9 @@ export default function LandingPage() { text: "Book a Private Viewing", href: "#contact"}, ]} carouselItems={[ - { 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: "r1", imageSrc: "https://images.unsplash.com/photo-1614164185128-e4ec99c436d7?q=80&w=800&_wi=1", imageAlt: "Rolex Submariner" }, + { id: "r2", imageSrc: "https://images.unsplash.com/photo-1623998012613-26466986e7c1?q=80&w=800&_wi=1", imageAlt: "Rolex Datejust" }, + { id: "r3", imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=800&_wi=1", 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" }, @@ -114,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://images.unsplash.com/photo-1614164185128-e4ec99c436d7?q=80&w=800"}, + imageSrc: "https://images.unsplash.com/photo-1614164185128-e4ec99c436d7?q=80&w=800&_wi=2"}, { id: "f2", title: "Lifetime Warranty", descriptions: [ "We stand behind the engineering of every Reich timepiece for your lifetime."], - imageSrc: "https://images.unsplash.com/photo-1623998012613-26466986e7c1?q=80&w=800"}, + imageSrc: "https://images.unsplash.com/photo-1623998012613-26466986e7c1?q=80&w=800&_wi=2"}, { id: "f3", title: "White Glove Delivery", descriptions: [ "Insured, hand-delivered worldwide through our private concierge network."], - imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=800"}, + imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=800&_wi=2"}, ]} title="Why Reich" description="Uncompromising standards applied to every caliber and component." -- 2.49.1