Here is mouse follow animations
Loading preview...
import { SpringMouseFollow } from "@/components/ui/mouse-follow-animations"; export default function DemoOne() { return < SpringMouseFollow/>; }