Update src/app/community/page.tsx

This commit is contained in:
2026-03-05 18:53:20 +00:00
parent 8ca0ac48aa
commit db49f8a24f

View File

@@ -72,37 +72,37 @@ export default function CommunityPage() {
{
id: "1",
name: "Marco Rossi",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-stylish-redhead-biker-black-leather-jacket-holds-motorcycle-helmet-posing-studio-isolated-dark-background_613910-5351.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-stylish-redhead-biker-black-leather-jacket-holds-motorcycle-helmet-posing-studio-isolated-dark-background_613910-5351.jpg?_wi=2",
imageAlt: "Marco Rossi - Professional Rider",
},
{
id: "2",
name: "Sarah König",
imageSrc: "http://img.b2bpic.net/free-photo/biker-girl-leather-jacket-motorcycle_158595-443.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/biker-girl-leather-jacket-motorcycle_158595-443.jpg?_wi=2",
imageAlt: "Sarah König - Stunt Rider",
},
{
id: "3",
name: "Jan Müller",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-redhead-biker-black-leather-jacket-holds-motorcycle-helmet-posing-studio-isolated-dark-background_613910-19256.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-redhead-biker-black-leather-jacket-holds-motorcycle-helmet-posing-studio-isolated-dark-background_613910-19256.jpg?_wi=2",
imageAlt: "Jan Müller - Street Performance",
},
{
id: "4",
name: "Lisa Dubois",
imageSrc: "http://img.b2bpic.net/free-photo/rider-sports-uniform-rancho_1157-27965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/rider-sports-uniform-rancho_1157-27965.jpg?_wi=2",
imageAlt: "Lisa Dubois - Racing Enthusiast",
},
{
id: "5",
name: "Antonio Silva",
imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-redhead-male-leather-jacket-holds-motorcycle-helmet-grey-background_613910-1094.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-redhead-male-leather-jacket-holds-motorcycle-helmet-grey-background_613910-1094.jpg?_wi=2",
imageAlt: "Antonio Silva - Supermoto Champion",
},
{
id: "6",
name: "Emma Hansen",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg?_wi=2",
imageAlt: "Emma Hansen - Community Lead",
},
]}
@@ -123,21 +123,21 @@ export default function CommunityPage() {
title: "Rider Meetups",
description: "Regelmäßige Treffen von SPEEDPARTS Ridern in europäischen Städten",
tag: "EVENTS",
imageSrc: "http://img.b2bpic.net/free-photo/moto-freestyle_654080-1891.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/moto-freestyle_654080-1891.jpg?_wi=3",
},
{
id: "2",
title: "Stunt Videos",
description: "Exklusives Videomaterial von professionellen Stuntridern in unserer Community",
tag: "MEDIA",
imageSrc: "http://img.b2bpic.net/free-photo/equipped-biker-motorbike_23-2148321950.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/equipped-biker-motorbike_23-2148321950.jpg?_wi=5",
},
{
id: "3",
title: "Discord Channel",
description: "Tritt unserem Discord-Server bei für tägliche Diskussionen und Support",
tag: "ONLINE",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-man-helmet_171337-10265.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-man-helmet_171337-10265.jpg?_wi=3",
},
]}
animationType="slide-up"