fix: Update pricing display with old and new prices for clarity and consistency
This commit is contained in:
@@ -117,6 +117,21 @@
|
||||
letter-spacing: -0.04em;
|
||||
line-height: 1.1;
|
||||
}
|
||||
.package-card__old-price {
|
||||
color: #c62828;
|
||||
text-decoration: line-through;
|
||||
margin-right: 0.5rem;
|
||||
font-size: clamp(1rem, 2.2vw, 1.1rem);
|
||||
font-weight: 700;
|
||||
opacity: 0.95;
|
||||
}
|
||||
|
||||
.package-card__new-price {
|
||||
color: #0b6440;
|
||||
font-size: clamp(1.8rem, 3vw, 2.4rem);
|
||||
font-weight: 800;
|
||||
letter-spacing: -0.04em;
|
||||
}
|
||||
|
||||
.package-card__price small {
|
||||
color: #57717b;
|
||||
@@ -333,7 +348,7 @@
|
||||
|
||||
{% block content %}
|
||||
<section class="booking-hero">
|
||||
<h1>Termine entdecken</h1>
|
||||
<h1>Preise</h1>
|
||||
<p>Unsere Pakete sind klar strukturiert und transparent. Wählen Sie die passende Lösung für Ihre Schule und senden Sie die Anfrage direkt an unser Admin-Team.</p>
|
||||
<p>Nach der Anfrage wird sich ein Administrator innerhalb von ca. 48 Stunden über das Portal mit Ihnen in Verbindung setzen, um die Buchung persönlich vor Ort zu besprechen oder einen direkten Start zu vereinbaren.</p>
|
||||
<p>Unsere Server sind in Deutschland lokalisiert und garantieren eine hohe Verfügbarkeit und Sicherheit Ihrer Daten.</p>
|
||||
@@ -347,7 +362,8 @@
|
||||
<h2 class="package-card__name">Starter Paket</h2>
|
||||
</div>
|
||||
<div class="package-card__price">
|
||||
<span>320 €</span>
|
||||
<span class="package-card__old-price">350 €</span>
|
||||
<span class="package-card__new-price">320 €</span>
|
||||
<small>/ Jahr</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user