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