From 1722c562796319b1094841407825d49135750f72 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:21:15 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 85 ++++++++++-------------------------------- 1 file changed, 20 insertions(+), 65 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 96933a1..7392578 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,26 +20,23 @@ export default function AboutPage() { const footerColumns = [ { - title: "Club", - items: [ + title: "Club", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/team" }, { label: "Facilities", href: "/about" }, - { label: "Sponsors", href: "#sponsors" }, + { label: "Sponsors", href: "/#sponsors" }, ], }, { - title: "Activities", - items: [ + title: "Activities", items: [ { label: "Matches & Results", href: "/matches" }, { label: "News", href: "/news" }, { label: "Gallery", href: "/gallery" }, - { label: "Events", href: "#events" }, + { label: "Events", href: "/#events" }, ], }, { - 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" }, @@ -79,7 +76,7 @@ export default function AboutPage() { { value: "20+", title: "Years of Excellence" }, { value: "500+", title: "Players Developed" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-kids-football-field_23-2149270911.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-kids-football-field_23-2149270911.jpg" imageAlt="Elite Football Club Training Facility" useInvertedBackground={false} mediaAnimation="blur-reveal" @@ -93,47 +90,17 @@ export default function AboutPage() { description="Get to know the talented players and dedicated coaching staff who make Elite Football Club great." team={[ { - id: "1", - name: "David Martinez", - role: "Head Coach", - imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg?_wi=2", - imageAlt: "David Martinez", - }, + id: "1", name: "David Martinez", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg", imageAlt: "David Martinez"}, { - id: "2", - name: "Alex Thompson", - role: "Forward", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-african-athlete-with-healthy-tanned-skin-confident-look-wearing-black-sportswear-squinting-his-eyes-while-resting-outdoors-listening-his-favourite-music-with-earphones_273609-1205.jpg?_wi=2", - imageAlt: "Alex Thompson", - }, + id: "2", name: "Alex Thompson", role: "Forward", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-african-athlete-with-healthy-tanned-skin-confident-look-wearing-black-sportswear-squinting-his-eyes-while-resting-outdoors-listening-his-favourite-music-with-earphones_273609-1205.jpg", imageAlt: "Alex Thompson"}, { - id: "3", - name: "Emma Richardson", - role: "Midfielder", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg?_wi=2", - imageAlt: "Emma Richardson", - }, + id: "3", name: "Emma Richardson", role: "Midfielder", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg", imageAlt: "Emma Richardson"}, { - id: "4", - name: "Carlos Santos", - role: "Defender", - imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034568.jpg?_wi=2", - imageAlt: "Carlos Santos", - }, + id: "4", name: "Carlos Santos", role: "Defender", imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034568.jpg", imageAlt: "Carlos Santos"}, { - id: "5", - name: "Jordan Lee", - role: "Goalkeeper", - imageSrc: "http://img.b2bpic.net/free-photo/amateur-football-concept-with-goalkeeper_23-2147833417.jpg?_wi=2", - imageAlt: "Jordan Lee", - }, + id: "5", name: "Jordan Lee", role: "Goalkeeper", imageSrc: "http://img.b2bpic.net/free-photo/amateur-football-concept-with-goalkeeper_23-2147833417.jpg", imageAlt: "Jordan Lee"}, { - id: "6", - name: "Sofia Hernandez", - role: "Assistant Coach", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=2", - imageAlt: "Sofia Hernandez", - }, + id: "6", name: "Sofia Hernandez", role: "Assistant Coach", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", imageAlt: "Sofia Hernandez"}, ]} animationType="slide-up" textboxLayout="default" @@ -147,29 +114,17 @@ export default function AboutPage() { Date: Tue, 10 Mar 2026 15:21:16 +0000 Subject: [PATCH 2/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3176440..2fa71ee 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ const navItems = [ const footerColumns = [ { - title: "Club", - items: [ + title: "Club", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/team" }, { label: "Facilities", href: "/about" }, @@ -26,8 +25,7 @@ const footerColumns = [ ], }, { - title: "Activities", - items: [ + title: "Activities", items: [ { label: "Matches & Results", href: "/matches" }, { label: "News", href: "/news" }, { label: "Gallery", href: "/gallery" }, @@ -35,8 +33,7 @@ const footerColumns = [ ], }, { - 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" }, @@ -71,29 +68,17 @@ export default function ContactPage() { Date: Tue, 10 Mar 2026 15:21:18 +0000 Subject: [PATCH 3/7] 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() { Date: Tue, 10 Mar 2026 15:21:20 +0000 Subject: [PATCH 4/7] 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 = () => { { Date: Tue, 10 Mar 2026 15:21:22 +0000 Subject: [PATCH 5/7] Update src/app/news/page.tsx --- src/app/news/page.tsx | 101 +++++++++++------------------------------- 1 file changed, 27 insertions(+), 74 deletions(-) diff --git a/src/app/news/page.tsx b/src/app/news/page.tsx index 2574cea..d0225d9 100644 --- a/src/app/news/page.tsx +++ b/src/app/news/page.tsx @@ -19,8 +19,7 @@ export default function NewsPage() { 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 @@ export default function NewsPage() { ], }, { - title: "Activities", - items: [ + title: "Activities", items: [ { label: "Matches & Results", href: "/matches" }, { label: "News", href: "/news" }, { label: "Gallery", href: "/gallery" }, @@ -37,8 +35,7 @@ export default function NewsPage() { ], }, { - 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" }, @@ -72,57 +69,25 @@ export default function NewsPage() { Date: Tue, 10 Mar 2026 15:21:23 +0000 Subject: [PATCH 6/7] Update src/app/page.tsx --- src/app/page.tsx | 156 ++++++++++------------------------------------- 1 file changed, 31 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83375c7..199c1c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,26 +23,23 @@ export default function HomePage() { const footerColumns = [ { - title: "Club", - items: [ + title: "Club", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/team" }, { label: "Facilities", href: "/about" }, - { label: "Sponsors", href: "#sponsors" }, + { label: "Sponsors", href: "/#sponsors" }, ], }, { - title: "Activities", - items: [ + title: "Activities", items: [ { label: "Matches & Results", href: "/matches" }, { label: "News", href: "/news" }, { label: "Gallery", href: "/gallery" }, - { label: "Events", href: "#events" }, + { label: "Events", href: "/#events" }, ], }, { - 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" }, @@ -81,7 +78,7 @@ export default function HomePage() { { text: "Upcoming Matches", href: "/matches" }, ]} background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg" imageAlt="Elite Football Club Stadium" mediaAnimation="slide-up" frameStyle="card" @@ -99,7 +96,7 @@ export default function HomePage() { { value: "20+", title: "Years of Excellence" }, { value: "500+", title: "Players Developed" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-kids-football-field_23-2149270911.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-kids-football-field_23-2149270911.jpg" imageAlt="Elite Football Club Training Facility" useInvertedBackground={false} mediaAnimation="blur-reveal" @@ -113,35 +110,17 @@ export default function HomePage() { description="Discover what sets us apart and why thousands of families trust us with their football journey." features={[ { - id: "1", - title: "Professional Coaching", - author: "Training Excellence", - description: - "Our coaches are certified professionals with international experience, dedicated to developing each player's potential.", - tags: ["Coaching", "Development"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-preparing-push-ups_23-2148355378.jpg?_wi=1", - imageAlt: "Professional coaching session", - }, + id: "1", title: "Professional Coaching", author: "Training Excellence", description: + "Our coaches are certified professionals with international experience, dedicated to developing each player's potential.", tags: ["Coaching", "Development"], + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-preparing-push-ups_23-2148355378.jpg", imageAlt: "Professional coaching session"}, { - id: "2", - title: "State-of-the-Art Facilities", - author: "World-Class Infrastructure", - description: - "Train on premium fields with modern equipment designed to enhance performance and ensure player safety.", - tags: ["Facilities", "Safety"], - imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-scores-goal-into-goal-football-concept-girl-football-field_169016-68081.jpg?_wi=1", - imageAlt: "Training facility with modern equipment", - }, + id: "2", title: "State-of-the-Art Facilities", author: "World-Class Infrastructure", description: + "Train on premium fields with modern equipment designed to enhance performance and ensure player safety.", tags: ["Facilities", "Safety"], + imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-scores-goal-into-goal-football-concept-girl-football-field_169016-68081.jpg", imageAlt: "Training facility with modern equipment"}, { - id: "3", - title: "Community & Events", - author: "Strong Fellowship", - description: - "Join a vibrant community of passionate football enthusiasts through tournaments, socials, and team-building events.", - tags: ["Community", "Events"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg?_wi=2", - imageAlt: "Community gathering and celebration", - }, + id: "3", title: "Community & Events", author: "Strong Fellowship", description: + "Join a vibrant community of passionate football enthusiasts through tournaments, socials, and team-building events.", tags: ["Community", "Events"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg", imageAlt: "Community gathering and celebration"}, ]} animationType="slide-up" textboxLayout="default" @@ -155,53 +134,17 @@ export default function HomePage() { description="Stay updated with the latest news, transfers, tournament updates, and announcements from Elite Football Club." blogs={[ { - id: "1", - category: "Tournament", - title: "Elite Football Club Wins Regional Championship", - excerpt: - "Our team emerged victorious in the regional championship, showcasing exceptional teamwork and skill.", - imageSrc: "http://img.b2bpic.net/free-photo/that-s-how-success-looks-like-photo-young-team-classical-clothes-celebrating-success-while-holding-drinks-modern-good-lighted-office_146671-13657.jpg?_wi=1", - imageAlt: "Championship celebration", - authorName: "Sarah Johnson", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman_23-2148856070.jpg", - date: "Jan 15, 2025", - }, + id: "1", category: "Tournament", title: "Elite Football Club Wins Regional Championship", excerpt: + "Our team emerged victorious in the regional championship, showcasing exceptional teamwork and skill.", imageSrc: "http://img.b2bpic.net/free-photo/that-s-how-success-looks-like-photo-young-team-classical-clothes-celebrating-success-while-holding-drinks-modern-good-lighted-office_146671-13657.jpg", imageAlt: "Championship celebration", authorName: "Sarah Johnson", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman_23-2148856070.jpg", date: "Jan 15, 2025"}, { - id: "2", - category: "Transfer", - title: "New Star Player Joins Elite FC", - excerpt: - "We are thrilled to announce the signing of international talent Marcus Chen to strengthen our squad.", - imageSrc: "http://img.b2bpic.net/free-photo/wall-serious-bargain-cardboard-box-box_1134-1163.jpg?_wi=1", - imageAlt: "New player announcement", - authorName: "Michael Davis", - authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", - date: "Jan 10, 2025", - }, + id: "2", category: "Transfer", title: "New Star Player Joins Elite FC", excerpt: + "We are thrilled to announce the signing of international talent Marcus Chen to strengthen our squad.", imageSrc: "http://img.b2bpic.net/free-photo/wall-serious-bargain-cardboard-box-box_1134-1163.jpg", imageAlt: "New player announcement", authorName: "Michael Davis", authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", date: "Jan 10, 2025"}, { - id: "3", - category: "Announcement", - title: "Summer Training Camp Registration Open", - excerpt: - "Join us this summer for our intensive training camp featuring professional coaching and elite facilities.", - imageSrc: "http://img.b2bpic.net/free-photo/sportive-women-talking-each-other-grass_23-2148355534.jpg?_wi=1", - imageAlt: "Training camp session", - authorName: "Emily Rodriguez", - authorAvatar: "http://img.b2bpic.net/free-photo/confident-pretty-brunette-caucasian-girl-looks-camera-orange_141793-69794.jpg", - date: "Jan 5, 2025", - }, + id: "3", category: "Announcement", title: "Summer Training Camp Registration Open", excerpt: + "Join us this summer for our intensive training camp featuring professional coaching and elite facilities.", imageSrc: "http://img.b2bpic.net/free-photo/sportive-women-talking-each-other-grass_23-2148355534.jpg", imageAlt: "Training camp session", authorName: "Emily Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/confident-pretty-brunette-caucasian-girl-looks-camera-orange_141793-69794.jpg", date: "Jan 5, 2025"}, { - id: "4", - category: "Achievement", - title: "Youth Academy Players Selected for National Team", - excerpt: - "Five of our academy graduates have been selected to represent the national youth team at the international tournament.", - imageSrc: "http://img.b2bpic.net/free-photo/team-celebrating-win-silver-cup_23-2149479302.jpg?_wi=1", - imageAlt: "National team selection celebration", - authorName: "James Wilson", - authorAvatar: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg", - date: "Dec 28, 2024", - }, + id: "4", category: "Achievement", title: "Youth Academy Players Selected for National Team", excerpt: + "Five of our academy graduates have been selected to represent the national youth team at the international tournament.", imageSrc: "http://img.b2bpic.net/free-photo/team-celebrating-win-silver-cup_23-2149479302.jpg", imageAlt: "National team selection celebration", authorName: "James Wilson", authorAvatar: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg", date: "Dec 28, 2024"}, ]} animationType="slide-up" textboxLayout="default" @@ -216,47 +159,17 @@ export default function HomePage() { description="Get to know the talented players and dedicated coaching staff who make Elite Football Club great." team={[ { - id: "1", - name: "David Martinez", - role: "Head Coach", - imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg?_wi=1", - imageAlt: "David Martinez", - }, + id: "1", name: "David Martinez", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg", imageAlt: "David Martinez"}, { - id: "2", - name: "Alex Thompson", - role: "Forward", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-african-athlete-with-healthy-tanned-skin-confident-look-wearing-black-sportswear-squinting-his-eyes-while-resting-outdoors-listening-his-favourite-music-with-earphones_273609-1205.jpg?_wi=1", - imageAlt: "Alex Thompson", - }, + id: "2", name: "Alex Thompson", role: "Forward", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-african-athlete-with-healthy-tanned-skin-confident-look-wearing-black-sportswear-squinting-his-eyes-while-resting-outdoors-listening-his-favourite-music-with-earphones_273609-1205.jpg", imageAlt: "Alex Thompson"}, { - id: "3", - name: "Emma Richardson", - role: "Midfielder", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg?_wi=1", - imageAlt: "Emma Richardson", - }, + id: "3", name: "Emma Richardson", role: "Midfielder", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg", imageAlt: "Emma Richardson"}, { - id: "4", - name: "Carlos Santos", - role: "Defender", - imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034568.jpg?_wi=1", - imageAlt: "Carlos Santos", - }, + id: "4", name: "Carlos Santos", role: "Defender", imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034568.jpg", imageAlt: "Carlos Santos"}, { - id: "5", - name: "Jordan Lee", - role: "Goalkeeper", - imageSrc: "http://img.b2bpic.net/free-photo/amateur-football-concept-with-goalkeeper_23-2147833417.jpg?_wi=1", - imageAlt: "Jordan Lee", - }, + id: "5", name: "Jordan Lee", role: "Goalkeeper", imageSrc: "http://img.b2bpic.net/free-photo/amateur-football-concept-with-goalkeeper_23-2147833417.jpg", imageAlt: "Jordan Lee"}, { - id: "6", - name: "Sofia Hernandez", - role: "Assistant Coach", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=1", - imageAlt: "Sofia Hernandez", - }, + id: "6", name: "Sofia Hernandez", role: "Assistant Coach", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", imageAlt: "Sofia Hernandez"}, ]} animationType="slide-up" textboxLayout="default" @@ -275,14 +188,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} logos={[ - "http://img.b2bpic.net/free-vector/basket-ball-logo_1057-7616.jpg", - "http://img.b2bpic.net/free-vector/gradient-power-outage-labels_23-2149263634.jpg", - "http://img.b2bpic.net/free-vector/money-concept-logo-template_23-2147902205.jpg", - "http://img.b2bpic.net/free-vector/autumn-label-collection_23-2147692704.jpg", - "http://img.b2bpic.net/free-vector/technology-logo-gradient-style_23-2148135218.jpg", - "http://img.b2bpic.net/free-vector/outlet-label-collection-design_23-2149696731.jpg", - "http://img.b2bpic.net/free-vector/gradient-logo-template-with-abstract-shape_52683-16204.jpg", - ]} + "http://img.b2bpic.net/free-vector/basket-ball-logo_1057-7616.jpg", "http://img.b2bpic.net/free-vector/gradient-power-outage-labels_23-2149263634.jpg", "http://img.b2bpic.net/free-vector/money-concept-logo-template_23-2147902205.jpg", "http://img.b2bpic.net/free-vector/autumn-label-collection_23-2147692704.jpg", "http://img.b2bpic.net/free-vector/technology-logo-gradient-style_23-2148135218.jpg", "http://img.b2bpic.net/free-vector/outlet-label-collection-design_23-2149696731.jpg", "http://img.b2bpic.net/free-vector/gradient-logo-template-with-abstract-shape_52683-16204.jpg"]} showCard={true} speed={40} /> -- 2.49.1 From 11f8f7d76d1607a7e2d32ea0a3a8dc5a403e66f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:21:25 +0000 Subject: [PATCH 7/7] 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 = () => {