Update src/app/kontakt/page.tsx
This commit is contained in:
@@ -17,24 +17,21 @@ export default function KontaktPage() {
|
|||||||
|
|
||||||
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: "#" },
|
||||||
@@ -68,11 +65,11 @@ export default function KontaktPage() {
|
|||||||
{ value: "24/7", title: "Available Support" },
|
{ value: "24/7", title: "Available Support" },
|
||||||
{ value: "<2h", title: "Average Response Time" },
|
{ 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"
|
imageAlt="Premium automotive facility"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="opacity"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -83,13 +80,7 @@ export default function KontaktPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Phone",
|
"Phone", "WhatsApp", "Email", "Personal Consultation", "VIP Showroom Access", "Test Drive Booking"]}
|
||||||
"WhatsApp",
|
|
||||||
"Email",
|
|
||||||
"Personal Consultation",
|
|
||||||
"VIP Showroom Access",
|
|
||||||
"Test Drive Booking",
|
|
||||||
]}
|
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
tagAnimation="none"
|
tagAnimation="none"
|
||||||
@@ -99,7 +90,7 @@ export default function KontaktPage() {
|
|||||||
|
|
||||||
<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=10"
|
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."
|
||||||
|
|||||||
Reference in New Issue
Block a user