add button beside of 'Build the Warehouse of Tomorrow, Today'. Frequently Asked Questions url: ./smart-warehouse-management-faq
8a3d28f verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Smart Warehouse Management FAQs | VLC Solutions</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js" defer></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js" defer></script> | |
| <script src="components/youtube-modal.js"></script> | |
| </head> | |
| <body class="font-sans antialiased"> | |
| <!-- Header / Nav --> | |
| <header class="bg-white text-[var(--vlc-navy)] shadow-md sticky top-0 z-50"> | |
| <!-- Same header as index.html --> | |
| </header> | |
| <!-- Main Content --> | |
| <main class="bg-white py-12"> | |
| <div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <h1 class="text-3xl font-bold text-[var(--vlc-navy)] mb-8">Smart Warehouse Management FAQs</h1> | |
| <div class="space-y-6"> | |
| <!-- FAQ Item 1 --> | |
| <div class="card-accent p-6 rounded-lg"> | |
| <h3 class="text-xl font-semibold text-[var(--vlc-navy)] mb-3">What is VLC Smart Warehouse Management?</h3> | |
| <p class="text-gray-700"> | |
| VLC Smart Warehouse Management is a mobile-first warehouse automation solution for Microsoft Dynamics 365 Business Central that enables barcode scanning, real-time reporting, and streamlined warehouse operations. | |
| </p> | |
| </div> | |
| <!-- FAQ Item 2 --> | |
| <div class="card-accent p-6 rounded-lg"> | |
| <h3 class="text-xl font-semibold text-[var(--vlc-navy)] mb-3">What devices are supported?</h3> | |
| <p class="text-gray-700"> | |
| The solution works on Android and iOS smartphones and tablets, as well as through web browsers. It's optimized for mobile use but can also be accessed from desktop computers. | |
| </p> | |
| </div> | |
| <!-- FAQ Item 3 --> | |
| <div class="card-accent p-6 rounded-lg"> | |
| <h3 class="text-xl font-semibold text-[var(--vlc-navy)] mb-3">How does it integrate with Business Central?</h3> | |
| <p class="text-gray-700"> | |
| The app connects directly to your Business Central environment through secure APIs. All data is synchronized in real-time, ensuring your warehouse operations are always up-to-date. | |
| </p> | |
| </div> | |
| <!-- FAQ Item 4 --> | |
| <div class="card-accent p-6 rounded-lg"> | |
| <h3 class="text-xl font-semibold text-[var(--vlc-navy)] mb-3">What warehouse processes can be automated?</h3> | |
| <p class="text-gray-700"> | |
| The solution supports receiving, put-away, picking, packing, shipping, inventory counting, and movement between bins/locations - all with barcode scanning capabilities. | |
| </p> | |
| </div> | |
| <!-- FAQ Item 5 --> | |
| <div class="card-accent p-6 rounded-lg"> | |
| <h3 class="text-xl font-semibold text-[var(--vlc-navy)] mb-3">Is training included with implementation?</h3> | |
| <p class="text-gray-700"> | |
| Yes, we provide comprehensive training for both administrators and warehouse staff as part of the implementation package. We also offer ongoing training options. | |
| </p> | |
| </div> | |
| <!-- FAQ Item 6 --> | |
| <div class="card-accent p-6 rounded-lg"> | |
| <h3 class="text-xl font-semibold text-[var(--vlc-navy)] mb-3">How quickly can we implement the solution?</h3> | |
| <p class="text-gray-700"> | |
| Implementation typically takes 2-4 weeks depending on your warehouse complexity and Business Central configuration. We offer rapid deployment options for simpler warehouses. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="mt-12 text-center"> | |
| <a href="./contact-us.html" class="inline-block btn-primary px-6 py-3 rounded-lg text-white font-semibold shadow focus-ring"> | |
| Still have questions? Contact our team | |
| </a> | |
| </div> | |
| </div> | |
| </main> | |
| <!-- Footer --> | |
| <footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8"> | |
| <!-- Same footer as index.html --> | |
| </footer> | |
| <!-- Scripts --> | |
| <script> | |
| document.addEventListener('DOMContentLoaded', () => { | |
| if (window.AOS) AOS.init(); | |
| if (window.feather) feather.replace(); | |
| }); | |
| </script> | |
| </body> | |
| </html> |