From 94cf821023ae912d3a48da7008b0aca716fd8a24 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 23:55:46 +0000 Subject: [PATCH 1/3] Update src/app/match-center/page.tsx --- src/app/match-center/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/match-center/page.tsx b/src/app/match-center/page.tsx index 15caa79..1839a0f 100644 --- a/src/app/match-center/page.tsx +++ b/src/app/match-center/page.tsx @@ -10,7 +10,7 @@ import { CalendarDays, Trophy, ListChecks } from "lucide-react"; const commonNavItems = [ { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Match Center", href: "/match-center" }, + { name: "Match Center", id: "/match-center" }, { name: "Team", id: "team" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, -- 2.49.1 From d68c85c6746826a1c502720158d7bcfd6143f7ca Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 23:55:46 +0000 Subject: [PATCH 2/3] Update src/app/newsroom/page.tsx --- src/app/newsroom/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/newsroom/page.tsx b/src/app/newsroom/page.tsx index 1cd158d..dd5b2b0 100644 --- a/src/app/newsroom/page.tsx +++ b/src/app/newsroom/page.tsx @@ -81,7 +81,7 @@ export default function NewsroomPage() { id: "club-news-1", category: "Club News", title: "Annual Charity Event Raises Record Funds", excerpt: "Our annual charity gala was a huge success, raising over $50,000 for local community programs. A big thank you to all who participated!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg", imageAlt: "Charity event group photo", authorName: "Club Admin", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", date: "October 26, 2023" }, { - id: "match-news-1", category: "Match News", title: "Thrilling Victory in Season Opener", excerpt: "Our team kicked off the season with a nail-biting 3-2 victory against rivals. Watch the highlights!", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/bg-video.mp4", imageAlt: "Soccer match highlights", authorName: "Sports Reporter", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", date: "October 25, 2023" + id: "match-news-1", category: "Match News", title: "Thrilling Victory in Season Opener", excerpt: "Our team kicked off the season with a nail-biting 3-2 victory against rivals. Watch the highlights!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-5.jpg", imageAlt: "Soccer match highlights", authorName: "Sports Reporter", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", date: "October 25, 2023" }, { id: "transfer-news-1", category: "Transfer News", title: "Star Forward Signs New Long-Term Deal", excerpt: "We are thrilled to announce that our star forward, Alexandro, has signed a new long-term contract, committing his future to the club.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-9.jpg", imageAlt: "Football player signing contract", authorName: "Transfer Desk", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", date: "October 24, 2023" @@ -90,7 +90,7 @@ export default function NewsroomPage() { id: "club-news-2", category: "Club News", title: "Youth Academy Player Wins National Award", excerpt: "Rising talent, Maya Singh, from our youth academy has been recognized with the prestigious Young Player of the Year award.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-10.jpg", imageAlt: "Young player with award", authorName: "Youth Development", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg", date: "October 23, 2023" }, { - id: "match-news-2", category: "Match News", title: "Derby Day Preview: Key Players to Watch", excerpt: "All eyes are on the upcoming derby. Get our expert analysis on the key matchups and players who could decide the game.", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/about-video.mp4", imageAlt: "Derby match preview", authorName: "Tactical Analyst", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg", date: "October 22, 2023" + id: "match-news-2", category: "Match News", title: "Derby Day Preview: Key Players to Watch", excerpt: "All eyes are on the upcoming derby. Get our expert analysis on the key matchups and players who could decide the game.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-6.jpg", imageAlt: "Derby match preview", authorName: "Tactical Analyst", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg", date: "October 22, 2023" } ]} /> -- 2.49.1 From 7e024e19e1e95380722241ca7534a1892726540e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 23:55:46 +0000 Subject: [PATCH 3/3] Update src/app/sponsors/page.tsx --- src/app/sponsors/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/sponsors/page.tsx b/src/app/sponsors/page.tsx index 54109dd..bd6509b 100644 --- a/src/app/sponsors/page.tsx +++ b/src/app/sponsors/page.tsx @@ -26,13 +26,13 @@ export default function SponsorsPage() { -- 2.49.1