This is the hover animated card with cool animation.
npx shadcn@latest add https://21st.dev/r/n38693842/animated-card
Loading preview...
import { Component } from "@/components/ui/animated-card"; export default function DemoOne() { return <Component />; }