Components
An animated full-screen mesh gradient background rendered with React Three Fiber shaders, using layered Perlin noise, turbulence, and postprocessing grain for a soft moving blob effect.
Loading preview...
'use client';
import MeshGradientBackground from '@/components/ui/mesh-gradient-background2';
export default function Default() {
return <MeshGradientBackground />;
}