component PricingPlanCard { props { name = "Starter" description = "" price = "₹0" period = "/month" featured = false ctaLabel = "Choose plan" ctaHref = "#" } view {

{name}

{description}

{price}{period}
{ctaLabel}
} }