Merge version_1 into main #1
@@ -50,22 +50,22 @@ export default function LandingPage() {
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/photo-infiniti-g37-coupe-outdoors_158538-24741.jpg", imageAlt: "luxury car vehicle front automotive exotic premium"
|
||||
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/photo-infiniti-g37-coupe-outdoors_158538-24741.jpg?_wi=1", imageAlt: "luxury car vehicle front automotive exotic premium"
|
||||
},
|
||||
{
|
||||
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", imageAlt: "luxury sedan black car premium vehicle automotive"
|
||||
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=1", imageAlt: "luxury sedan black car premium vehicle automotive"
|
||||
},
|
||||
{
|
||||
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-front-side-salon-view-black-wheel-with-metallic-silver-color-direction-door-open_114579-1166.jpg", imageAlt: "sports car exotic vehicle luxury automotive premium"
|
||||
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-front-side-salon-view-black-wheel-with-metallic-silver-color-direction-door-open_114579-1166.jpg?_wi=1", imageAlt: "sports car exotic vehicle luxury automotive premium"
|
||||
},
|
||||
{
|
||||
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/high-speed-silver-sport-car-driving-highway-sunny-weather_114579-4031.jpg", imageAlt: "performance car luxury vehicle automotive showcase premium"
|
||||
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/high-speed-silver-sport-car-driving-highway-sunny-weather_114579-4031.jpg?_wi=1", imageAlt: "performance car luxury vehicle automotive showcase premium"
|
||||
},
|
||||
{
|
||||
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/photo-infiniti-g37-coupe-outdoors_158538-24741.jpg", imageAlt: "luxury car vehicle front automotive exotic premium"
|
||||
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/photo-infiniti-g37-coupe-outdoors_158538-24741.jpg?_wi=2", imageAlt: "luxury car vehicle front automotive exotic premium"
|
||||
},
|
||||
{
|
||||
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", imageAlt: "luxury sedan black car premium vehicle automotive"
|
||||
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=2", imageAlt: "luxury sedan black car premium vehicle automotive"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -80,13 +80,13 @@ export default function LandingPage() {
|
||||
description="Entdecken Sie unsere exklusive Fahrzeugflotte. Jedes Modell verkörpert Perfektion und Raffinesse."
|
||||
products={[
|
||||
{
|
||||
id: "vehicle-1", name: "Mercedes-AMG GT 63 S", price: "€145.000", variant: "Midnight Black • 630 PS", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", imageAlt: "Mercedes-AMG GT 63 S in Midnight Black"
|
||||
id: "vehicle-1", name: "Mercedes-AMG GT 63 S", price: "€145.000", variant: "Midnight Black • 630 PS", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=3", imageAlt: "Mercedes-AMG GT 63 S in Midnight Black"
|
||||
},
|
||||
{
|
||||
id: "vehicle-2", name: "BMW M840i xDrive", price: "€165.000", variant: "Alpine White • 503 PS", imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-front-side-salon-view-black-wheel-with-metallic-silver-color-direction-door-open_114579-1166.jpg", imageAlt: "BMW M840i xDrive in Alpine White"
|
||||
id: "vehicle-2", name: "BMW M840i xDrive", price: "€165.000", variant: "Alpine White • 503 PS", imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-front-side-salon-view-black-wheel-with-metallic-silver-color-direction-door-open_114579-1166.jpg?_wi=2", imageAlt: "BMW M840i xDrive in Alpine White"
|
||||
},
|
||||
{
|
||||
id: "vehicle-3", name: "Porsche 911 Turbo S", price: "€195.000", variant: "Jet Black Metallic • 650 PS", imageSrc: "http://img.b2bpic.net/free-photo/high-speed-silver-sport-car-driving-highway-sunny-weather_114579-4031.jpg", imageAlt: "Porsche 911 Turbo S in Jet Black Metallic"
|
||||
id: "vehicle-3", name: "Porsche 911 Turbo S", price: "€195.000", variant: "Jet Black Metallic • 650 PS", imageSrc: "http://img.b2bpic.net/free-photo/high-speed-silver-sport-car-driving-highway-sunny-weather_114579-4031.jpg?_wi=2", imageAlt: "Porsche 911 Turbo S in Jet Black Metallic"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user