// Team: the people behind Ansys Digital. Photos are drop-in s (persist on drop). const NS_TEAM = window.AnsysDigitalDesignSystem_4543d7; function TeamCard({ slotId, photo, name, role, bio, reverse, zoom, focus }) { return (
{photo ? {name} : }

{name}

{role}

{bio}

); } function Team() { const { SectionHeading } = NS_TEAM; return (
); } Object.assign(window, { Team });