From f5b75e4521a4f5eab24e503ff4b6c62b0ae959f6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:57:21 +0000 Subject: [PATCH] Update src/app/team/page.tsx --- src/app/team/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 5739424..1786975 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -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", }, ]}