component FeatureCard { props { icon = "✦" title = "Feature" description = "" href = "" } view {
{icon}

{title}

{description}

Learn more →
} }