Manual changes saved
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -281,15 +281,15 @@ 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="w-full flex justify-end">
|
| 288 |
-
<div class="max-w-1xl text-center pr-4 md:pr-
|
| 289 |
-
<h1 class="text-3xl md:text-
|
| 290 |
Websites That Work. Operations That Flow.
|
| 291 |
</h1>
|
| 292 |
-
<p class="text-xl md:text-
|
| 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">
|
|
|
|
| 281 |
</div>
|
| 282 |
</header>
|
| 283 |
<!-- Banner Section -->
|
| 284 |
+
<section class="text-white py-16 md:py-18 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-40"">
|
| 289 |
+
<h1 class="text-3xl md:text-4xl font-bold mb-6" data-aos="fade-up">
|
| 290 |
Websites That Work. Operations That Flow.
|
| 291 |
</h1>
|
| 292 |
+
<p class="text-xl md:text-2xl 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">
|