const title = props.title ?? "Title of Card"; const subtitle = props.subtitle ?? "subtitle of card"; const imgSrc = props.imgSrc; const link = props.link ?? "https://neardc.org";