Spaces:
Running
Running
apply attached image in the background in the banner section
Browse files- index.html +5 -5
index.html
CHANGED
|
@@ -280,17 +280,17 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 280 |
</div>
|
| 281 |
</div>
|
| 282 |
</header>
|
| 283 |
-
|
| 284 |
<!-- Banner Section -->
|
| 285 |
-
<section class="
|
| 286 |
-
<div class="
|
|
|
|
|
|
|
| 287 |
<h1 class="text-4xl md:text-5xl font-bold mb-4" data-aos="fade-up">Turn Content Into Connections</h1>
|
| 288 |
<p class="text-xl md:text-2xl mb-8" data-aos="fade-up" data-aos-delay="100">Engage, Protect, and Grow Your Audience</p>
|
| 289 |
<a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-full text-lg font-semibold inline-block" data-aos="fade-up" data-aos-delay="200">Get Started Now</a>
|
| 290 |
</div>
|
| 291 |
</section>
|
| 292 |
-
|
| 293 |
-
<!-- Section 1 -->
|
| 294 |
<section class="py-16 bg-white">
|
| 295 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 296 |
<div class="grid md:grid-cols-2 gap-12 items-center">
|
|
|
|
| 280 |
</div>
|
| 281 |
</div>
|
| 282 |
</header>
|
|
|
|
| 283 |
<!-- Banner Section -->
|
| 284 |
+
<section class="text-white py-20 relative overflow-hidden">
|
| 285 |
+
<div class="absolute inset-0 bg-[var(--vlc-navy)] opacity-90 z-0"></div>
|
| 286 |
+
<div class="absolute inset-0 z-0" style="background: url('https://huggingface.co/spaces/vlcsolutions/vlc-streamsync-pro/resolve/main/images/multimedia-services-main-banner.png') center/cover no-repeat;"></div>
|
| 287 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10">
|
| 288 |
<h1 class="text-4xl md:text-5xl font-bold mb-4" data-aos="fade-up">Turn Content Into Connections</h1>
|
| 289 |
<p class="text-xl md:text-2xl mb-8" data-aos="fade-up" data-aos-delay="100">Engage, Protect, and Grow Your Audience</p>
|
| 290 |
<a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-full text-lg font-semibold inline-block" data-aos="fade-up" data-aos-delay="200">Get Started Now</a>
|
| 291 |
</div>
|
| 292 |
</section>
|
| 293 |
+
<!-- Section 1 -->
|
|
|
|
| 294 |
<section class="py-16 bg-white">
|
| 295 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 296 |
<div class="grid md:grid-cols-2 gap-12 items-center">
|