component CTASection { props { eyebrow = "Ready?" title = "Start building today" description = "" primaryLabel = "Get started" primaryHref = "#" secondaryLabel = "Contact sales" secondaryHref = "#" } view {

{eyebrow}

{title}

{description}

{primaryLabel}{secondaryLabel}
} }