Koperization commited on
Commit
c0b3b34
·
verified ·
1 Parent(s): a8cc1a3

Replace the virtual tour with a placeholder what span the width of the screen which an image can be embeded in

Browse files
Files changed (1) hide show
  1. about.html +4 -5
about.html CHANGED
@@ -229,14 +229,13 @@
229
  </div>
230
  </div>
231
  <div class="mt-8 text-center">
232
- <a href="#" class="inline-flex items-center bg-primary text-dark font-bold py-3 px-6 rounded hover:bg-[#4ab3c6] transition">
233
- <i data-feather="rotate-cw" class="mr-2"></i> Virtual Tour
234
- </a>
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>