This is a nice, clean and reusable profile card.
Loading preview...
import Component from "@/components/ui/profile-card"; export default function DemoOne() { return <Component />; }