This is a nice clean and reusable 3d image card
npx shadcn@latest add https://21st.dev/r/itsankitverma/3d-image-card
Loading preview...
import Component from "@/components/ui/3d-image-card"; export default function DemoOne() { return <Component />; }