Merge version_1 into main #2
@@ -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() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the age requirements to join?",
|
||||
content:
|
||||
"We welcome players from age 5 to senior levels. Different programs are tailored to each age group with age-appropriate training and competition levels.",
|
||||
},
|
||||
id: "1", title: "What are the age requirements to join?", content:
|
||||
"We welcome players from age 5 to senior levels. Different programs are tailored to each age group with age-appropriate training and competition levels."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do I register for training?",
|
||||
content:
|
||||
"Visit our Join page to fill out the registration form. Our staff will contact you within 24 hours with available training times and pricing information.",
|
||||
},
|
||||
id: "2", title: "How do I register for training?", content:
|
||||
"Visit our Join page to fill out the registration form. Our staff will contact you within 24 hours with available training times and pricing information."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the cost of membership?",
|
||||
content:
|
||||
"Membership fees vary depending on age group and program level. Youth programs start at $50/month while senior competitive teams range from $100-200/month.",
|
||||
},
|
||||
id: "3", title: "What is the cost of membership?", content:
|
||||
"Membership fees vary depending on age group and program level. Youth programs start at $50/month while senior competitive teams range from $100-200/month."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer scholarships?",
|
||||
content:
|
||||
"Yes, we offer merit-based scholarships for talented players. Contact our coaching staff to discuss scholarship opportunities.",
|
||||
},
|
||||
id: "4", title: "Do you offer scholarships?", content:
|
||||
"Yes, we offer merit-based scholarships for talented players. Contact our coaching staff to discuss scholarship opportunities."},
|
||||
]}
|
||||
ctaTitle="Get in Touch"
|
||||
ctaDescription="Have questions about joining or want to know more? Contact us today and let's talk football!"
|
||||
|
||||
@@ -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() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the age requirements to join?",
|
||||
content:
|
||||
"We welcome players from age 5 to senior levels. Different programs are tailored to each age group with age-appropriate training and competition levels.",
|
||||
},
|
||||
id: "1", title: "What are the age requirements to join?", content:
|
||||
"We welcome players from age 5 to senior levels. Different programs are tailored to each age group with age-appropriate training and competition levels."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do I register for training?",
|
||||
content:
|
||||
"Visit our Join page to fill out the registration form. Our staff will contact you within 24 hours with available training times and pricing information.",
|
||||
},
|
||||
id: "2", title: "How do I register for training?", content:
|
||||
"Visit our Join page to fill out the registration form. Our staff will contact you within 24 hours with available training times and pricing information."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the cost of membership?",
|
||||
content:
|
||||
"Membership fees vary depending on age group and program level. Youth programs start at $50/month while senior competitive teams range from $100-200/month.",
|
||||
},
|
||||
id: "3", title: "What is the cost of membership?", content:
|
||||
"Membership fees vary depending on age group and program level. Youth programs start at $50/month while senior competitive teams range from $100-200/month."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer scholarships?",
|
||||
content:
|
||||
"Yes, we offer merit-based scholarships for talented players. Contact our coaching staff to discuss scholarship opportunities.",
|
||||
},
|
||||
id: "4", title: "Do you offer scholarships?", content:
|
||||
"Yes, we offer merit-based scholarships for talented players. Contact our coaching staff to discuss scholarship opportunities."},
|
||||
]}
|
||||
ctaTitle="Get in Touch"
|
||||
ctaDescription="Have questions about joining or want to know more? Contact us today and let's talk football!"
|
||||
|
||||
@@ -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() {
|
||||
<FeatureCardTwentyFour
|
||||
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"],
|
||||
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=2",
|
||||
imageAlt: "Professional football coach training young players",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/beautiful-women-preparing-push-ups_23-2148355378.jpg", imageAlt: "Professional football coach training young players field"},
|
||||
{
|
||||
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"],
|
||||
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=2",
|
||||
imageAlt: "Professional soccer training facility field",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/sporty-girl-scores-goal-into-goal-football-concept-girl-football-field_169016-68081.jpg", imageAlt: "Professional soccer training facility field"},
|
||||
{
|
||||
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"],
|
||||
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=4",
|
||||
imageAlt: "Football community tournament celebration crowd",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg", imageAlt: "Football community tournament celebration crowd"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Why Choose Elite Football Club"
|
||||
@@ -123,14 +102,7 @@ export default function JoinPage() {
|
||||
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}
|
||||
/>
|
||||
@@ -140,29 +112,17 @@ export default function JoinPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the age requirements to join?",
|
||||
content:
|
||||
"We welcome players from age 5 to senior levels. Different programs are tailored to each age group with age-appropriate training and competition levels.",
|
||||
},
|
||||
id: "1", title: "What are the age requirements to join?", content:
|
||||
"We welcome players from age 5 to senior levels. Different programs are tailored to each age group with age-appropriate training and competition levels."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do I register for training?",
|
||||
content:
|
||||
"Visit our Join page to fill out the registration form. Our staff will contact you within 24 hours with available training times and pricing information.",
|
||||
},
|
||||
id: "2", title: "How do I register for training?", content:
|
||||
"Visit our Join page to fill out the registration form. Our staff will contact you within 24 hours with available training times and pricing information."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the cost of membership?",
|
||||
content:
|
||||
"Membership fees vary depending on age group and program level. Youth programs start at $50/month while senior competitive teams range from $100-200/month.",
|
||||
},
|
||||
id: "3", title: "What is the cost of membership?", content:
|
||||
"Membership fees vary depending on age group and program level. Youth programs start at $50/month while senior competitive teams range from $100-200/month."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer scholarships?",
|
||||
content:
|
||||
"Yes, we offer merit-based scholarships for talented players. Contact our coaching staff to discuss scholarship opportunities.",
|
||||
},
|
||||
id: "4", title: "Do you offer scholarships?", content:
|
||||
"Yes, we offer merit-based scholarships for talented players. Contact our coaching staff to discuss scholarship opportunities."},
|
||||
]}
|
||||
ctaTitle="Get in Touch"
|
||||
ctaDescription="Have questions about joining or want to know more? Contact us today and let's talk football!"
|
||||
|
||||
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,38 +73,11 @@ const MatchesPage = () => {
|
||||
<BlogCardThree
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Home",
|
||||
title: "Elite FC vs City United",
|
||||
excerpt: "Upcoming match on Saturday at 3:00 PM. Secure your tickets now and cheer for our team!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg?_wi=3",
|
||||
imageAlt: "Elite FC vs City United Match",
|
||||
authorName: "Match Coordinator",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg",
|
||||
date: "Jan 20, 2025",
|
||||
},
|
||||
id: "1", category: "Home", title: "Elite FC vs City United", excerpt: "Upcoming match on Saturday at 3:00 PM. Secure your tickets now and cheer for our team!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg", imageAlt: "Elite FC vs City United Match", authorName: "Match Coordinator", authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", date: "Jan 20, 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Away",
|
||||
title: "League Challenge at Riverside Stadium",
|
||||
excerpt: "Travel with us to Riverside Stadium for this crucial league match. Team departure at 10:00 AM.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-football-field_23-2149270911.jpg?_wi=3",
|
||||
imageAlt: "League Challenge Match",
|
||||
authorName: "Travel Coordinator",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman_23-2148856070.jpg",
|
||||
date: "Jan 18, 2025",
|
||||
},
|
||||
id: "2", category: "Away", title: "League Challenge at Riverside Stadium", excerpt: "Travel with us to Riverside Stadium for this crucial league match. Team departure at 10:00 AM.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-football-field_23-2149270911.jpg", imageAlt: "League Challenge Match", authorName: "Travel Coordinator", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman_23-2148856070.jpg", date: "Jan 18, 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Tournament",
|
||||
title: "Regional Cup Final - We Won!",
|
||||
excerpt: "Congratulations to our team for winning the regional cup final with an outstanding 3-1 performance!",
|
||||
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=2",
|
||||
imageAlt: "Regional Cup Final Victory",
|
||||
authorName: "Manager",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/confident-pretty-brunette-caucasian-girl-looks-camera-orange_141793-69794.jpg",
|
||||
date: "Jan 15, 2025",
|
||||
},
|
||||
id: "3", category: "Tournament", title: "Regional Cup Final - We Won!", excerpt: "Congratulations to our team for winning the regional cup final with an outstanding 3-1 performance!", 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: "Regional Cup Final Victory", authorName: "Manager", authorAvatar: "http://img.b2bpic.net/free-photo/confident-pretty-brunette-caucasian-girl-looks-camera-orange_141793-69794.jpg", date: "Jan 15, 2025"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Upcoming Matches & Results"
|
||||
@@ -124,36 +92,22 @@ const MatchesPage = () => {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How can I get tickets for upcoming matches?",
|
||||
content:
|
||||
"Tickets can be purchased online through our website or at the stadium ticket office on match day. Early purchase is recommended for popular fixtures to secure your seat.",
|
||||
},
|
||||
id: "1", title: "How can I get tickets for upcoming matches?", content:
|
||||
"Tickets can be purchased online through our website or at the stadium ticket office on match day. Early purchase is recommended for popular fixtures to secure your seat."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What time do matches typically start?",
|
||||
content:
|
||||
"Most of our home matches kick off at 3:00 PM on Saturday and 7:30 PM on midweek fixtures. Tournament matches may have different start times. Check the match schedule for specific details.",
|
||||
},
|
||||
id: "2", title: "What time do matches typically start?", content:
|
||||
"Most of our home matches kick off at 3:00 PM on Saturday and 7:30 PM on midweek fixtures. Tournament matches may have different start times. Check the match schedule for specific details."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer group ticket discounts?",
|
||||
content:
|
||||
"Yes, we offer group discounts for parties of 10 or more. Contact our ticketing office at events@elitefc.com for more information and to arrange your group booking.",
|
||||
},
|
||||
id: "3", title: "Do you offer group ticket discounts?", content:
|
||||
"Yes, we offer group discounts for parties of 10 or more. Contact our ticketing office at events@elitefc.com for more information and to arrange your group booking."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I stream matches online?",
|
||||
content:
|
||||
"Selected matches are streamed live on our website and social media channels. Premium matches require a subscription. Visit our streaming section for more details.",
|
||||
},
|
||||
id: "4", title: "Can I stream matches online?", content:
|
||||
"Selected matches are streamed live on our website and social media channels. Premium matches require a subscription. Visit our streaming section for more details."},
|
||||
]}
|
||||
ctaTitle="Need Match Information?"
|
||||
ctaDescription="Have questions about matches, tickets, or results? Get in touch with our matches team!"
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -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() {
|
||||
<BlogCardThree
|
||||
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=3",
|
||||
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", 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=2",
|
||||
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", 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=2",
|
||||
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", 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=2",
|
||||
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", 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"},
|
||||
]}
|
||||
title="Latest Club News"
|
||||
description="Stay updated with the latest news, transfers, tournament updates, and announcements from Elite Football Club."
|
||||
@@ -137,29 +102,17 @@ export default function NewsPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "When are the next match fixtures?",
|
||||
content:
|
||||
"Our upcoming matches are scheduled weekly on Saturdays and Sundays. Check our matches page for the complete fixture list and details.",
|
||||
},
|
||||
id: "1", title: "When are the next match fixtures?", content:
|
||||
"Our upcoming matches are scheduled weekly on Saturdays and Sundays. Check our matches page for the complete fixture list and details."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How can I get match updates?",
|
||||
content:
|
||||
"Follow our social media channels and subscribe to our newsletter to receive real-time match updates, scores, and highlights.",
|
||||
},
|
||||
id: "2", title: "How can I get match updates?", content:
|
||||
"Follow our social media channels and subscribe to our newsletter to receive real-time match updates, scores, and highlights."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Where can I buy tickets?",
|
||||
content:
|
||||
"Tickets for our home matches are available through our online portal. Early bird discounts are available for season ticket holders.",
|
||||
},
|
||||
id: "3", title: "Where can I buy tickets?", content:
|
||||
"Tickets for our home matches are available through our online portal. Early bird discounts are available for season ticket holders."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How are players selected for matches?",
|
||||
content:
|
||||
"Player selection is based on performance in training, fitness levels, and tactical requirements. Our coaching staff reviews performance metrics regularly.",
|
||||
},
|
||||
id: "4", title: "How are players selected for matches?", content:
|
||||
"Player selection is based on performance in training, fitness levels, and tactical requirements. Our coaching staff reviews performance metrics regularly."},
|
||||
]}
|
||||
ctaTitle="Stay Connected"
|
||||
ctaDescription="Have news tips or want to stay updated? Get in touch with our media team!"
|
||||
|
||||
156
src/app/page.tsx
156
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}
|
||||
/>
|
||||
|
||||
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,47 +72,17 @@ const TeamPage = () => {
|
||||
<TeamCardFive
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "David Martinez",
|
||||
role: "Head Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg?_wi=3",
|
||||
imageAlt: "David Martinez - Head Coach",
|
||||
},
|
||||
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 - Head Coach"},
|
||||
{
|
||||
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=3",
|
||||
imageAlt: "Alex Thompson - Forward",
|
||||
},
|
||||
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 - Forward"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Richardson",
|
||||
role: "Midfielder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg?_wi=3",
|
||||
imageAlt: "Emma Richardson - Midfielder",
|
||||
},
|
||||
id: "3", name: "Emma Richardson", role: "Midfielder", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg", imageAlt: "Emma Richardson - Midfielder"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos Santos",
|
||||
role: "Defender",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034568.jpg?_wi=3",
|
||||
imageAlt: "Carlos Santos - Defender",
|
||||
},
|
||||
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 - Defender"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jordan Lee",
|
||||
role: "Goalkeeper",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amateur-football-concept-with-goalkeeper_23-2147833417.jpg?_wi=3",
|
||||
imageAlt: "Jordan Lee - Goalkeeper",
|
||||
},
|
||||
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 - Goalkeeper"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sofia Hernandez",
|
||||
role: "Assistant Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=3",
|
||||
imageAlt: "Sofia Hernandez - Assistant Coach",
|
||||
},
|
||||
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 - Assistant Coach"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Meet Our Squad"
|
||||
|
||||
Reference in New Issue
Block a user