Components
A responsive, production-ready team or leader profile card for Next.js, featuring a prominent photo, bio, and social links. Built with Tailwind CSS, Framer Motion, Lucide React icons, and Next.js best practices, it supports both light and dark themes out of the box.
npx shadcn@latest add https://21st.dev/r/arunachalam0606/profile-cardLoading preview...
import { ProfileCard } from "@/components/ui/profile-card";
export default function ProfileCardDemo() {
return (
<div className="min-h-screen flex items-center justify-center">
<ProfileCard />
</div>
);
}