Update src/app/athletes/page.tsx

This commit is contained in:
2026-03-03 14:08:14 +00:00
parent 3167822f85
commit 8aab4ba2fc

View File

@@ -86,22 +86,22 @@ export default function AthletesPage() {
products={[
{
id: "athlete-1", brand: "Basketball", name: "Madison Rivers", price: "WNBA Champion", rating: 5,
reviewCount: "Multi-Sport", imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-with-basketball-ball_23-2148459545.jpg", imageAlt: "Madison Rivers basketball player"},
reviewCount: "Multi-Sport", imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-with-basketball-ball_23-2148459545.jpg?_wi=2", imageAlt: "Madison Rivers basketball player"},
{
id: "athlete-2", brand: "Soccer", name: "Sofia Mendez", price: "International Star", rating: 5,
reviewCount: "World Cup", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-goalkeeper_23-2148930258.jpg", imageAlt: "Sofia Mendez soccer player"},
reviewCount: "World Cup", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-goalkeeper_23-2148930258.jpg?_wi=2", imageAlt: "Sofia Mendez soccer player"},
{
id: "athlete-3", brand: "Track & Field", name: "Zara Thompson", price: "Olympic Medalist", rating: 5,
reviewCount: "Record Holder", imageSrc: "http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg", imageAlt: "Zara Thompson track athlete"},
reviewCount: "Record Holder", imageSrc: "http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg?_wi=2", imageAlt: "Zara Thompson track athlete"},
{
id: "athlete-4", brand: "Tennis", name: "Olivia Chen", price: "Rising Star", rating: 5,
reviewCount: "Top 20", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-360.jpg", imageAlt: "Olivia Chen tennis player"},
reviewCount: "Top 20", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-360.jpg?_wi=2", imageAlt: "Olivia Chen tennis player"},
{
id: "athlete-5", brand: "Volleyball", name: "Emma Johnson", price: "Professional League", rating: 5,
reviewCount: "Champion", imageSrc: "http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586516.jpg", imageAlt: "Emma Johnson volleyball player"},
reviewCount: "Champion", imageSrc: "http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586516.jpg?_wi=2", imageAlt: "Emma Johnson volleyball player"},
{
id: "athlete-6", brand: "Gymnastics", name: "Isabella Russo", price: "Elite Competitor", rating: 5,
reviewCount: "Decorated", imageSrc: "http://img.b2bpic.net/free-photo/forward-bending-squat-exercise_1163-1241.jpg", imageAlt: "Isabella Russo gymnast"},
reviewCount: "Decorated", imageSrc: "http://img.b2bpic.net/free-photo/forward-bending-squat-exercise_1163-1241.jpg?_wi=2", imageAlt: "Isabella Russo gymnast"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"