Replace the virtual tour with a placeholder what span the width of the screen which an image can be embeded in
Browse files- about.html +4 -5
about.html
CHANGED
|
@@ -229,14 +229,13 @@
|
|
| 229 |
</div>
|
| 230 |
</div>
|
| 231 |
<div class="mt-8 text-center">
|
| 232 |
-
<
|
| 233 |
-
<
|
| 234 |
-
</
|
| 235 |
</div>
|
| 236 |
</div>
|
| 237 |
</section>
|
| 238 |
-
|
| 239 |
-
<!-- Coaching Philosophy -->
|
| 240 |
<section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]">
|
| 241 |
<div class="container mx-auto px-4">
|
| 242 |
<h2 class="text-3xl font-bold text-primary mb-8">OUR APPROACH</h2>
|
|
|
|
| 229 |
</div>
|
| 230 |
</div>
|
| 231 |
<div class="mt-8 text-center">
|
| 232 |
+
<div class="w-full h-96 bg-[#1e1e1e] rounded-lg overflow-hidden">
|
| 233 |
+
<img src="http://static.photos/indoor/1200x630/9" alt="Virtual Tour Placeholder" class="w-full h-full object-cover">
|
| 234 |
+
</div>
|
| 235 |
</div>
|
| 236 |
</div>
|
| 237 |
</section>
|
| 238 |
+
<!-- Coaching Philosophy -->
|
|
|
|
| 239 |
<section class="py-16 border-b border-[#2e2e2e] bg-[#0a0a0a]">
|
| 240 |
<div class="container mx-auto px-4">
|
| 241 |
<h2 class="text-3xl font-bold text-primary mb-8">OUR APPROACH</h2>
|