Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -208,7 +208,7 @@
|
|
208 |
</div>
|
209 |
<div class="flex justify-between mb-1">
|
210 |
<span class="text-gray-600">Equipment fee:</span>
|
211 |
-
<span id="equipment-fee" class="font-medium">$
|
212 |
</div>
|
213 |
<div class="flex justify-between font-bold text-lg">
|
214 |
<span>Total:</span>
|
@@ -237,7 +237,7 @@
|
|
237 |
<i class="fas fa-check text-green-500 text-3xl"></i>
|
238 |
</div>
|
239 |
<h2 class="text-2xl font-bold text-gray-800 mb-2">Booking Confirmed!</h2>
|
240 |
-
<p class="text-gray-600 mb-6">Your performance slot has been successfully booked
|
241 |
<div class="bg-gray-50 rounded-lg p-4 mb-6">
|
242 |
<div id="confirmation-details" class="space-y-2 text-left">
|
243 |
<!-- Details will be populated by JavaScript -->
|
|
|
208 |
</div>
|
209 |
<div class="flex justify-between mb-1">
|
210 |
<span class="text-gray-600">Equipment fee:</span>
|
211 |
+
<span id="equipment-fee" class="font-medium">$50.00</span>
|
212 |
</div>
|
213 |
<div class="flex justify-between font-bold text-lg">
|
214 |
<span>Total:</span>
|
|
|
237 |
<i class="fas fa-check text-green-500 text-3xl"></i>
|
238 |
</div>
|
239 |
<h2 class="text-2xl font-bold text-gray-800 mb-2">Booking Confirmed!</h2>
|
240 |
+
<p class="text-gray-600 mb-6">Your performance slot has been successfully booked.</p>
|
241 |
<div class="bg-gray-50 rounded-lg p-4 mb-6">
|
242 |
<div id="confirmation-details" class="space-y-2 text-left">
|
243 |
<!-- Details will be populated by JavaScript -->
|