This is animated 3D card
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/animated-3d-card
Loading preview...
import { Component } from "@/components/ui/animated-3d-card"; export default function DemoOne() { return <Component />; }