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

{{ sections.services.title }}

{{ sections.services.subtitle }}

{% if sections.services.layout == 'grid' %}
{% for service in sections.services.items %}

{{ service.title }}

{{ service.description }}

{% if service.features %}
    {% for feature in service.features %}
  • {{ feature }}
  • {% endfor %}
{% endif %} {% if service.cta_url and service.cta_text %} {% endif %}
{% endfor %}
{% elif sections.services.layout == 'cards' %}
{% for service in sections.services.items %}
{% if service.image %}
{{ service.title }}
{% endif %}
{% if service.badge %} {{ service.badge }} {% endif %}

{{ service.title }}

{{ service.description }}

{% if service.features %}
    {% for feature in service.features %}
  • {{ feature }}
  • {% endfor %}
{% endif %} {% if service.cta_url and service.cta_text %} {% endif %}
{% endfor %}
{% else %}
{% for service in sections.services.items %}
{% if service.badge %} {{ service.badge }} {% endif %}

{{ service.title }}

{{ service.description }}

{% if service.features %}
    {% for feature in service.features %}
  • {{ feature }}

  • {% endfor %}
{% endif %} {% if service.cta_url and service.cta_text %} {% endif %}
{% if service.image %}
{{ service.title }}
{% endif %}
{% endfor %}
{% endif %} {% if sections.services.testimonial %}

{{ sections.services.testimonial.quote }}

{% if sections.services.testimonial.avatar %} {{ sections.services.testimonial.name }} {% endif %}
{{ sections.services.testimonial.name }}
{{ sections.services.testimonial.position }}
{% if sections.services.testimonial.image %}
Testimonial
{% endif %}
{% endif %} {% if sections.services.cta %}

{{ sections.services.cta.title }}

{{ sections.services.cta.description }}

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