{% if sections.hero.subtitles %}
{% for subtitle in sections.hero.subtitles %}{{ subtitle }}{% if not loop.last %} • {% endif %}{% endfor %}
{% endif %}

{{ sections.hero.title | default('Transform Your Vision') }}

{{ sections.hero.description | default('Discover innovative solutions that elevate your business to new heights with cutting-edge technology and exceptional design.') }}

{% for button in sections.hero.ctaButtons | default([ {'label': 'Get Started', 'url': '#about', 'style': 'primary'}, {'label': 'Watch Demo', 'url': '#demo', 'style': 'secondary'} ]) %} {% if button.style == 'filled' or button.style == 'primary' %} {{ button.label | default('Get Started') }} {% else %} {% if button.label == 'Watch Demo' or 'demo' in button.url %} {% endif %} {{ button.label | default('Learn More') }} {% endif %} {% endfor %}
Scroll to explore