diff --git a/src/app/leaderboard/page.tsx b/src/app/leaderboard/page.tsx index a8269fa..4aa5c10 100644 --- a/src/app/leaderboard/page.tsx +++ b/src/app/leaderboard/page.tsx @@ -54,7 +54,7 @@ export default function LeaderboardPage() { value: "Alex Chen", title: "Rank #1 - Coding Master", description: "2,450 total coins earned | 87% win rate", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-laptop-desk_23-2147862277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-laptop-desk_23-2147862277.jpg?_wi=2", imageAlt: "Alex Chen - Top Ranked Competitor", }, { @@ -62,7 +62,7 @@ export default function LeaderboardPage() { value: "Maya Rodriguez", title: "Rank #2 - Design Expert", description: "2,180 total coins earned | 84% win rate", - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-redhead-woman-black-wall_176420-16401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-redhead-woman-black-wall_176420-16401.jpg?_wi=2", imageAlt: "Maya Rodriguez - Second Ranked Competitor", }, { @@ -70,7 +70,7 @@ export default function LeaderboardPage() { value: "Jordan Williams", title: "Rank #3 - Meme Legend", description: "1,925 total coins earned | 81% win rate", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-cafe-with-laptop_273609-11291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-cafe-with-laptop_273609-11291.jpg?_wi=2", imageAlt: "Jordan Williams - Third Ranked Competitor", }, ]} @@ -94,7 +94,7 @@ export default function LeaderboardPage() { role: "Coding Champion", company: "Tech Talents", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-laptop-desk_23-2147862277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-laptop-desk_23-2147862277.jpg?_wi=3", imageAlt: "Alex Chen", }, { @@ -103,7 +103,7 @@ export default function LeaderboardPage() { role: "Design Master", company: "Creative Minds", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-redhead-woman-black-wall_176420-16401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-redhead-woman-black-wall_176420-16401.jpg?_wi=3", imageAlt: "Maya Rodriguez", }, { @@ -112,7 +112,7 @@ export default function LeaderboardPage() { role: "Meme Legend", company: "Content Kings", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-cafe-with-laptop_273609-11291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-cafe-with-laptop_273609-11291.jpg?_wi=3", imageAlt: "Jordan Williams", }, { @@ -121,7 +121,7 @@ export default function LeaderboardPage() { role: "Video Producer", company: "Media Studios", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-male-singer-happily-looking-camera-recording-song-new-album-sound-studio_574295-4362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-male-singer-happily-looking-camera-recording-song-new-album-sound-studio_574295-4362.jpg?_wi=2", imageAlt: "Sofia Martinez", }, ]}