diff --git a/src/app/page.tsx b/src/app/page.tsx index 84baa68..fe77bdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/black-mini-coupe-road_114579-5056.jpg", imageAlt: "Premium luxury car model" }, - { imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", imageAlt: "Elegant sedan model" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-speed-silver-sport-car-driving-highway-sunny-weather_114579-4031.jpg", imageAlt: "High-performance sports vehicle" } + { imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=1", imageAlt: "Elegant sedan model" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-speed-silver-sport-car-driving-highway-sunny-weather_114579-4031.jpg?_wi=1", imageAlt: "High-performance sports vehicle" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -61,8 +61,8 @@ export default function LandingPage() { title="Featured Models" description="Discover our carefully curated collection of premium vehicles, each engineered for performance and elegance." products={[ - { id: "1", name: "Quantum Velocity GT", price: "$95,000", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", imageAlt: "Quantum Velocity GT luxury sedan" }, - { id: "2", name: "Thunder Edge Pro", price: "$125,000", imageSrc: "http://img.b2bpic.net/free-photo/high-speed-silver-sport-car-driving-highway-sunny-weather_114579-4031.jpg", imageAlt: "Thunder Edge Pro sports coupe" }, + { id: "1", name: "Quantum Velocity GT", price: "$95,000", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=2", imageAlt: "Quantum Velocity GT luxury sedan" }, + { id: "2", name: "Thunder Edge Pro", price: "$125,000", imageSrc: "http://img.b2bpic.net/free-photo/high-speed-silver-sport-car-driving-highway-sunny-weather_114579-4031.jpg?_wi=2", imageAlt: "Thunder Edge Pro sports coupe" }, { id: "3", name: "Horizon Elite SUV", price: "$110,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-summer-park-near-car_1157-28551.jpg", imageAlt: "Horizon Elite premium SUV" } ]} gridVariant="three-columns-all-equal-width"