Update src/app/uber-uns/page.tsx
This commit is contained in:
@@ -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