Components
Animated profile card with social links, experience level and stats, supports both dark mode and light mode.
Loading preview...
import { ProfileCard } from "@/components/ui/profile-card";
export default function DemoOne() {
return <ProfileCard />;
}