Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 00:31:06 +00:00
parent 780481a58f
commit e353d02d93

View File

@@ -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}
/>