Update src/app/athletes/page.tsx

This commit is contained in:
2026-03-03 13:50:50 +00:00
parent fedc5bf82a
commit 1390f4f831

View File

@@ -97,7 +97,7 @@ export default function AthletesPage() {
rating: 5, rating: 5,
reviewCount: "Multi-Sport", reviewCount: "Multi-Sport",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/front-view-girl-with-basketball-ball_23-2148459545.jpg", "http://img.b2bpic.net/free-photo/front-view-girl-with-basketball-ball_23-2148459545.jpg?_wi=2",
imageAlt: "Madison Rivers basketball player", imageAlt: "Madison Rivers basketball player",
}, },
{ {
@@ -108,7 +108,7 @@ export default function AthletesPage() {
rating: 5, rating: 5,
reviewCount: "World Cup", reviewCount: "World Cup",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-woman-goalkeeper_23-2148930258.jpg", "http://img.b2bpic.net/free-photo/medium-shot-woman-goalkeeper_23-2148930258.jpg?_wi=2",
imageAlt: "Sofia Mendez soccer player", imageAlt: "Sofia Mendez soccer player",
}, },
{ {
@@ -119,7 +119,7 @@ export default function AthletesPage() {
rating: 5, rating: 5,
reviewCount: "Record Holder", reviewCount: "Record Holder",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg", "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", imageAlt: "Zara Thompson track athlete",
}, },
{ {
@@ -130,7 +130,7 @@ export default function AthletesPage() {
rating: 5, rating: 5,
reviewCount: "Top 20", reviewCount: "Top 20",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-360.jpg", "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-360.jpg?_wi=2",
imageAlt: "Olivia Chen tennis player", imageAlt: "Olivia Chen tennis player",
}, },
{ {
@@ -141,7 +141,7 @@ export default function AthletesPage() {
rating: 5, rating: 5,
reviewCount: "Champion", reviewCount: "Champion",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586516.jpg", "http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586516.jpg?_wi=2",
imageAlt: "Emma Johnson volleyball player", imageAlt: "Emma Johnson volleyball player",
}, },
{ {
@@ -152,7 +152,7 @@ export default function AthletesPage() {
rating: 5, rating: 5,
reviewCount: "Decorated", reviewCount: "Decorated",
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/forward-bending-squat-exercise_1163-1241.jpg", "http://img.b2bpic.net/free-photo/forward-bending-squat-exercise_1163-1241.jpg?_wi=2",
imageAlt: "Isabella Russo gymnast", imageAlt: "Isabella Russo gymnast",
}, },
]} ]}