From 28c79ee9a7e7463efcc0a7a4424132c061f97b5d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 08:21:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6df496..ba139bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,13 +131,13 @@ export default function LandingPage() { useInvertedBackground={false} blogs={[ { - id: "match-1", category: "League Match", title: "vs. City United", excerpt: "Match Day 12 - Home fixture at our stadium. Expected capacity crowd. Kick-off 19:30.", imageSrc: "http://img.b2bpic.net/free-photo/male-soccer-player-with-ball-grass-field_23-2150821524.jpg", imageAlt: "Match action shot", authorName: "Match Official", authorAvatar: "http://img.b2bpic.net/free-photo/young-black-man-with-basketball-looking-camera_23-2148203607.jpg", date: "March 15, 2025" + id: "match-1", category: "League Match", title: "vs. City United", excerpt: "Match Day 12 - Home fixture at our stadium. Expected capacity crowd. Kick-off 19:30.", imageSrc: "http://img.b2bpic.net/free-photo/male-soccer-player-with-ball-grass-field_23-2150821524.jpg?_wi=1", imageAlt: "Match action shot", authorName: "Match Official", authorAvatar: "http://img.b2bpic.net/free-photo/young-black-man-with-basketball-looking-camera_23-2148203607.jpg", date: "March 15, 2025" }, { id: "match-2", category: "League Match", title: "vs. Riverside FC", excerpt: "Away fixture in the second half of the season. High stakes encounter between rivals.", imageSrc: "http://img.b2bpic.net/free-photo/excited-women-with-winners-cup_23-2148634610.jpg", imageAlt: "Celebration after goal", authorName: "Match Official", authorAvatar: "http://img.b2bpic.net/free-photo/young-goalkeeper-soccer-man-isolated-academy-soccer-team_1150-14665.jpg", date: "March 22, 2025" }, { - id: "match-3", category: "Cup Competition", title: "Cup Semifinal Qualifier", excerpt: "Important cup fixture to secure place in the next round. Crucial match for our season.", imageSrc: "http://img.b2bpic.net/free-photo/male-soccer-player-with-ball-grass-field_23-2150821524.jpg", imageAlt: "Intense match moment", authorName: "Match Official", authorAvatar: "http://img.b2bpic.net/free-photo/studio-portrait-handball-player_23-2151155961.jpg", date: "March 29, 2025" + id: "match-3", category: "Cup Competition", title: "Cup Semifinal Qualifier", excerpt: "Important cup fixture to secure place in the next round. Crucial match for our season.", imageSrc: "http://img.b2bpic.net/free-photo/male-soccer-player-with-ball-grass-field_23-2150821524.jpg?_wi=2", imageAlt: "Intense match moment", authorName: "Match Official", authorAvatar: "http://img.b2bpic.net/free-photo/studio-portrait-handball-player_23-2151155961.jpg", date: "March 29, 2025" } ]} /> -- 2.49.1