setTimeout(() => {
window.location.href = "/";
}, 1500);
} catch (err: any) {
setError(err.message);
setLoading(false);
}
};
## return (
<div className="min-h-screen bg-black text-white flex flex-col items-center justify-center p-8 selection:bg-white selection:text-black overflow-hidden relative">
<ParticleCanvas accentRgb="255,255,255" density={0.4} speed={0.2} />
{/* Background Glow */}
<div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[600px] h-[600px] bg-white/[0.03] blur-[120px] pointer-events-none" />