I designed this Profile Card to give a quick snapshot of the user—complete with an image and bio—all in one clean, compact component.
import ProfileCard from "@/components/ui/profile-card"; export default function DemoOne() { return <ProfileCard />; }