Interactive particle animation with mouse tracking, gooey SVG effects, and animated text. Features a custom cursor that emits particles on movement, creating a dynamic mask reveal effect with scaling typography.
import React from 'react'import ParticleAnimation from '../components/ui/particle-animation'export default function Demo() { return <ParticleAnimation />}