apply attached image in the background in the banner section
Browse files- index.html +9 -7
index.html
CHANGED
|
@@ -280,22 +280,24 @@ 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 |
-
|
|
|
|
|
|
|
| 288 |
Websites That Work. Operations That Flow.
|
| 289 |
</h1>
|
| 290 |
-
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto
|
| 291 |
High-performance E-commerce synced with your business to fuel 24/7 growth.
|
| 292 |
</p>
|
| 293 |
-
<a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-md text-lg font-medium inline-block
|
| 294 |
Start Your Integration
|
| 295 |
</a>
|
| 296 |
</div>
|
| 297 |
</section>
|
| 298 |
-
|
|
|
|
| 299 |
<section class="py-16 bg-white">
|
| 300 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 301 |
<div class="lg:flex items-center gap-12">
|
|
|
|
| 280 |
</div>
|
| 281 |
</div>
|
| 282 |
</header>
|
|
|
|
| 283 |
<!-- Banner Section -->
|
| 284 |
+
<section class="text-white py-16 md:py-24 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/dynamics-webflow-nexus/resolve/main/images/ecommerce-development-services-main-banner-and-other.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-3xl md:text-5xl font-bold mb-6" data-aos="fade-up">
|
| 289 |
Websites That Work. Operations That Flow.
|
| 290 |
</h1>
|
| 291 |
+
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
|
| 292 |
High-performance E-commerce synced with your business to fuel 24/7 growth.
|
| 293 |
</p>
|
| 294 |
+
<a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-md text-lg font-medium inline-block" data-aos="fade-up" data-aos-delay="200">
|
| 295 |
Start Your Integration
|
| 296 |
</a>
|
| 297 |
</div>
|
| 298 |
</section>
|
| 299 |
+
|
| 300 |
+
<!-- Section 1 -->
|
| 301 |
<section class="py-16 bg-white">
|
| 302 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 303 |
<div class="lg:flex items-center gap-12">
|