Components
Loading preview...
Navigation links with creative hover animations powered by GSAP.
@Shatlyk1011
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/link-hoverimport ImageHover from "../components/ui/link-hover";
export default function Demo() {
return (
<div className="flex items-center justify-center min-h-screen bg-background">
<ImageHover />
</div>
);
}