A reusable card component
npx shadcn@latest add https://21st.dev/r/avanishverma4/floating-card
Loading preview...
import Component from "@/components/ui/floating-card"; export default function FloatingCard() { return <Component />; }