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