Update src/app/erlebnis/page.tsx

This commit is contained in:
2026-03-02 23:18:55 +00:00
parent a5230261ef
commit 4e31b55c9e

View File

@@ -17,24 +17,21 @@ export default function ErlebnisPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ label: "Erlebnis", href: "/erlebnis" }, { label: "Erlebnis", href: "/erlebnis" },
{ label: "Sicherheit", href: "/sicherheit" }, { label: "Sicherheit", href: "/sicherheit" },
{ label: "Über uns", href: "/uber-uns" }, { label: "Über uns", href: "/uber-uns" },
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Telefon", href: "#" }, { label: "Telefon", href: "#" },
{ label: "WhatsApp", href: "#" }, { label: "WhatsApp", href: "#" },
{ label: "E-Mail", href: "mailto:info@kingcars.de" }, { label: "E-Mail", href: "mailto:info@kingcars.de" },
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Datenschutz", href: "#" }, { label: "Datenschutz", href: "#" },
{ label: "Impressum", href: "#" }, { label: "Impressum", href: "#" },
{ label: "AGB", href: "#" }, { label: "AGB", href: "#" },
@@ -65,37 +62,17 @@ export default function ErlebnisPage() {
description="Explore our carefully curated collection of premium vehicles, each selected for exceptional performance and luxury craftsmanship." description="Explore our carefully curated collection of premium vehicles, each selected for exceptional performance and luxury craftsmanship."
products={[ products={[
{ {
id: "audi-q7", id: "audi-q7", name: "Audi Q7", price: "€89,500", imageSrc:
name: "Audi Q7", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-0w9aqhtf.png", imageAlt: "Audi Q7 Premium SUV"},
price: "€89,500",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-0w9aqhtf.png?_wi=3",
imageAlt: "Audi Q7 Premium SUV",
},
{ {
id: "mustang-gt", id: "mustang-gt", name: "Mustang GT", price: "€78,900", imageSrc:
name: "Mustang GT", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-bpenzi4u.png", imageAlt: "Mustang GT Performance"},
price: "€78,900",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-bpenzi4u.png?_wi=3",
imageAlt: "Mustang GT Performance",
},
{ {
id: "ferrari-812", id: "ferrari-812", name: "Ferrari 812 Superfast", price: "€289,000", imageSrc:
name: "Ferrari 812 Superfast", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-z9mhdsyb.png", imageAlt: "Ferrari 812 Superfast"},
price: "€289,000",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-z9mhdsyb.png?_wi=2",
imageAlt: "Ferrari 812 Superfast",
},
{ {
id: "bmw-m5", id: "bmw-m5", name: "BMW M5 Competition", price: "€125,600", imageSrc:
name: "BMW M5 Competition", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-is9xyszk.png", imageAlt: "BMW M5 Competition"},
price: "€125,600",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-is9xyszk.png?_wi=2",
imageAlt: "BMW M5 Competition",
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -113,7 +90,7 @@ export default function ErlebnisPage() {
{ value: "500+", title: "Satisfied Clients" }, { value: "500+", title: "Satisfied Clients" },
{ value: "24/7", title: "Concierge Support" }, { value: "24/7", title: "Concierge Support" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=3" imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg"
imageAlt="Premium automotive facility" imageAlt="Premium automotive facility"
useInvertedBackground={true} useInvertedBackground={true}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -123,7 +100,7 @@ export default function ErlebnisPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=4" imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg"
imageAlt="Premium automotive facility" imageAlt="Premium automotive facility"
logoText="KingCars" logoText="KingCars"
copyrightText="© 2025 KingCars. All rights reserved." copyrightText="© 2025 KingCars. All rights reserved."