From 11f8f7d76d1607a7e2d32ea0a3a8dc5a403e66f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:21:25 +0000 Subject: [PATCH] Update src/app/team/page.tsx --- src/app/team/page.tsx | 55 ++++++++----------------------------------- 1 file changed, 10 insertions(+), 45 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index bf591c1..fa1c7cf 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -18,8 +18,7 @@ const TeamPage = () => { const footerColumns = [ { - title: "Club", - items: [ + title: "Club", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/team" }, { label: "Facilities", href: "/about" }, @@ -27,8 +26,7 @@ const TeamPage = () => { ], }, { - title: "Activities", - items: [ + title: "Activities", items: [ { label: "Matches & Results", href: "/matches" }, { label: "News", href: "/news" }, { label: "Gallery", href: "/gallery" }, @@ -36,8 +34,7 @@ const TeamPage = () => { ], }, { - 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" }, @@ -67,9 +64,7 @@ const TeamPage = () => { id: item.id, }))} button={{ - text: "Join Us", - href: "/join", - }} + text: "Join Us", href: "/join"}} /> @@ -77,47 +72,17 @@ const TeamPage = () => {