Update src/app/team/page.tsx
This commit is contained in:
@@ -41,42 +41,42 @@ export default function TeamPage() {
|
||||
id: "1",
|
||||
name: "David Martinez",
|
||||
role: "Head Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-desk_23-2149927603.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-desk_23-2149927603.jpg?_wi=3",
|
||||
imageAlt: "professional football coach portrait confident",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Alex Thompson",
|
||||
role: "Forward",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-athlete-standing-with-basketball-plastic-bottle-soft-blue-background_23-2148203716.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-athlete-standing-with-basketball-plastic-bottle-soft-blue-background_23-2148203716.jpg?_wi=3",
|
||||
imageAlt: "young male soccer player portrait jersey",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Richardson",
|
||||
role: "Midfielder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adult-woman-sportswear_23-2148298968.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adult-woman-sportswear_23-2148298968.jpg?_wi=3",
|
||||
imageAlt: "female soccer player portrait confident",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos Santos",
|
||||
role: "Defender",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-volleyball-field_23-2149450959.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-volleyball-field_23-2149450959.jpg?_wi=3",
|
||||
imageAlt: "male defender soccer player portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jordan Lee",
|
||||
role: "Goalkeeper",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-5321.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-5321.jpg?_wi=3",
|
||||
imageAlt: "goalkeeper football player portrait hands",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sofia Hernandez",
|
||||
role: "Assistant Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-looking-through-window_1262-1977.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-looking-through-window_1262-1977.jpg?_wi=3",
|
||||
imageAlt: "female sports coach portrait confident",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user