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