Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff41ed120f | ||
|
|
fc902768a1 |
@@ -0,0 +1 @@
|
||||
https://Lago:3aa251da1ae9baed184c38dacd54efc58c98cfa8@git.lago.dev
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -206,7 +206,7 @@ Before going live, verify:
|
||||
|
||||
1. **Premium Quality**: "Handverlesene Premium-Sportwagen"
|
||||
2. **Transparency**: "Faire Kaution, transparent, sofort startklar"
|
||||
3. **Accessibility**: "24/7 Support, Vollkasko, kein Überziehen"
|
||||
3. **Accessibility**: "Vollkasko, kein Überziehen"
|
||||
4. **Local Expertise**: "Die beste Sportwagenvermietung in der Steiermark"
|
||||
|
||||
These messages should be reinforced across:
|
||||
|
||||
+1
-1
@@ -124,7 +124,7 @@ async function loadVehicles() {
|
||||
|
||||
state.vehicles = data || [];
|
||||
statCarsCount.textContent = state.vehicles.length;
|
||||
statCarsLabel.dataset.i18n = state.vehicles.length === 1 ? 'statCar' : 'statCars';
|
||||
statCarsLabel.dataset.i18n = state.vehicles.length > 1 ? 'statCars' : 'statCar';
|
||||
applyI18n();
|
||||
|
||||
// Load vehicle photos
|
||||
|
||||
+1
-2
@@ -135,8 +135,7 @@
|
||||
|
||||
<div class="hero-stats">
|
||||
<div><strong data-i18n="statDeposit">Faire Kaution</strong><span>Fair Deposit</span></div>
|
||||
<div><strong id="statCarsCount">–</strong><span id="statCarsLabel" data-i18n="statCars">Fahrzeuge</span></div>
|
||||
<div><strong>24/7</strong><span data-i18n="statSupport">Support</span></div>
|
||||
<div><strong id="statCarsCount">–</strong><span id="statCarsLabel" data-i18n="statCar">Fahrzeug</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user