Update src/app/models/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user