Manual changes saved
Browse files- index.html +13 -12
index.html
CHANGED
|
@@ -283,18 +283,19 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 283 |
|
| 284 |
<!-- Banner Section -->
|
| 285 |
<section class="pattern-navy py-20 px-4 sm:px-6 lg:px-8 text-white bg-[url('https://huggingface.co/spaces/vlcsolutions/dynamic-warehouse-wizardry/resolve/main/images/distribution-orchestrate-movements-main-banner.png')] bg-cover bg-center">
|
| 286 |
-
<
|
| 287 |
-
|
| 288 |
-
<
|
| 289 |
-
<
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
|
|
|
|
| 298 |
</div>
|
| 299 |
</div>
|
| 300 |
</div>
|
|
|
|
| 283 |
|
| 284 |
<!-- Banner Section -->
|
| 285 |
<section class="pattern-navy py-20 px-4 sm:px-6 lg:px-8 text-white bg-[url('https://huggingface.co/spaces/vlcsolutions/dynamic-warehouse-wizardry/resolve/main/images/distribution-orchestrate-movements-main-banner.png')] bg-cover bg-center">
|
| 286 |
+
<!-- Push content to the right side -->
|
| 287 |
+
<div class="w-full flex justify-end">
|
| 288 |
+
<!-- Center text inside this block -->
|
| 289 |
+
<div class="max-w-1xl text-center pr-4 md:pr-10">
|
| 290 |
+
<h1 class="text-4xl md:text-4xl font-bold mb-6 text-white drop-shadow-lg">
|
| 291 |
+
Smart Automation for Smarter Warehousing
|
| 292 |
+
</h1>
|
| 293 |
+
<p class="text-xl md:text-2xl mb-8 text-white/90 drop-shadow-lg">
|
| 294 |
+
Streamline every movement. Maximize every minute.
|
| 295 |
+
</p>
|
| 296 |
+
<a href="./contact-us.html" class="btn-accent inline-flex items-center px-6 py-3 rounded-md text-lg font-medium transition-all hover:shadow-lg"
|
| 297 |
+
data-aos="fade-up" data-aos-delay="200">Request a Demo</a>
|
| 298 |
+
|
| 299 |
</div>
|
| 300 |
</div>
|
| 301 |
</div>
|