diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e998a8b..41c73d9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -20,8 +20,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Models", - items: [ + title: "Models", items: [ { label: "Motocross", href: "/models" }, { label: "Adventure", href: "/models" }, { label: "Street", href: "/models" }, @@ -29,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Racing", - items: [ + title: "Racing", items: [ { label: "MotoGP", href: "/racing" }, { label: "Motocross", href: "/racing" }, { label: "Enduro", href: "/racing" }, @@ -38,8 +36,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About KTM", href: "https://www.ktmgroup.com" }, { label: "Careers", href: "https://jobs.ktm.com" }, { label: "Press", href: "https://press.ktm.com" }, @@ -47,8 +44,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }, { label: "Impressum", href: "#" }, @@ -115,14 +111,7 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Europe Dealers", - "Americas Dealers", - "Asia-Pacific Dealers", - "EMEA Region", - "North America", - "South America", - "Oceania Dealers", - ]} + "Europe Dealers", "Americas Dealers", "Asia-Pacific Dealers", "EMEA Region", "North America", "South America", "Oceania Dealers"]} speed={50} showCard={true} />