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