const { Button } = window.JabberwockeeDesignSystem_646027; function Hero({ onProjects, onContact }) { const D = window.JW_DATA; return (

Stories worth streaming.

{D.intro}

{D.hero.alt}
{[{ top: -1, left: -1, borderWidth: "2px 0 0 2px" }, { top: -1, right: -1, borderWidth: "2px 2px 0 0" }, { bottom: -1, left: -1, borderWidth: "0 0 2px 2px" }, { bottom: -1, right: -1, borderWidth: "0 2px 2px 0" }].map((s, i) => )}
{D.hero.caption}
); } window.Hero = Hero;