1 2 3 4 5 6 7 8
export function Noise() { return ( <div className="fixed inset-0 pointer-events-none z-50 noise" /> ); }