Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 19:11:20 +00:00

View File

@@ -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}