Update src/app/page.tsx

This commit is contained in:
2026-03-27 13:30:33 +00:00
parent 6847431e59
commit 5b2ce61430

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{
text: "View Players", 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"
/>
</div>
@@ -64,16 +64,16 @@ export default function LandingPage() {
title: "12U Division", description: "Developing future stars at the foundational level.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037674.jpg"},
{
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"},
title: "14U Division", description: "Competitive development for young prospects.", 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"},
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?_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"},
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?_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"},
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?_wi=2"},
]}
title="Age Divisions"
description="Select an age group to filter talent profiles."
@@ -88,15 +88,15 @@ export default function LandingPage() {
animationType="slide-up"
members={[
{
id: "p1", name: "Alex Rivers", role: "12U | Shortstop", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023569.jpg"},
id: "p1", name: "Alex Rivers", role: "12U | Shortstop", 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"},
id: "p2", name: "Jordan Smith", role: "14U | Pitcher", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-basketball-player_23-2151098092.jpg?_wi=1"},
{
id: "p3", name: "Casey Morgan", role: "16U | Outfield", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-boy-holding-yellow-ball_23-2149457298.jpg"},
{
id: "p4", name: "Taylor Reed", role: "18U | Catcher", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023569.jpg"},
id: "p4", name: "Taylor Reed", role: "18U | Catcher", 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"},
id: "p5", name: "Jamie Knox", role: "14U | Third Base", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-basketball-player_23-2151098092.jpg?_wi=2"},
]}
title="Featured Players"
description="Rising talent showcased at PG Select Fest events."
@@ -116,7 +116,7 @@ export default function LandingPage() {
name: "email", type: "email", placeholder: "Your Email", 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"
/>
</div>