setMenuOpen(false)}
/>
)}
>
);
}
// ------------------------------------------------------------
// Hero — parallax y/opacity, two CTA buttons, full-width sound wave
// ------------------------------------------------------------
function Hero() {
const ref = tcUseRefTop(null);
const { scrollY } = useScrollTop();
const y = useTransformTop(scrollY, [0, 700], [0, 100]);
const opacity = useTransformTop(scrollY, [0, 500], [1, 0]);
return (
{/* Two floating glass orbs (md+) */}
{/* Status pill */}
SISTEMAS · CREATIVIDAD · EJECUCIÓN
{/* Headline */}
Diseña tu sistema.
Crea tu mundo.
{/* Subtext */}
Un ecosistema creativo que integra productividad, música y estilo de vida
para ayudarte a organizar ideas, crear sin límites y ejecutar con claridad.
{/* Buttons */}
{/* Sound wave + meta */}
00:00
·
Now playing
·
Live mix 2026
·
04:23
);
}
Object.assign(window, { Navbar, Hero });