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 = () => {