Components
This is animation of hover on card. Different card having different effect on hover.
npx shadcn@latest add https://21st.dev/r/n38693842/hover-card-animationLoading preview...
import { Component } from "@/components/ui/hover-card-animation";
export default function DemoOne() {
return <Component />;
}