Landing-page feature grid.
Props
function Features(props: { features: Array<{ icon?: string; title?: string; details?: string; }>;}): JSX.Element;Behavior
- creates one card per feature
iconis injected as HTMLtitlebecomes the card headingdetailsbecomes the body copy
Last updated: 4/10/26, 11:49 PM