From 9891ff61b4e1ccc972542568e4933f16a62854fe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:11:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8e3cd6..84baa68 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?_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" } + { 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" } ]} 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?_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: "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: "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" @@ -82,7 +82,7 @@ export default function LandingPage() { { id: "3", value: "300 miles", description: "Range on Full Charge" }, { id: "4", value: "98%", description: "Customer Satisfaction" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1