diff --git a/src/app/sicherheit/page.tsx b/src/app/sicherheit/page.tsx index a75c86b..e63f254 100644 --- a/src/app/sicherheit/page.tsx +++ b/src/app/sicherheit/page.tsx @@ -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" /> @@ -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() {