From 541f4cb7e283749f97e3dc66949cef276b0b301d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:21:20 +0000 Subject: [PATCH] Update src/app/matches/page.tsx --- src/app/matches/page.tsx | 78 +++++++++------------------------------- 1 file changed, 16 insertions(+), 62 deletions(-) diff --git a/src/app/matches/page.tsx b/src/app/matches/page.tsx index 0dc0df5..c90703b 100644 --- a/src/app/matches/page.tsx +++ b/src/app/matches/page.tsx @@ -19,8 +19,7 @@ const MatchesPage = () => { const footerColumns = [ { - title: "Club", - items: [ + title: "Club", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/team" }, { label: "Facilities", href: "/about" }, @@ -28,8 +27,7 @@ const MatchesPage = () => { ], }, { - title: "Activities", - items: [ + title: "Activities", items: [ { label: "Matches & Results", href: "/matches" }, { label: "News", href: "/news" }, { label: "Gallery", href: "/gallery" }, @@ -37,8 +35,7 @@ const MatchesPage = () => { ], }, { - title: "Get Involved", - items: [ + title: "Get Involved", items: [ { label: "Join the Club", href: "/join" }, { label: "Contact Us", href: "/contact" }, { label: "Become a Sponsor", href: "/contact" }, @@ -68,9 +65,7 @@ const MatchesPage = () => { id: item.id, }))} button={{ - text: "Join Us", - href: "/join", - }} + text: "Join Us", href: "/join"}} /> @@ -78,38 +73,11 @@ const MatchesPage = () => { {