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