Update src/app/about/page.tsx

This commit is contained in:
2026-03-10 14:52:51 +00:00
parent d3cd4330e8
commit c3e67c595e

View File

@@ -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",
},
]}