Update src/app/racing/page.tsx

This commit is contained in:
2026-03-03 00:31:08 +00:00
parent ce7d717775
commit c71f8f6e33

View File

@@ -20,8 +20,7 @@ export default function RacingPage() {
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 RacingPage() {
],
},
{
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 RacingPage() {
],
},
{
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 RacingPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Use", href: "#" },
{ label: "Impressum", href: "#" },
@@ -93,33 +89,13 @@ export default function RacingPage() {
animationType="slide-up"
team={[
{
id: "racer1",
name: "Championship Contender",
role: "MotoGP Factory Rider",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/portrait-of-a-professional-motocross-rac-1772497657860-c8d4f987.png?_wi=3",
imageAlt: "Champion Racer",
},
id: "racer1", name: "Championship Contender", role: "MotoGP Factory Rider", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/portrait-of-a-professional-motocross-rac-1772497657860-c8d4f987.png", imageAlt: "Champion Racer"},
{
id: "racer2",
name: "Elite Performer",
role: "Motocross Pro",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/female-professional-motorcycle-racer-in--1772497657783-741dd07c.png?_wi=3",
imageAlt: "Motocross Champion",
},
id: "racer2", name: "Elite Performer", role: "Motocross Pro", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/female-professional-motorcycle-racer-in--1772497657783-741dd07c.png", imageAlt: "Motocross Champion"},
{
id: "racer3",
name: "Record Holder",
role: "Enduro Champion",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/professional-motocross-champion-in-ktm-t-1772497657761-40600cf6.png?_wi=3",
imageAlt: "Enduro Champion",
},
id: "racer3", name: "Record Holder", role: "Enduro Champion", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/professional-motocross-champion-in-ktm-t-1772497657761-40600cf6.png", imageAlt: "Enduro Champion"},
{
id: "racer4",
name: "Innovation Expert",
role: "Technical Director",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/professional-motorcycle-mechanic-or-engi-1772497657496-73520b50.png?_wi=3",
imageAlt: "Technical Expertise",
},
id: "racer4", name: "Innovation Expert", role: "Technical Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbw46PUyaxpRcSS3bOWIP0kw9/professional-motorcycle-mechanic-or-engi-1772497657496-73520b50.png", imageAlt: "Technical Expertise"},
]}
/>
</div>
@@ -134,23 +110,9 @@ export default function RacingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"MotoGP Championship",
"Motocross World Championship",
"Enduro World Championship",
"Supercross Series",
"Rally Dakar",
"ISDE Racing",
"Superbike World Championship",
]}
"MotoGP Championship", "Motocross World Championship", "Enduro World Championship", "Supercross Series", "Rally Dakar", "ISDE Racing", "Superbike World Championship"]}
logos={[
"http://img.b2bpic.net/free-vector/karting-motor-race-logo-emblem-set_1284-15006.jpg",
"http://img.b2bpic.net/free-vector/motocross-logo-set-template_52683-48312.jpg",
"http://img.b2bpic.net/free-vector/motocross-logo-collection_52683-46377.jpg",
"http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-43749.jpg",
"http://img.b2bpic.net/free-vector/hand-drawn-desert-logo-template_23-2149398901.jpg",
"http://img.b2bpic.net/free-vector/motocross-logo-set-template_52683-48312.jpg",
"http://img.b2bpic.net/free-vector/vintage-motor-label-with-lettering-composition_1284-45824.jpg",
]}
"http://img.b2bpic.net/free-vector/karting-motor-race-logo-emblem-set_1284-15006.jpg", "http://img.b2bpic.net/free-vector/motocross-logo-set-template_52683-48312.jpg", "http://img.b2bpic.net/free-vector/motocross-logo-collection_52683-46377.jpg", "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-43749.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-desert-logo-template_23-2149398901.jpg", "http://img.b2bpic.net/free-vector/motocross-logo-set-template_52683-48312.jpg", "http://img.b2bpic.net/free-vector/vintage-motor-label-with-lettering-composition_1284-45824.jpg"]}
speed={50}
showCard={true}
/>