export type CardProps = { link?: { href: string title: string } title?: string subtitle?: string openInNewTab?: boolean }