// ============ HERO ============ const { useEffect: useEffectH, useRef: useRefH } = React; function Hero() { const { t } = window.useLang(); const ref = window.useReveal(); const spotRef = window.useSpotlight(); const ctaRef = window.useMagnetic(10); const ctaRef2 = window.useMagnetic(8); return (
{ ref.current = el; spotRef.current = el; }}>
{t.hero.badge}

{t.hero.h1Line1}
{t.hero.h1Line2}

{t.hero.blurb}

Angelo Perrotta
); } window.Hero = Hero;