component ProductCard { props { eyebrow = "Product" title = "Product name" description = "" href = "#" actionLabel = "Learn more" status = "" class = "" } view {
{eyebrow}{status}

{title}

{description}

{actionLabel}
} }