make the section background the same color as the VR section background
Browse files- 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-
|
| 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>
|