Manual changes saved
Browse files- index.html +15 -150
index.html
CHANGED
|
@@ -112,112 +112,8 @@
|
|
| 112 |
</button>
|
| 113 |
<div class="absolute left-0 top-full mt-2 min-w-[220px] bg-white border border-gray-200 rounded-md shadow-md p-2 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0">
|
| 114 |
<a href="./solutions.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Business Central Apps</a>
|
| 115 |
-
<!-- Feature Card 7 -->
|
| 116 |
-
<div class="feature-card bg-white relative overflow-hidden group" data-aos="fade-up">
|
| 117 |
-
<div class="absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-[var(--vlc-leaf)] to-[var(--vlc-sky)]"></div>
|
| 118 |
-
<div class="p-6">
|
| 119 |
-
<div class="flex items-center mb-4">
|
| 120 |
-
<div class="w-12 h-12 flex items-center justify-center rounded-full bg-[var(--vlc-leaf-tint)] text-[var(--vlc-leaf)] mr-4">
|
| 121 |
-
<i data-feather="smartphone" class="w-6 h-6"></i>
|
| 122 |
-
</div>
|
| 123 |
-
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Handheld Operations</h3>
|
| 124 |
-
</div>
|
| 125 |
-
<ul class="text-gray-600 mb-6 space-y-2 text-sm">
|
| 126 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Support 50+ warehouse processes on handheld devices.</li>
|
| 127 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Build additional PDA workflows with design tool.</li>
|
| 128 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Automate employee task allocation and workflow.</li>
|
| 129 |
-
</ul>
|
| 130 |
-
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
| 131 |
-
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 132 |
-
</a>
|
| 133 |
-
</div>
|
| 134 |
-
</div>
|
| 135 |
-
|
| 136 |
-
<!-- Feature Card 8 -->
|
| 137 |
-
<div class="feature-card bg-white relative overflow-hidden group" data-aos="fade-up" data-aos-delay="100">
|
| 138 |
-
<div class="absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-[var(--vlc-sky)] to-[var(--vlc-leaf)]"></div>
|
| 139 |
-
<div class="p-6">
|
| 140 |
-
<div class="flex items-center mb-4">
|
| 141 |
-
<div class="w-12 h-12 flex items-center justify-center rounded-full bg-[var(--vlc-tint)] text-[var(--vlc-sky)] mr-4">
|
| 142 |
-
<i data-feather="truck" class="w-6 h-6"></i>
|
| 143 |
-
</div>
|
| 144 |
-
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Delivery Rules</h3>
|
| 145 |
-
</div>
|
| 146 |
-
<ul class="text-gray-600 mb-6 space-y-2 text-sm">
|
| 147 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Configure partial deliveries and order values.</li>
|
| 148 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Automatically print and release picking lists.</li>
|
| 149 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Assign warehouse tasks based on delivery rules.</li>
|
| 150 |
-
</ul>
|
| 151 |
-
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
| 152 |
-
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 153 |
-
</a>
|
| 154 |
-
</div>
|
| 155 |
-
</div>
|
| 156 |
-
|
| 157 |
-
<!-- Feature Card 9 -->
|
| 158 |
-
<div class="feature-card bg-white relative overflow-hidden group" data-aos="fade-up" data-aos-delay="200">
|
| 159 |
-
<div class="absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-[var(--vlc-leaf)] to-[var(--vlc-sky)]"></div>
|
| 160 |
-
<div class="p-6">
|
| 161 |
-
<div class="flex items-center mb-4">
|
| 162 |
-
<div class="w-12 h-12 flex items-center justify-center rounded-full bg-[var(--vlc-leaf-tint)] text-[var(--vlc-leaf)] mr-4">
|
| 163 |
-
<i data-feather="package" class="w-6 h-6"></i>
|
| 164 |
-
</div>
|
| 165 |
-
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Conveyor Integration</h3>
|
| 166 |
-
</div>
|
| 167 |
-
<ul class="text-gray-600 mb-6 space-y-2 text-sm">
|
| 168 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Move goods to correct destinations via conveyors.</li>
|
| 169 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Support multiple conveyor systems integration.</li>
|
| 170 |
-
</ul>
|
| 171 |
-
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
| 172 |
-
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 173 |
-
</a>
|
| 174 |
-
</div>
|
| 175 |
-
</div>
|
| 176 |
-
|
| 177 |
-
<!-- Feature Card 10 -->
|
| 178 |
-
<div class="feature-card bg-white relative overflow-hidden group" data-aos="fade-up">
|
| 179 |
-
<div class="absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-[var(--vlc-sky)] to-[var(--vlc-leaf)]"></div>
|
| 180 |
-
<div class="p-6">
|
| 181 |
-
<div class="flex items-center mb-4">
|
| 182 |
-
<div class="w-12 h-12 flex items-center justify-center rounded-full bg-[var(--vlc-tint)] text-[var(--vlc-sky)] mr-4">
|
| 183 |
-
<i data-feather="wifi" class="w-6 h-6"></i>
|
| 184 |
</div>
|
| 185 |
-
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Wireless Execution</h3>
|
| 186 |
</div>
|
| 187 |
-
<ul class="text-gray-600 mb-6 space-y-2 text-sm">
|
| 188 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Receive, transfer, count, pick, and ship wirelessly.</li>
|
| 189 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Cover all mobile workflows for continuous operations.</li>
|
| 190 |
-
</ul>
|
| 191 |
-
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
| 192 |
-
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 193 |
-
</a>
|
| 194 |
-
</div>
|
| 195 |
-
</div>
|
| 196 |
-
|
| 197 |
-
<!-- Feature Card 11 -->
|
| 198 |
-
<div class="feature-card bg-white relative overflow-hidden group" data-aos="fade-up" data-aos-delay="100">
|
| 199 |
-
<div class="absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-[var(--vlc-leaf)] to-[var(--vlc-sky)]"></div>
|
| 200 |
-
<div class="p-6">
|
| 201 |
-
<div class="flex items-center mb-4">
|
| 202 |
-
<div class="w-12 h-12 flex items-center justify-center rounded-full bg-[var(--vlc-leaf-tint)] text-[var(--vlc-leaf)] mr-4">
|
| 203 |
-
<i data-feather="bar-chart-2" class="w-6 h-6"></i>
|
| 204 |
-
</div>
|
| 205 |
-
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Dynamics Integration</h3>
|
| 206 |
-
</div>
|
| 207 |
-
<ul class="text-gray-600 mb-6 space-y-2 text-sm">
|
| 208 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Monitor KPIs and performance statistics.</li>
|
| 209 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> View operational metrics in Dynamics Role Center.</li>
|
| 210 |
-
</ul>
|
| 211 |
-
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
| 212 |
-
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 213 |
-
</a>
|
| 214 |
-
</div>
|
| 215 |
-
</div>
|
| 216 |
-
</div>
|
| 217 |
-
|
| 218 |
-
<div class="text-center mt-16" data-aos="fade-up">
|
| 219 |
-
<p class="text-xl text-[var(--vlc-navy)] mb-8 max-w-3xl mx-auto">Take full control of inventory, fulfillment, and logistics with VLC's intelligent warehouse platform. Deliver faster, smarter, and with zero compromise.</p>
|
| 220 |
-
</div>
|
| 221 |
|
| 222 |
<!-- Services -->
|
| 223 |
<div class="relative group">
|
|
@@ -479,8 +375,9 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 479 |
Streamline operations with our comprehensive warehouse management capabilities
|
| 480 |
</div>
|
| 481 |
</div>
|
| 482 |
-
|
| 483 |
-
<
|
|
|
|
| 484 |
<div class="feature-card bg-white relative overflow-hidden group" data-aos="fade-up">
|
| 485 |
<div class="absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-[var(--vlc-leaf)] to-[var(--vlc-sky)]"></div>
|
| 486 |
<div class="p-6">
|
|
@@ -490,13 +387,8 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 490 |
</div>
|
| 491 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Vendor & Freight Integration</h3>
|
| 492 |
</div>
|
| 493 |
-
<
|
| 494 |
-
|
| 495 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Receive and process advanced shipping notices (ASN) automatically.</li>
|
| 496 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Track all outbound shipments in real time via carrier systems.</li>
|
| 497 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Ensure notifications and alerts are sent for exceptions or delays.</li>
|
| 498 |
-
</ul>
|
| 499 |
-
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
| 500 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 501 |
</a>
|
| 502 |
</div>
|
|
@@ -512,12 +404,8 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 512 |
</div>
|
| 513 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">External Logistics & Yard</h3>
|
| 514 |
</div>
|
| 515 |
-
<
|
| 516 |
-
|
| 517 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Track trucks, containers, and yard movements in real time.</li>
|
| 518 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Manage external storage areas and docking operations seamlessly.</li>
|
| 519 |
-
</ul>
|
| 520 |
-
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
| 521 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 522 |
</a>
|
| 523 |
</div>
|
|
@@ -533,15 +421,8 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 533 |
</div>
|
| 534 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Receiving Execution</h3>
|
| 535 |
</div>
|
| 536 |
-
<
|
| 537 |
-
|
| 538 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Automate barcode-based receiving workflows.</li>
|
| 539 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Generate unique license plates for all incoming packages.</li>
|
| 540 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Plan and execute put-away directly from receiving stations.</li>
|
| 541 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Enable internal and external cross-docking operations.</li>
|
| 542 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Accelerate intake using Express Receive functionality.</li>
|
| 543 |
-
</ul>
|
| 544 |
-
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
| 545 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 546 |
</a>
|
| 547 |
</div>
|
|
@@ -557,15 +438,8 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 557 |
</div>
|
| 558 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Delivery Execution</h3>
|
| 559 |
</div>
|
| 560 |
-
<
|
| 561 |
-
|
| 562 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Provide graphical ATP (Available-to-Promise) views.</li>
|
| 563 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Execute store or transfer orders efficiently.</li>
|
| 564 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Automate reservations using conveyor-assisted systems.</li>
|
| 565 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Monitor packing accuracy and efficiency.</li>
|
| 566 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Simplify shipping with barcode and RF technology.</li>
|
| 567 |
-
</ul>
|
| 568 |
-
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
| 569 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 570 |
</a>
|
| 571 |
</div>
|
|
@@ -581,14 +455,8 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 581 |
</div>
|
| 582 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Movement Execution</h3>
|
| 583 |
</div>
|
| 584 |
-
<
|
| 585 |
-
|
| 586 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Use wave-based planning for replenishment.</li>
|
| 587 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Release fulfillment orders by operational priorities.</li>
|
| 588 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Access real-time picking lists via PDA or forklift displays.</li>
|
| 589 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Implement seasonal/campaign-based location planning.</li>
|
| 590 |
-
</ul>
|
| 591 |
-
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
| 592 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 593 |
</a>
|
| 594 |
</div>
|
|
@@ -604,11 +472,8 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 604 |
</div>
|
| 605 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">License Plate Tracking</h3>
|
| 606 |
</div>
|
| 607 |
-
<
|
| 608 |
-
|
| 609 |
-
<li class="flex items-start"><span class="text-[var(--vlc-leaf)] mr-2">•</span> Assign unique identifiers for complete traceability.</li>
|
| 610 |
-
</ul>
|
| 611 |
-
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
| 612 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 613 |
</a>
|
| 614 |
</div>
|
|
|
|
| 112 |
</button>
|
| 113 |
<div class="absolute left-0 top-full mt-2 min-w-[220px] bg-white border border-gray-200 rounded-md shadow-md p-2 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0">
|
| 114 |
<a href="./solutions.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Business Central Apps</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
</div>
|
|
|
|
| 116 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
|
| 118 |
<!-- Services -->
|
| 119 |
<div class="relative group">
|
|
|
|
| 375 |
Streamline operations with our comprehensive warehouse management capabilities
|
| 376 |
</div>
|
| 377 |
</div>
|
| 378 |
+
|
| 379 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 380 |
+
<!-- Feature Card 1 -->
|
| 381 |
<div class="feature-card bg-white relative overflow-hidden group" data-aos="fade-up">
|
| 382 |
<div class="absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-[var(--vlc-leaf)] to-[var(--vlc-sky)]"></div>
|
| 383 |
<div class="p-6">
|
|
|
|
| 387 |
</div>
|
| 388 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Vendor & Freight Integration</h3>
|
| 389 |
</div>
|
| 390 |
+
<p class="text-gray-600 mb-6">Send purchase orders electronically to vendors and track outbound shipments with automated ASN processing.</p>
|
| 391 |
+
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 392 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 393 |
</a>
|
| 394 |
</div>
|
|
|
|
| 404 |
</div>
|
| 405 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">External Logistics & Yard</h3>
|
| 406 |
</div>
|
| 407 |
+
<p class="text-gray-600 mb-6">Efficiently route inbound goods and track trucks, containers, and yard movements across your facility.</p>
|
| 408 |
+
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 409 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 410 |
</a>
|
| 411 |
</div>
|
|
|
|
| 421 |
</div>
|
| 422 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Receiving Execution</h3>
|
| 423 |
</div>
|
| 424 |
+
<p class="text-gray-600 mb-6">Automate barcode-based receiving workflows with complete ASN and purchase order details capture.</p>
|
| 425 |
+
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 426 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 427 |
</a>
|
| 428 |
</div>
|
|
|
|
| 438 |
</div>
|
| 439 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Delivery Execution</h3>
|
| 440 |
</div>
|
| 441 |
+
<p class="text-gray-600 mb-6">Automate shipping procedures with barcode/RF technology and maintain updated order management.</p>
|
| 442 |
+
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 443 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 444 |
</a>
|
| 445 |
</div>
|
|
|
|
| 455 |
</div>
|
| 456 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Movement Execution</h3>
|
| 457 |
</div>
|
| 458 |
+
<p class="text-gray-600 mb-6">Wave-based replenishment and real-time picking lists for optimized operational priorities.</p>
|
| 459 |
+
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 460 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 461 |
</a>
|
| 462 |
</div>
|
|
|
|
| 472 |
</div>
|
| 473 |
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">License Plate Tracking</h3>
|
| 474 |
</div>
|
| 475 |
+
<p class="text-gray-600 mb-6">Track pallets, cartons, and packages with unique identifiers for complete traceability.</p>
|
| 476 |
+
<a href="#" class="inline-flex items-center text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] font-medium group-hover:translate-x-1 transition-transform">
|
|
|
|
|
|
|
|
|
|
| 477 |
Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
|
| 478 |
</a>
|
| 479 |
</div>
|