import { HeadingAndSubheading } from "./heading-and-subheading"; export const InfoCard = (props: { heading: string; subheading: string; icon: React.ReactNode; button?: React.ReactNode; }) => { return (