MLB pre-game hero with eyebrow, accent headline, and status pills
Loading preview...
import BayeHero from "@/components/ui/baye-hero-v2"; export default function Demo() { return ( <div style={{ minHeight: "100vh", backgroundColor: "#111111" }}> <BayeHero /> </div> ); }