Fazbeeer commited on
Commit
c111ad5
·
verified ·
1 Parent(s): 59a39b8

make the section background the same color as the VR section background

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -265,7 +265,7 @@
265
  </section>
266
 
267
  <!-- CTA Section -->
268
- <section class="relative z-10 py-20 bg-gradient-to-r from-black via-gray-900 to-black">
269
  <div class="container mx-auto px-6 text-center">
270
  <h2 class="text-4xl md:text-5xl font-bold mb-8 font-['Bebas+Neue'] tracking-wider">
271
  <span class="text-yellow-500">READY</span> <span class="text-white">TO</span> <span class="text-red-500">AMPLIFY</span> <span class="text-white">YOUR</span> <span class="text-yellow-500">PERFORMANCE?</span>
 
265
  </section>
266
 
267
  <!-- CTA Section -->
268
+ <section class="relative z-10 py-20 bg-black bg-opacity-90">
269
  <div class="container mx-auto px-6 text-center">
270
  <h2 class="text-4xl md:text-5xl font-bold mb-8 font-['Bebas+Neue'] tracking-wider">
271
  <span class="text-yellow-500">READY</span> <span class="text-white">TO</span> <span class="text-red-500">AMPLIFY</span> <span class="text-white">YOUR</span> <span class="text-yellow-500">PERFORMANCE?</span>