diff --git a/src/app/news/page.tsx b/src/app/news/page.tsx index 594555c..5a359cb 100644 --- a/src/app/news/page.tsx +++ b/src/app/news/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { category: "Transfer Rumors", title: "Breaking: Star Striker Nears Record Move to Premier League Giant", excerpt: "Reports suggest a blockbuster transfer could reshape the title race. We dive into the details.", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151152970.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151152970.jpg", imageAlt: "Football player in action", authorName: "John Doe", authorAvatar: "http://img.b2bpic.net/free-photo/fencing_654080-2278.jpg", @@ -73,7 +73,7 @@ export default function LandingPage() { category: "Match Analysis", title: "Tactical Masterclass: How Mid-Table Club Stunned European Giants", excerpt: "A deep dive into the surprising victory, highlighting key tactical adjustments and player performances.", - imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-people-watching-rugby-match-tv-cheering-their-team_637285-3350.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-people-watching-rugby-match-tv-cheering-their-team_637285-3350.jpg", imageAlt: "Football stadium crowd", authorName: "Jane Smith", authorAvatar: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708009.jpg", @@ -84,7 +84,7 @@ export default function LandingPage() { category: "Player Focus", title: "Rising Star Dominates: Why This Youngster is 2026's One to Watch", excerpt: "Our scouting report on the breakout talent making waves in the top divisions.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-looking-up-near-building_23-2148308526.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-looking-up-near-building_23-2148308526.jpg", imageAlt: "Young football player", authorName: "Mike Johnson", authorAvatar: "http://img.b2bpic.net/free-photo/kids-teacher-with-basket-ball-medium-shot_23-2149038777.jpg", @@ -96,6 +96,7 @@ export default function LandingPage() {