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/8/26, 10:40 PM