From 1d8a072dcce4c7d7bfaba841916e1785f5281fe1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:58:52 +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 2b766aa..b6df553 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,10 +45,10 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} carouselItems={[ { id: "1", imageSrc: "https://images.unsplash.com/photo-1552074284-5e883246222e?q=80&w=2070", imageAlt: "Car on Dubai road" }, - { id: "2", imageSrc: "https://images.unsplash.com/photo-1542282088-72c9c27ed0cd?q=80&w=2069", imageAlt: "Police car siren" }, + { id: "2", imageSrc: "https://images.unsplash.com/photo-1542282088-72c9c27ed0cd?q=80&w=2069&_wi=1", imageAlt: "Police car siren" }, { id: "3", imageSrc: "https://images.unsplash.com/photo-1557008682-1c08003f47e3?q=80&w=2070", imageAlt: "Dubai highway night" }, - { id: "4", imageSrc: "https://images.unsplash.com/photo-1502877338535-7de6e10daa87?q=80&w=2070", imageAlt: "Fast car chase" }, - { id: "5", imageSrc: "https://images.unsplash.com/photo-1621007947382-bb3c3994e3fb?q=80&w=2070", imageAlt: "City lights" }, + { id: "4", imageSrc: "https://images.unsplash.com/photo-1502877338535-7de6e10daa87?q=80&w=2070&_wi=1", imageAlt: "Fast car chase" }, + { id: "5", imageSrc: "https://images.unsplash.com/photo-1621007947382-bb3c3994e3fb?q=80&w=2070&_wi=1", imageAlt: "City lights" }, { id: "6", imageSrc: "https://images.unsplash.com/photo-1614036737523-936615b3c58e?q=80&w=2070", imageAlt: "Police pursuit" } ]} buttons={[{ text: "Start Pursuit", href: "#features" }]} @@ -62,11 +62,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "High-Speed Escape", description: "Navigate the high-speed roads of Dubai while the police chase you from behind.", imageSrc: "https://images.unsplash.com/photo-1542282088-72c9c27ed0cd?q=80&w=2069", imageAlt: "Police pursuit"}, + title: "High-Speed Escape", description: "Navigate the high-speed roads of Dubai while the police chase you from behind.", imageSrc: "https://images.unsplash.com/photo-1542282088-72c9c27ed0cd?q=80&w=2069&_wi=2", imageAlt: "Police pursuit"}, { - title: "Elite Performance", description: "Push your car to its absolute limits in a high-stakes adrenaline-fueled race.", imageSrc: "https://images.unsplash.com/photo-1502877338535-7de6e10daa87?q=80&w=2070", imageAlt: "Sports car speed"}, + title: "Elite Performance", description: "Push your car to its absolute limits in a high-stakes adrenaline-fueled race.", imageSrc: "https://images.unsplash.com/photo-1502877338535-7de6e10daa87?q=80&w=2070&_wi=2", imageAlt: "Sports car speed"}, { - title: "Dubai Streets", description: "Master the iconic city tracks in a realistic pursuit simulator.", imageSrc: "https://images.unsplash.com/photo-1621007947382-bb3c3994e3fb?q=80&w=2070", imageAlt: "Dubai city at night"}, + title: "Dubai Streets", description: "Master the iconic city tracks in a realistic pursuit simulator.", imageSrc: "https://images.unsplash.com/photo-1621007947382-bb3c3994e3fb?q=80&w=2070&_wi=2", imageAlt: "Dubai city at night"}, ]} title="Unmatched Performance" description="Experience the rush of the perfect getaway on world-class desert highways." -- 2.49.1