From eb15e9a7a140cb50724b8c5de0c8a658dfce48c1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:21:18 +0000 Subject: [PATCH] Update src/app/join/page.tsx --- src/app/join/page.tsx | 82 +++++++++++-------------------------------- 1 file changed, 21 insertions(+), 61 deletions(-) diff --git a/src/app/join/page.tsx b/src/app/join/page.tsx index 970bccd..97949a1 100644 --- a/src/app/join/page.tsx +++ b/src/app/join/page.tsx @@ -20,8 +20,7 @@ export default function JoinPage() { const footerColumns = [ { - title: "Club", - items: [ + title: "Club", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/team" }, { label: "Facilities", href: "/about" }, @@ -29,8 +28,7 @@ export default function JoinPage() { ], }, { - title: "Activities", - items: [ + title: "Activities", items: [ { label: "Matches & Results", href: "/matches" }, { label: "News", href: "/news" }, { label: "Gallery", href: "/gallery" }, @@ -38,8 +36,7 @@ export default function JoinPage() { ], }, { - 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" }, @@ -73,38 +70,20 @@ export default function JoinPage() { @@ -140,29 +112,17 @@ export default function JoinPage() {