A full-screen interactive hero component that renders animated simplex-noise ribbons on a <canvas>, creating a dynamic aurora-style background with cursor-driven intensity.
import AuroraHero from "@/components/ui/aurora-voice-hero"; export default function DemoOne() { return <AuroraHero />; }