From b54783a9d6f656e1c62c7e65ce9bcbb44af42a70 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:29:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da88a79..fab7a4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { href: "#players", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-women-warming-up_23-2148355383.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-women-warming-up_23-2148355383.jpg?_wi=1" /> @@ -79,25 +79,25 @@ export default function LandingPage() { id: 2, title: "14U Division", description: "Competitive development for young prospects.", - imageSrc: "http://img.b2bpic.net/free-vector/cancelled-sport-events-background-concept_23-2148570953.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/cancelled-sport-events-background-concept_23-2148570953.jpg?_wi=1", }, { id: 3, title: "16U Division", description: "Elite showcase opportunities for high school athletes.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-playing-with-ball_23-2149457257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-playing-with-ball_23-2149457257.jpg?_wi=1", }, { id: 4, title: "18U Division", description: "Top tier preparation for collegiate baseball programs.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-playing-with-ball_23-2149457257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-playing-with-ball_23-2149457257.jpg?_wi=2", }, { id: 5, title: "Open Showcase", description: "Open talent identification and skill assessment events.", - imageSrc: "http://img.b2bpic.net/free-vector/cancelled-sport-events-background-concept_23-2148570953.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/cancelled-sport-events-background-concept_23-2148570953.jpg?_wi=2", }, ]} title="Age Divisions" @@ -115,13 +115,13 @@ export default function LandingPage() { id: "p1", name: "Alex Rivers", role: "12U | Shortstop", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023569.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023569.jpg?_wi=1", }, { id: "p2", name: "Jordan Smith", role: "14U | Pitcher", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-basketball-player_23-2151098092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-basketball-player_23-2151098092.jpg?_wi=1", }, { id: "p3", @@ -133,13 +133,13 @@ export default function LandingPage() { id: "p4", name: "Taylor Reed", role: "18U | Catcher", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023569.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023569.jpg?_wi=2", }, { id: "p5", name: "Jamie Knox", role: "14U | Third Base", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-basketball-player_23-2151098092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-basketball-player_23-2151098092.jpg?_wi=2", }, ]} title="Featured Players" @@ -166,7 +166,7 @@ export default function LandingPage() { required: true, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-women-warming-up_23-2148355383.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-women-warming-up_23-2148355383.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1