The component creates that beautiful expanding leaf animation effect with the blur filters and color mixing
import { AnimatedLeaves } from "@/components/ui/animated-leaves"; export default function DemoOne() { return ( <AnimatedLeaves /> ) }