{% set title_words = sections.hero.title.split() %} {{ title_words[0] }} {{ title_words[1] }} {{ title_words[2] }} {% for word in title_words %}{% if loop.index0 >= 3 %}{{ word }}{% if not loop.last %} {% endif %}{% endif %}{% endfor %}.

{{ sections.hero.description }}

{{ sections.hero.ctaButtons[0].label }}Watch video

{{ sections.trustedUsers.title }}

{% for company in sections.trustedUsers.usersList %}
{% if company.logo %} {{ company.name }} {% else %} {{ company.name }} {% endif %}
{% endfor %}