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