Update src/app/models/page.tsx

This commit is contained in:
2026-03-03 00:31:07 +00:00
parent 01613f6d47
commit 18a7efe128

View File

@@ -20,8 +20,7 @@ export default function ModelsPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Models", title: "Models", items: [
items: [
{ label: "Motocross", href: "/models" }, { label: "Motocross", href: "/models" },
{ label: "Adventure", href: "/models" }, { label: "Adventure", href: "/models" },
{ label: "Street", href: "/models" }, { label: "Street", href: "/models" },
@@ -29,8 +28,7 @@ export default function ModelsPage() {
], ],
}, },
{ {
title: "Racing", title: "Racing", items: [
items: [
{ label: "MotoGP", href: "/racing" }, { label: "MotoGP", href: "/racing" },
{ label: "Motocross", href: "/racing" }, { label: "Motocross", href: "/racing" },
{ label: "Enduro", href: "/racing" }, { label: "Enduro", href: "/racing" },
@@ -38,8 +36,7 @@ export default function ModelsPage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About KTM", href: "https://www.ktmgroup.com" }, { label: "About KTM", href: "https://www.ktmgroup.com" },
{ label: "Careers", href: "https://jobs.ktm.com" }, { label: "Careers", href: "https://jobs.ktm.com" },
{ label: "Press", href: "https://press.ktm.com" }, { label: "Press", href: "https://press.ktm.com" },
@@ -47,8 +44,7 @@ export default function ModelsPage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Use", href: "#" }, { label: "Terms of Use", href: "#" },
{ label: "Impressum", href: "#" }, { label: "Impressum", href: "#" },
@@ -95,26 +91,11 @@ export default function ModelsPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "450sx", id: "450sx", name: "2026 KTM 450 SX-F", price: "€7,999", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/a-stunning-2026-ktm-450-sx-f-motocross-b-1772497657472-fe8ae8a8.png", imageAlt: "2026 KTM 450 SX-F Motocross"},
name: "2026 KTM 450 SX-F",
price: "€7,999",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/a-stunning-2026-ktm-450-sx-f-motocross-b-1772497657472-fe8ae8a8.png?_wi=2",
imageAlt: "2026 KTM 450 SX-F Motocross",
},
{ {
id: "1390adv", id: "1390adv", name: "2026 KTM 1390 Super Adventure R", price: "€16,499", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/a-premium-2026-ktm-1390-super-adventure--1772497658095-4aa40b33.png", imageAlt: "2026 KTM 1390 Adventure"},
name: "2026 KTM 1390 Super Adventure R",
price: "€16,499",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/a-premium-2026-ktm-1390-super-adventure--1772497658095-4aa40b33.png?_wi=2",
imageAlt: "2026 KTM 1390 Adventure",
},
{ {
id: "690smc", id: "690smc", name: "2026 KTM 690 SMC R", price: "€8,799", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/a-sleek-2026-ktm-690-smc-r-supermoto-bik-1772497658051-1d88b870.png", imageAlt: "2026 KTM 690 SMC R Supermoto"},
name: "2026 KTM 690 SMC R",
price: "€8,799",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/a-sleek-2026-ktm-690-smc-r-supermoto-bik-1772497658051-1d88b870.png?_wi=2",
imageAlt: "2026 KTM 690 SMC R Supermoto",
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"