Preis änderung

This commit is contained in:
2026-06-01 13:03:55 +02:00
parent 8df8eb625f
commit 28435e5eef
-31
View File
@@ -453,37 +453,6 @@
</div> </div>
</article> </article>
<article class="package-card">
<div class="package-card__header">
<div>
<span class="package-card__tag">Support</span>
<h2 class="package-card__name">Telefonsupport</h2>
</div>
<div class="package-card__price">
<span>20 €</span>
<small>/ Monat</small>
</div>
</div>
<p class="package-card__description">Direkter telefonischer Support für schnelle Hilfe bei akuten Problemen und Fragen rund um das System.</p>
<ul class="package-card__features">
<li>Schnelle telefonische Erreichbarkeit</li>
<li>Direkte Hilfe bei Problemen</li>
<li>Bevorzugte Ticketbearbeitung</li>
<li>Persönliche Beratung</li>
</ul>
<div class="package-card__actions">
{% if 'username' in session %}
<form method="POST" action="{{ url_for('book_option_package') }}" class="booking-form">
<input type="hidden" name="package" value="telefonsupport">
<button class="btn" type="button" onclick="openBookingModal(this.form)">Jetzt buchen</button>
</form>
{% else %}
<a class="btn secondary" href="{{ url_for('login') }}">Mit Konto buchen</a>
{% endif %}
</div>
</article>
</section> </section>
<section class="notice"> <section class="notice">