style: Update call-to-action button text for improved clarity

This commit is contained in:
2026-05-15 18:18:51 +02:00
parent da86ca53c9
commit 460d409685
+1 -1
View File
@@ -724,7 +724,7 @@
</p>
<div class="cta-row">
{% if 'username' in session %}
<a class="btn btn-primary" href="{{ url_for('preise') }}">In 5 Minuten startklar</a>
<a class="btn btn-primary" href="{{ url_for('preise') }}">Jetzt kostenlos testen</a>
{% else %}
<a class="btn btn-primary" href="{{ url_for('login') }}">Jetzt kostenlos testen</a>
{% endif %}