/* ============================================================ STREAM WITH LIEN — Home page ============================================================ */ function Hero({ d, ui, social, live }) { return ( {d.kicker} {d.h1a}{" "} {d.h1b}{" "} {d.h1c} {d.lede} {d.ctaPrimary} {d.ctaSecondary} Now playing Muziekbingo mix FAmilien {[0, 1].map(k => ( {d.marquee.map((m, i) => ({m}✶))} ))} ); } function About({ d }) { const ref = useReveal(); return ( 100% goeie vibes {d.aboutKicker} {d.aboutH} {d.aboutP1} {d.aboutP2} {d.statsValue.map((v, i) => ( {v} {d.statsLabel[i]} ))} ); } function Community({ d, ui, social }) { const ref = useReveal(); return ( {d.communityKicker} {d.communityH} {d.communityP} {d.twitchCard.name} {d.twitchCard.desc} {d.twitchCard.cta} {d.discordCard.name} {d.discordCard.desc} {d.discordCard.cta} ); } function SocialBlock({ d, social }) { const ref = useReveal(); return ( {d.socialKicker} {d.socialH} ); } function Explore({ d, go }) { const ref = useReveal(); return ( {d.exploreKicker} {d.exploreH} {d.tiles.map((t, i) => ( go(t.id)} style={{ transitionDelay: (i * 60) + "ms" }}> 0{i + 1} {t.t} {t.d} ))} ); } function HomePage({ d, ui, social, live, go, lang }) { const h = d.home[lang]; return ( <> > ); } Object.assign(window, { HomePage });
{d.lede}
{d.aboutP1}
{d.aboutP2}
{d.communityP}
{d.twitchCard.desc}
{d.discordCard.desc}
{t.d}