{% if sections.cta.badge %} {{ sections.cta.badge }} {% endif %}

{{ sections.cta.title }}

{{ sections.cta.description }}

{% for button in sections.cta.buttons %} {% if button.icon %} {% endif %} {{ button.label }} {% endfor %}
{% if sections.cta.social_proof %}

{{ sections.cta.social_proof.title }}

{% for logo in sections.cta.social_proof.logos %} {{ logo.alt }} {% endfor %}
{% endif %} {% if sections.cta.trust_indicators %}
{% for indicator in sections.cta.trust_indicators %}

{{ indicator.title }}

{{ indicator.description }}

{% endfor %}
{% endif %} {% if sections.cta.guarantees %}
{% for guarantee in sections.cta.guarantees %}
{{ guarantee.text }}
{% endfor %}
{% endif %} {% if sections.cta.features_highlights %}
{% for feature in sections.cta.features_highlights %}

{{ feature.title }}

{{ feature.description }}

{% endfor %}
{% endif %} {% if sections.cta.final_message %}

{{ sections.cta.final_message }}

{% endif %}