Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
@@ -137,7 +137,7 @@
|
|
137 |
|
138 |
<!-- Booking summary section -->
|
139 |
<div class="lg:col-span-5 p-8">
|
140 |
-
<h2 class="text-2xl font-bold text-gray-800 mb-6">Booking Summary</h2>
|
141 |
|
142 |
<div class="bg-gray-50 rounded-lg p-4 mb-6">
|
143 |
<div class="flex items-center space-x-3 mb-4">
|
@@ -145,15 +145,15 @@
|
|
145 |
<img src="https://images.unsplash.com/photo-1551818255-e6e10975bc17?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&q=80" alt="Venue Image" class="w-full h-full object-cover">
|
146 |
</div>
|
147 |
<div>
|
148 |
-
<h3 class="font-semibold">
|
149 |
-
<p class="text-sm text-gray-600"><i class="fas fa-map-marker-alt text-indigo-500 mr-1"></i>
|
150 |
</div>
|
151 |
</div>
|
152 |
|
153 |
<div class="space-y-3">
|
154 |
<div class="flex justify-between">
|
155 |
<span class="text-gray-600">Capacity:</span>
|
156 |
-
<span class="font-medium">
|
157 |
</div>
|
158 |
<div class="flex justify-between">
|
159 |
<span class="text-gray-600">Stage size:</span>
|
@@ -165,7 +165,7 @@
|
|
165 |
</div>
|
166 |
<div class="flex justify-between">
|
167 |
<span class="text-gray-600">Dressing rooms:</span>
|
168 |
-
<span class="font-medium">
|
169 |
</div>
|
170 |
</div>
|
171 |
</div>
|
|
|
137 |
|
138 |
<!-- Booking summary section -->
|
139 |
<div class="lg:col-span-5 p-8">
|
140 |
+
<h2 class="text-2xl font-bold text-gray-800 mb-6">Chandelier Booking Summary</h2>
|
141 |
|
142 |
<div class="bg-gray-50 rounded-lg p-4 mb-6">
|
143 |
<div class="flex items-center space-x-3 mb-4">
|
|
|
145 |
<img src="https://images.unsplash.com/photo-1551818255-e6e10975bc17?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&q=80" alt="Venue Image" class="w-full h-full object-cover">
|
146 |
</div>
|
147 |
<div>
|
148 |
+
<h3 class="font-semibold">4th Street</h3>
|
149 |
+
<p class="text-sm text-gray-600"><i class="fas fa-map-marker-alt text-indigo-500 mr-1"></i>Pop Up Location, Santa Monica</p>
|
150 |
</div>
|
151 |
</div>
|
152 |
|
153 |
<div class="space-y-3">
|
154 |
<div class="flex justify-between">
|
155 |
<span class="text-gray-600">Capacity:</span>
|
156 |
+
<span class="font-medium">50 seated / 100 standing</span>
|
157 |
</div>
|
158 |
<div class="flex justify-between">
|
159 |
<span class="text-gray-600">Stage size:</span>
|
|
|
165 |
</div>
|
166 |
<div class="flex justify-between">
|
167 |
<span class="text-gray-600">Dressing rooms:</span>
|
168 |
+
<span class="font-medium">1 available</span>
|
169 |
</div>
|
170 |
</div>
|
171 |
</div>
|