An animated full-screen mesh gradient background rendered with a Three.js Perlin-noise displaced blob and a configurable accent color.
import MeshGradientBackground from '@/components/ui/mesh-gradient-background3'; export default function Default() { return <MeshGradientBackground />; }