Components
Loading preview...
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.
@arunachalam0606
npx shadcn@latest add https://21st.dev/r/arunachalam0606/profile-cardimport { ProfileCard } from "@/components/ui/profile-card";
export default function ProfileCardDemo() {
return (
<div className="min-h-screen flex items-center justify-center">
<ProfileCard />
</div>
);
}