Section 6: Remove the blue background and the chnage the pattern
Browse files- index.html +4 -6
index.html
CHANGED
|
@@ -463,16 +463,14 @@
|
|
| 463 |
</div>
|
| 464 |
</section>
|
| 465 |
<!-- Section 6: CTA -->
|
| 466 |
-
<section class="
|
| 467 |
<div class="max-w-4xl mx-auto text-center">
|
| 468 |
<h2 class="text-3xl md:text-4xl font-bold mb-6" data-aos="fade-up">Stop operating in the dark.</h2>
|
| 469 |
<p class="text-xl md:text-2xl mb-8" data-aos="fade-up" data-aos-delay="100">Gain Enterprise-Wide Visibility now and control your product's future.</p>
|
| 470 |
-
<a href="https://www.vlcsolutions.com/contactus.html" class="
|
| 471 |
-
</div>
|
| 472 |
</section>
|
| 473 |
-
|
| 474 |
-
|
| 475 |
-
<!-- FOOTER -->
|
| 476 |
<footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
|
| 477 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 478 |
<div class="grid md:grid-cols-3 gap-10 mb-10">
|
|
|
|
| 463 |
</div>
|
| 464 |
</section>
|
| 465 |
<!-- Section 6: CTA -->
|
| 466 |
+
<section class="bg-gradient-to-r from-[var(--vlc-leaf)] to-[var(--vlc-sky)] text-white py-20 px-4 sm:px-6 lg:px-8">
|
| 467 |
<div class="max-w-4xl mx-auto text-center">
|
| 468 |
<h2 class="text-3xl md:text-4xl font-bold mb-6" data-aos="fade-up">Stop operating in the dark.</h2>
|
| 469 |
<p class="text-xl md:text-2xl mb-8" data-aos="fade-up" data-aos-delay="100">Gain Enterprise-Wide Visibility now and control your product's future.</p>
|
| 470 |
+
<a href="https://www.vlcsolutions.com/contactus.html" class="bg-[var(--vlc-navy)] hover:bg-[var(--vlc-navy-700)] px-8 py-3 rounded-md text-lg font-semibold inline-block" data-aos="fade-up" data-aos-delay="200">Request Demo</a>
|
| 471 |
+
</div>
|
| 472 |
</section>
|
| 473 |
+
<!-- FOOTER -->
|
|
|
|
|
|
|
| 474 |
<footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
|
| 475 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 476 |
<div class="grid md:grid-cols-3 gap-10 mb-10">
|