Update src/app/team/page.tsx
This commit is contained in:
@@ -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