new background is fully interactive; as you move your mouse, the center of the vortex follows your cursor, pulling the spiraling arms of light with it. I've also updated the text on the page to reflect this new cosmic theme.
import { WebGLShaderBackground } from "@/components/ui/black-hole-shader"; export default function Demo() { return ( <div className="h-screen w-screen"> <WebGLShaderBackground /> </div> ); }