From ccb6c420c9772ae9e96521f562c63931e187f82d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:18:55 +0000 Subject: [PATCH] Update src/app/kontakt/page.tsx --- src/app/kontakt/page.tsx | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx index 5741fc8..61756ee 100644 --- a/src/app/kontakt/page.tsx +++ b/src/app/kontakt/page.tsx @@ -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" /> @@ -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() {