Merge version_1 into main #2
@@ -17,24 +17,21 @@ export default function ErlebnisPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Erlebnis", href: "/erlebnis" },
|
||||
{ label: "Sicherheit", href: "/sicherheit" },
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Telefon", href: "#" },
|
||||
{ label: "WhatsApp", href: "#" },
|
||||
{ label: "E-Mail", href: "mailto:info@kingcars.de" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
{ label: "Impressum", 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."
|
||||
products={[
|
||||
{
|
||||
id: "audi-q7",
|
||||
name: "Audi Q7",
|
||||
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: "audi-q7", name: "Audi Q7", price: "€89,500", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-0w9aqhtf.png", imageAlt: "Audi Q7 Premium SUV"},
|
||||
{
|
||||
id: "mustang-gt",
|
||||
name: "Mustang GT",
|
||||
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: "mustang-gt", name: "Mustang GT", price: "€78,900", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-bpenzi4u.png", imageAlt: "Mustang GT Performance"},
|
||||
{
|
||||
id: "ferrari-812",
|
||||
name: "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: "ferrari-812", name: "Ferrari 812 Superfast", price: "€289,000", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-z9mhdsyb.png", imageAlt: "Ferrari 812 Superfast"},
|
||||
{
|
||||
id: "bmw-m5",
|
||||
name: "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",
|
||||
},
|
||||
id: "bmw-m5", name: "BMW M5 Competition", price: "€125,600", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-is9xyszk.png", imageAlt: "BMW M5 Competition"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -113,7 +90,7 @@ export default function ErlebnisPage() {
|
||||
{ value: "500+", title: "Satisfied Clients" },
|
||||
{ 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"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -123,7 +100,7 @@ export default function ErlebnisPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<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"
|
||||
logoText="KingCars"
|
||||
copyrightText="© 2025 KingCars. All rights reserved."
|
||||
|
||||
@@ -17,24 +17,21 @@ export default function KontaktPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Erlebnis", href: "/erlebnis" },
|
||||
{ label: "Sicherheit", href: "/sicherheit" },
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Telefon", href: "#" },
|
||||
{ label: "WhatsApp", href: "#" },
|
||||
{ label: "E-Mail", href: "mailto:info@kingcars.de" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "AGB", href: "#" },
|
||||
@@ -68,11 +65,11 @@ export default function KontaktPage() {
|
||||
{ value: "24/7", title: "Available Support" },
|
||||
{ value: "<2h", title: "Average Response Time" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=9"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg"
|
||||
imageAlt="Premium automotive facility"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="opacity"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,13 +80,7 @@ export default function KontaktPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Phone",
|
||||
"WhatsApp",
|
||||
"Email",
|
||||
"Personal Consultation",
|
||||
"VIP Showroom Access",
|
||||
"Test Drive Booking",
|
||||
]}
|
||||
"Phone", "WhatsApp", "Email", "Personal Consultation", "VIP Showroom Access", "Test Drive Booking"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
tagAnimation="none"
|
||||
@@ -99,7 +90,7 @@ export default function KontaktPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=10"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg"
|
||||
imageAlt="Premium automotive facility"
|
||||
logoText="KingCars"
|
||||
copyrightText="© 2025 KingCars. All rights reserved."
|
||||
|
||||
@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "KingCars – Luxury Automotive Selection",
|
||||
description: "Curated selection of exceptional performance and luxury vehicles. Premium automotive rental for discerning clients.",
|
||||
keywords: "luxury cars, performance vehicles, automotive rental, premium selection, high-end vehicles",
|
||||
metadataBase: new URL("https://kingcars.de"),
|
||||
title: "KingCars – Luxury Automotive Selection", description: "Curated selection of exceptional performance and luxury vehicles. Premium automotive rental for discerning clients.", keywords: "luxury cars, performance vehicles, automotive rental, premium selection, high-end vehicles", metadataBase: new URL("https://kingcars.de"),
|
||||
alternates: {
|
||||
canonical: "https://kingcars.de",
|
||||
},
|
||||
canonical: "https://kingcars.de"},
|
||||
openGraph: {
|
||||
title: "KingCars – Luxury Automotive Selection",
|
||||
description: "Curated selection of exceptional performance and luxury vehicles.",
|
||||
siteName: "KingCars",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "KingCars – Luxury Automotive Selection", description: "Curated selection of exceptional performance and luxury vehicles.", siteName: "KingCars", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374436-c64iwdfl.png",
|
||||
alt: "KingCars – Luxury Selection",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374436-c64iwdfl.png", alt: "KingCars – Luxury Selection"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "KingCars – Luxury Automotive Selection",
|
||||
description: "Curated selection of exceptional performance and luxury vehicles.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374436-c64iwdfl.png",
|
||||
],
|
||||
card: "summary_large_image", title: "KingCars – Luxury Automotive Selection", description: "Curated selection of exceptional performance and luxury vehicles.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374436-c64iwdfl.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -19,24 +19,21 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Erlebnis", href: "/erlebnis" },
|
||||
{ label: "Sicherheit", href: "/sicherheit" },
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Telefon", href: "#" },
|
||||
{ label: "WhatsApp", href: "#" },
|
||||
{ label: "E-Mail", href: "mailto:info@kingcars.de" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "AGB", href: "#" },
|
||||
@@ -69,19 +66,13 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374436-c64iwdfl.png",
|
||||
imageAlt: "KingCars brand identity",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374436-c64iwdfl.png", imageAlt: "KingCars brand identity"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-0w9aqhtf.png?_wi=1",
|
||||
imageAlt: "Audi Q7 Performance SUV",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-0w9aqhtf.png", imageAlt: "Audi Q7 Performance SUV"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-bpenzi4u.png?_wi=1",
|
||||
imageAlt: "Mustang Premium Sedan",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-bpenzi4u.png", imageAlt: "Mustang Premium Sedan"},
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
buttonAnimation="none"
|
||||
@@ -94,37 +85,17 @@ export default function HomePage() {
|
||||
description="Five carefully chosen vehicles, each representing the pinnacle of automotive engineering and design."
|
||||
products={[
|
||||
{
|
||||
id: "audi-q7",
|
||||
name: "Audi Q7",
|
||||
price: "€89,500",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-0w9aqhtf.png?_wi=2",
|
||||
imageAlt: "Audi Q7 Premium SUV",
|
||||
},
|
||||
id: "audi-q7", name: "Audi Q7", price: "€89,500", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-0w9aqhtf.png", imageAlt: "Audi Q7 Premium SUV"},
|
||||
{
|
||||
id: "mustang-gt",
|
||||
name: "Mustang GT",
|
||||
price: "€78,900",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-bpenzi4u.png?_wi=2",
|
||||
imageAlt: "Mustang GT Performance",
|
||||
},
|
||||
id: "mustang-gt", name: "Mustang GT", price: "€78,900", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-bpenzi4u.png", imageAlt: "Mustang GT Performance"},
|
||||
{
|
||||
id: "ferrari-812",
|
||||
name: "Ferrari 812 Superfast",
|
||||
price: "€289,000",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-z9mhdsyb.png?_wi=1",
|
||||
imageAlt: "Ferrari 812 Superfast",
|
||||
},
|
||||
id: "ferrari-812", name: "Ferrari 812 Superfast", price: "€289,000", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-z9mhdsyb.png", imageAlt: "Ferrari 812 Superfast"},
|
||||
{
|
||||
id: "bmw-m5",
|
||||
name: "BMW M5 Competition",
|
||||
price: "€125,600",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-is9xyszk.png?_wi=1",
|
||||
imageAlt: "BMW M5 Competition",
|
||||
},
|
||||
id: "bmw-m5", name: "BMW M5 Competition", price: "€125,600", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-is9xyszk.png", imageAlt: "BMW M5 Competition"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="none"
|
||||
@@ -142,7 +113,7 @@ export default function HomePage() {
|
||||
{ value: "15+", title: "Years of Excellence" },
|
||||
{ value: "100%", title: "Inspection Standard" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg"
|
||||
imageAlt="Premium automotive facility"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="none"
|
||||
@@ -157,15 +128,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Audi",
|
||||
"BMW",
|
||||
"Ferrari",
|
||||
"Lamborghini",
|
||||
"Porsche",
|
||||
"Mercedes-Benz",
|
||||
"Bentley",
|
||||
"Rolls-Royce",
|
||||
]}
|
||||
"Audi", "BMW", "Ferrari", "Lamborghini", "Porsche", "Mercedes-Benz", "Bentley", "Rolls-Royce"]}
|
||||
speed={40}
|
||||
showCard={false}
|
||||
tagAnimation="none"
|
||||
@@ -175,7 +138,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg"
|
||||
imageAlt="Premium automotive facility"
|
||||
logoText="KingCars"
|
||||
copyrightText="© 2025 KingCars. All rights reserved."
|
||||
|
||||
@@ -17,24 +17,21 @@ export default function SicherheitPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Erlebnis", href: "/erlebnis" },
|
||||
{ label: "Sicherheit", href: "/sicherheit" },
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Telefon", href: "#" },
|
||||
{ label: "WhatsApp", href: "#" },
|
||||
{ label: "E-Mail", href: "mailto:info@kingcars.de" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "AGB", href: "#" },
|
||||
@@ -68,11 +65,11 @@ export default function SicherheitPage() {
|
||||
{ value: "100%", title: "Vehicle Verification Rate" },
|
||||
{ value: "24hrs", title: "Inspection Turnaround" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg"
|
||||
imageAlt="Premium automotive facility"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="fade"
|
||||
metricsAnimation="fade"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,13 +80,7 @@ export default function SicherheitPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TÜV Certified",
|
||||
"ISO 9001",
|
||||
"DIN Standard",
|
||||
"DEKRA Approved",
|
||||
"AXA Insurance",
|
||||
"Allianz Verified",
|
||||
]}
|
||||
"TÜV Certified", "ISO 9001", "DIN Standard", "DEKRA Approved", "AXA Insurance", "Allianz Verified"]}
|
||||
speed={35}
|
||||
showCard={true}
|
||||
tagAnimation="none"
|
||||
@@ -99,7 +90,7 @@ export default function SicherheitPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=6"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg"
|
||||
imageAlt="Premium automotive facility"
|
||||
logoText="KingCars"
|
||||
copyrightText="© 2025 KingCars. All rights reserved."
|
||||
|
||||
@@ -17,24 +17,21 @@ export default function UberUnsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Erlebnis", href: "/erlebnis" },
|
||||
{ label: "Sicherheit", href: "/sicherheit" },
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Telefon", href: "#" },
|
||||
{ label: "WhatsApp", href: "#" },
|
||||
{ label: "E-Mail", href: "mailto:info@kingcars.de" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "AGB", href: "#" },
|
||||
@@ -68,11 +65,11 @@ export default function UberUnsPage() {
|
||||
{ value: "15+", title: "Years of Excellence" },
|
||||
{ value: "1000+", title: "Premium Vehicles Managed" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg"
|
||||
imageAlt="Premium automotive facility"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="blur-reveal"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,13 +80,7 @@ export default function UberUnsPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Precision",
|
||||
"Discretion",
|
||||
"Integrity",
|
||||
"Excellence",
|
||||
"Stewardship",
|
||||
"Respect",
|
||||
]}
|
||||
"Precision", "Discretion", "Integrity", "Excellence", "Stewardship", "Respect"]}
|
||||
speed={45}
|
||||
showCard={false}
|
||||
tagAnimation="none"
|
||||
@@ -99,7 +90,7 @@ export default function UberUnsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=8"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg"
|
||||
imageAlt="Premium automotive facility"
|
||||
logoText="KingCars"
|
||||
copyrightText="© 2025 KingCars. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user