component CTASection { props { eyebrow = "" title = "Ready to get started?" description = "" icon = "" align = "center" size = "default" color = "primary" variant = "solid" primaryLabel = "Get started" primaryHref = "#" primaryIcon = "" secondaryLabel = "" secondaryHref = "" secondaryIcon = "" backgroundImage = "" maxWidth = "xl" class = "" } view {
{#if backgroundImage} {/if}
{#if icon} {/if} {#if eyebrow}

{eyebrow}

{/if}

{title}

{#if description}

{description}

{/if}
} }