);
}
// =====================================================================
// DIRECTION 1 — "SCOREBOARD": navy split hero with a tryouts scoreboard
// card, KPI band, a real Trophy Case ticker. Information-forward, sporty.
// =====================================================================
const HomeScoreboard = ({ data }) => (
Belmont, CA · Since 2008
Play Like a Blaster.
Belmont's competitive summer travel program, 7U–12U — built to augment Little League and send kids to Cooperstown.
{/* scoreboard / tryouts card */}
2026 TryoutsNOW OPEN · 7U
{TRYOUTS.map((r,i)=>(
{r[0]}
{r[1]}
{r[2]} · {r[3]}
))}
{/* trophy case ticker */}
Recent Hardware
Trophy Case
{CHAMPS.map((c,i)=>(
★
{c[2]}
{c[1]} · {c[0]}
))}
);
// =====================================================================
// DIRECTION 2 — "EDITORIAL": full-bleed photo hero, oversized headline,
// a club-story band (2008 / Little League model), generous whitespace.
// Premium, photo-led, narrative.
// =====================================================================
const HomeEditorial = ({ data }) => (
Belmont, California · Established 2008
Belmont's Ballclub.
{/* club story band */}
Our Story
More Than Travel Ball.
Since 2008, the Blasters have existed to make Belmont/Redwood Shores Little League stronger. Every Blaster plays BRSLL in the spring; our season begins only once All-Star play wraps.
It's a formula that works — Little League cited the Blasters as an ideal model for how leagues and tournament programs can work together to give every kid the best experience.