{# cyberpunk:glitch_hero — persona boot-console hero. Terminal boot lines, glitch wordmark, neon CTAs. No canvas (the builtin hero override owns the digital-rain showpiece). #}
{% if bootLines %}
{% for line in bootLines %}
$ {{ line.text }}
{% endfor %}
$ _
{% endif %} {% if eyebrow %}

{{ eyebrow }}

{% endif %} {% if headline %}

{{ headline }}

{% endif %} {% if subhead %}

{{ subhead }}

{% endif %} {% if primaryLabel or secondaryLabel %}
{% if primaryLabel and primaryUrl %}{{ primaryLabel }}{% endif %} {% if secondaryLabel and secondaryUrl %}{{ secondaryLabel }}{% endif %}
{% endif %}