export function IamSectionCard(props: { title: string; description?: string; children: React.ReactNode; }) { return (
{props.description}