Update src/app/technology/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function TechnologyPage() {
|
||||
|
||||
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 TechnologyPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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 TechnologyPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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 TechnologyPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Use", href: "#" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
@@ -92,31 +88,16 @@ export default function TechnologyPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "traction",
|
||||
title: "Advanced Traction Control",
|
||||
description: "Cutting-edge traction control systems that adapt to track conditions in real-time, ensuring optimal grip and performance.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/close-up-detail-shots-of-advanced-ktm-mo-1772497658395-c8042a05.png?_wi=4",
|
||||
imageAlt: "Advanced Traction Technology",
|
||||
},
|
||||
id: "traction", title: "Advanced Traction Control", description: "Cutting-edge traction control systems that adapt to track conditions in real-time, ensuring optimal grip and performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/close-up-detail-shots-of-advanced-ktm-mo-1772497658395-c8042a05.png", imageAlt: "Advanced Traction Technology"},
|
||||
{
|
||||
id: "suspension",
|
||||
title: "WP Suspension",
|
||||
description: "Precision-tuned suspension components from WP that deliver superior handling and comfort across all riding conditions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/close-up-detail-shots-of-advanced-ktm-mo-1772497658395-c8042a05.png?_wi=5",
|
||||
imageAlt: "WP Suspension System",
|
||||
},
|
||||
id: "suspension", title: "WP Suspension", description: "Precision-tuned suspension components from WP that deliver superior handling and comfort across all riding conditions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/close-up-detail-shots-of-advanced-ktm-mo-1772497658395-c8042a05.png", imageAlt: "WP Suspension System"},
|
||||
{
|
||||
id: "braking",
|
||||
title: "Brembo Braking Systems",
|
||||
description: "Professional-grade Brembo brakes engineered for maximum stopping power and reliability in extreme conditions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/close-up-detail-shots-of-advanced-ktm-mo-1772497658395-c8042a05.png?_wi=6",
|
||||
imageAlt: "Brembo Braking Technology",
|
||||
},
|
||||
id: "braking", title: "Brembo Braking Systems", description: "Professional-grade Brembo brakes engineered for maximum stopping power and reliability in extreme conditions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/close-up-detail-shots-of-advanced-ktm-mo-1772497658395-c8042a05.png", imageAlt: "Brembo Braking Technology"},
|
||||
]}
|
||||
gridVariant="uniform-4-items"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user