A dynamic text animation component that renders words using interactive particles with fluid motion and color transitions, allowing particle destruction through right-click mouse interaction.
import { ParticleTextEffect } from "@/components/ui/particle-text-effect"; export default function DemoOne() { return <ParticleTextEffect />; }