Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -79,7 +79,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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-kids-football-field_23-2149270911.jpg?_wi=2"
|
||||
imageAlt="Elite Football Club Training Facility"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -96,42 +96,42 @@ export default function AboutPage() {
|
||||
id: "1",
|
||||
name: "David Martinez",
|
||||
role: "Head Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg?_wi=2",
|
||||
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",
|
||||
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: "3",
|
||||
name: "Emma Richardson",
|
||||
role: "Midfielder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg?_wi=2",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034568.jpg?_wi=2",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amateur-football-concept-with-goalkeeper_23-2147833417.jpg?_wi=2",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=2",
|
||||
imageAlt: "Sofia Hernandez",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -80,7 +80,7 @@ export default function JoinPage() {
|
||||
"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",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-women-preparing-push-ups_23-2148355378.jpg?_wi=2",
|
||||
imageAlt: "Professional football coach training young players",
|
||||
},
|
||||
{
|
||||
@@ -91,7 +91,7 @@ export default function JoinPage() {
|
||||
"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",
|
||||
"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",
|
||||
},
|
||||
{
|
||||
@@ -102,7 +102,7 @@ export default function JoinPage() {
|
||||
"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",
|
||||
"http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg?_wi=4",
|
||||
imageAlt: "Football community tournament celebration crowd",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,52 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Elite Football Club - Professional Soccer Training & Community",
|
||||
description: "Join Elite Football Club for professional football training, youth development, and community events. Featuring state-of-the-art facilities and expert coaching for all ages.",
|
||||
keywords: "football club, soccer training, youth academy, football coaching, professional sports",
|
||||
openGraph: {
|
||||
title: "Elite Football Club - Professional Soccer Training & Community",
|
||||
description: "Join Elite Football Club for professional football training, youth development, and community events. Featuring state-of-the-art facilities and expert coaching.",
|
||||
type: "website",
|
||||
siteName: "Elite Football Club",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg",
|
||||
alt: "Elite Football Club Stadium",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Elite Football Club - Professional Soccer Training & Community",
|
||||
description: "Join Elite Football Club for professional football training, youth development, and community events.",
|
||||
images: ["http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +55,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${sourceSans3.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +69,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -82,7 +82,7 @@ const MatchesPage = () => {
|
||||
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",
|
||||
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",
|
||||
@@ -93,7 +93,7 @@ const MatchesPage = () => {
|
||||
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",
|
||||
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",
|
||||
@@ -104,7 +104,7 @@ const MatchesPage = () => {
|
||||
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",
|
||||
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",
|
||||
|
||||
@@ -78,7 +78,7 @@ export default function NewsPage() {
|
||||
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",
|
||||
"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",
|
||||
@@ -91,7 +91,7 @@ export default function NewsPage() {
|
||||
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",
|
||||
"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",
|
||||
@@ -104,7 +104,7 @@ export default function NewsPage() {
|
||||
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",
|
||||
"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",
|
||||
@@ -117,7 +117,7 @@ export default function NewsPage() {
|
||||
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",
|
||||
"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",
|
||||
|
||||
@@ -81,7 +81,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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg?_wi=1"
|
||||
imageAlt="Elite Football Club Stadium"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -99,7 +99,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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-kids-football-field_23-2149270911.jpg?_wi=1"
|
||||
imageAlt="Elite Football Club Training Facility"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -119,7 +119,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-preparing-push-ups_23-2148355378.jpg?_wi=1",
|
||||
imageAlt: "Professional coaching session",
|
||||
},
|
||||
{
|
||||
@@ -129,7 +129,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -139,7 +139,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg?_wi=2",
|
||||
imageAlt: "Community gathering and celebration",
|
||||
},
|
||||
]}
|
||||
@@ -160,7 +160,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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",
|
||||
@@ -172,7 +172,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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",
|
||||
@@ -184,7 +184,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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",
|
||||
@@ -196,7 +196,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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",
|
||||
@@ -219,42 +219,42 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "David Martinez",
|
||||
role: "Head Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg?_wi=1",
|
||||
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",
|
||||
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: "3",
|
||||
name: "Emma Richardson",
|
||||
role: "Midfielder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg?_wi=1",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034568.jpg?_wi=1",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amateur-football-concept-with-goalkeeper_23-2147833417.jpg?_wi=1",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=1",
|
||||
imageAlt: "Sofia Hernandez",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -80,42 +80,42 @@ const TeamPage = () => {
|
||||
id: "1",
|
||||
name: "David Martinez",
|
||||
role: "Head Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg?_wi=3",
|
||||
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",
|
||||
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: "3",
|
||||
name: "Emma Richardson",
|
||||
role: "Midfielder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg?_wi=3",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034568.jpg?_wi=3",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amateur-football-concept-with-goalkeeper_23-2147833417.jpg?_wi=3",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=3",
|
||||
imageAlt: "Sofia Hernandez - Assistant Coach",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user