Interactive hover links with fluid cursor tracking, animated typography, and floating preview images.
import { InteractiveHoverLinks } from "@/components/ui/interactive-hover-links"; export default function DemoOne() { return <InteractiveHoverLinks /> }