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() {
@@ -140,29 +112,17 @@ 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" },
@@ -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 = () => {
{
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 = () => {