Manual changes saved
Browse files- index.html +16 -10
index.html
CHANGED
|
@@ -95,18 +95,24 @@
|
|
| 95 |
<body class="font-sans antialiased">
|
| 96 |
<!-- Header / Nav -->
|
| 97 |
<!-- Banner Section -->
|
| 98 |
-
<section class="
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
<
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
<
|
| 106 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
</div>
|
| 108 |
</div>
|
| 109 |
-
</
|
|
|
|
| 110 |
|
| 111 |
<!-- Section 1 -->
|
| 112 |
<section class="py-16 bg-white">
|
|
|
|
| 95 |
<body class="font-sans antialiased">
|
| 96 |
<!-- Header / Nav -->
|
| 97 |
<!-- Banner Section -->
|
| 98 |
+
<section class="text-white py-16 md:py-16 relative overflow-hidden bg-[url('https://huggingface.co/spaces/vlcsolutions/warehouse-wizardry-wizard/resolve/main/images/distribution-synchronize-shipments-main-banner.png')] bg-cover bg-center">
|
| 99 |
+
<!-- Push content to the right side -->
|
| 100 |
+
<div class="w-full flex justify-end">
|
| 101 |
+
<!-- Center text inside this block -->
|
| 102 |
+
<div class="max-w-1xl text-center pr-4 md:pr-10">
|
| 103 |
+
<h1 class="text-4xl md:text-4xl font-bold mb-6 text-white drop-shadow-lg">
|
| 104 |
+
Intelligent Distribution, Powered by Automation
|
| 105 |
+
</h1>
|
| 106 |
+
<p class="text-xl md:text-1xl mb-8 text-white/90 drop-shadow-lg">
|
| 107 |
+
Real-time stock control, precise picking, and synchronized shipments at scale.
|
| 108 |
+
</p>
|
| 109 |
+
<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"
|
| 110 |
+
data-aos="fade-up" data-aos-delay="200">Request a Demo Today</a>
|
| 111 |
+
|
| 112 |
</div>
|
| 113 |
</div>
|
| 114 |
+
</div>
|
| 115 |
+
</section>
|
| 116 |
|
| 117 |
<!-- Section 1 -->
|
| 118 |
<section class="py-16 bg-white">
|