From 1a4a51b77efa2f81f8c0275630f3e9489c8c4681 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:03:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2c15a3..334344f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function SportsHub() { description="Legendary coaches and athletes guiding the next generation to greatness." team={[ { - id: "1", name: "Michael Johnson", role: "Head Baseball Coach", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-holds-basket-ball_613910-8571.jpg", imageAlt: "Michael Johnson" + id: "1", name: "Michael Johnson", role: "Head Baseball Coach", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-holds-basket-ball_613910-8571.jpg?_wi=1", imageAlt: "Michael Johnson" }, { id: "2", name: "Sarah Chen", role: "Golf Instructor", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707973.jpg", imageAlt: "Sarah Chen" @@ -157,7 +157,7 @@ export default function SportsHub() { }, { id: "4", name: "Jessica Brown", handle: "@jessicaallstar", testimonial: "Played at the highest level in all three sports thanks to these coaches. Truly world-class training and support.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-holds-basket-ball_613910-8571.jpg", imageAlt: "Jessica Brown" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-holds-basket-ball_613910-8571.jpg?_wi=2", imageAlt: "Jessica Brown" } ]} showRating={true}