From 18a7efe128b0277e3c63605d9e4641498234544a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:31:07 +0000 Subject: [PATCH] Update src/app/models/page.tsx --- src/app/models/page.tsx | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/src/app/models/page.tsx b/src/app/models/page.tsx index 328f7b6..bdfdcab 100644 --- a/src/app/models/page.tsx +++ b/src/app/models/page.tsx @@ -20,8 +20,7 @@ export default function ModelsPage() { 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 ModelsPage() { ], }, { - 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 ModelsPage() { ], }, { - 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 ModelsPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }, { label: "Impressum", href: "#" }, @@ -95,26 +91,11 @@ export default function ModelsPage() { useInvertedBackground={false} products={[ { - 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?_wi=2", - imageAlt: "2026 KTM 450 SX-F Motocross", - }, + 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"}, { - 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?_wi=2", - imageAlt: "2026 KTM 1390 Adventure", - }, + 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"}, { - 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?_wi=2", - imageAlt: "2026 KTM 690 SMC R Supermoto", - }, + 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"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"