Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-27 13:30:13 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Age Groups",
id: "groups",
},
name: "Age Groups", id: "groups"},
{
name: "Players",
id: "players",
},
name: "Players", id: "players"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="PG Select Fest"
/>
@@ -55,11 +47,9 @@ export default function LandingPage() {
description="Discover the next generation of baseball talent. Explore our structured player database organized by age division."
buttons={[
{
text: "View Players",
href: "#players",
},
text: "View Players", href: "#players"},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-women-warming-up_23-2148355383.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-women-warming-up_23-2148355383.jpg"
/>
</div>
@@ -71,34 +61,19 @@ export default function LandingPage() {
features={[
{
id: 1,
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",
},
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?_wi=1",
},
title: "14U Division", description: "Competitive development for young prospects.", imageSrc: "http://img.b2bpic.net/free-vector/cancelled-sport-events-background-concept_23-2148570953.jpg"},
{
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?_wi=1",
},
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"},
{
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?_wi=2",
},
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"},
{
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?_wi=2",
},
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="Age Divisions"
description="Select an age group to filter talent profiles."
@@ -110,37 +85,18 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
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?_wi=1",
},
id: "p1", name: "Alex Rivers", role: "12U | Shortstop", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023569.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: "p2", name: "Jordan Smith", role: "14U | Pitcher", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-basketball-player_23-2151098092.jpg"},
{
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: "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?_wi=2",
},
id: "p4", name: "Taylor Reed", role: "18U | Catcher", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023569.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",
},
id: "p5", name: "Jamie Knox", role: "14U | Third Base", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-basketball-player_23-2151098092.jpg"},
]}
title="Featured Players"
description="Rising talent showcased at PG Select Fest events."
@@ -154,19 +110,13 @@ export default function LandingPage() {
description="For scouting inquiries or event details, please reach out to our team."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-women-warming-up_23-2148355383.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-women-warming-up_23-2148355383.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -180,35 +130,15 @@ export default function LandingPage() {
description="Hear what scouts and coaches have to say about the PG Select Fest talent."
testimonials={[
{
id: "t1",
name: "Coach Miller",
handle: "@scout_pro",
testimonial: "The level of talent at this year's fest was unprecedented. Incredible scouting opportunities.",
},
id: "t1", name: "Coach Miller", handle: "@scout_pro", testimonial: "The level of talent at this year's fest was unprecedented. Incredible scouting opportunities."},
{
id: "t2",
name: "Sarah Jenkins",
handle: "@baseballdad_nj",
testimonial: "My son felt supported and the showcase was exceptionally well-organized.",
},
id: "t2", name: "Sarah Jenkins", handle: "@baseballdad_nj", testimonial: "My son felt supported and the showcase was exceptionally well-organized."},
{
id: "t3",
name: "Marcus Thorne",
handle: "@college_recruiter",
testimonial: "A must-attend event for any recruiter looking for high-ceiling prospects.",
},
id: "t3", name: "Marcus Thorne", handle: "@college_recruiter", testimonial: "A must-attend event for any recruiter looking for high-ceiling prospects."},
{
id: "t4",
name: "Elena Rodriguez",
handle: "@softball_scout",
testimonial: "The data provided on each player is exactly what we need for our decision process.",
},
id: "t4", name: "Elena Rodriguez", handle: "@softball_scout", testimonial: "The data provided on each player is exactly what we need for our decision process."},
{
id: "t5",
name: "David Wu",
handle: "@baseball_analyst",
testimonial: "PG Select Fest sets the gold standard for youth player directory transparency.",
},
id: "t5", name: "David Wu", handle: "@baseball_analyst", testimonial: "PG Select Fest sets the gold standard for youth player directory transparency."},
]}
/>
</div>
@@ -219,25 +149,17 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Divisions",
href: "#groups",
},
label: "Divisions", href: "#groups"},
],
},
{
items: [
{
label: "Players",
href: "#players",
},
label: "Players", href: "#players"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}