Components
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.
Loading preview...
import ProfileCard from "@/components/ui/profile-card";
export default function DemoOne() {
return <ProfileCard />;
}