Update src/app/page.tsx

This commit is contained in:
2026-03-10 15:21:23 +00:00
parent b456e4c4b2
commit d4db6d63b1

View File

@@ -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}
/>