Components
Loading preview...
A magazine-style team section featuring a three-column staggered photo grid paired with an interactive member list. Photos default to grayscale; hovering a photo or a name entry simultaneously reveals the portrait in full color and highlights the corresponding name row. Includes social link icons (X, LinkedIn) that animate in on row hover.
@makviesainte
npx shadcn@latest add https://21st.dev/r/makviesainte/team-showcaseimport TeamShowcase from "@/components/ui/team-showcase";
export default function TeamShowcaseDemo() {
return (
<div className="min-h-screen flex items-center justify-center p-8">
<TeamShowcase />
</div>
);
}