Manual changes saved
Browse files- index.html +5 -3
index.html
CHANGED
|
@@ -281,19 +281,21 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 281 |
</div>
|
| 282 |
</header>
|
| 283 |
<!-- Banner Section -->
|
| 284 |
-
<section class="text-white py-16 md:py-
|
| 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="
|
|
|
|
| 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-
|
| 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 |
|
|
|
|
| 281 |
</div>
|
| 282 |
</header>
|
| 283 |
<!-- Banner Section -->
|
| 284 |
+
<section class="text-white py-16 md: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/dynamics-webflow-nexus/resolve/main/images/ecommerce-development-services-main-banner-and-other.png') center/cover no-repeat;"></div>
|
| 287 |
+
<div class="w-full flex justify-end">
|
| 288 |
+
<div class="max-w-1xl text-center pr-4 md:pr-20"">
|
| 289 |
<h1 class="text-3xl md:text-5xl font-bold mb-6" data-aos="fade-up">
|
| 290 |
Websites That Work. Operations That Flow.
|
| 291 |
</h1>
|
| 292 |
+
<p class="text-xl md:text-3xl mb-8 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
|
| 293 |
High-performance E-commerce synced with your business to fuel 24/7 growth.
|
| 294 |
</p>
|
| 295 |
<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">
|
| 296 |
Start Your Integration
|
| 297 |
</a>
|
| 298 |
+
</div>
|
| 299 |
</div>
|
| 300 |
</section>
|
| 301 |
|