Apply this description after the header section
Browse filesBanner Start
Unlock a 360° View of Your Customers, Across All Channels
Unify data for smarter engagement and higher retention.
Unlock Global Growth
Section 1
Streamline B2C & B2B Operations on a Unified Platform ( or) One Platform. Total Operational Control.
Efficiently manage both B2C and B2B e-commerce on a single, integrated platform. Deliver highly responsive, customer-centric websites for consumers, and provide B2B clients with tailored, business-specific solutions that optimize their buying experience.
Ecommerce Integration
Experience
Customers
Orders
Expansion
Platform
Expand Your Reach
B2C E-commerce
<form id="send_email_to_customer" action="./sendEmailToCustomer.php" method="post">
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close_modal">×</span>
<h4 class="modal-title">Enter your email to download</h4>
<span id="error" style="display:none;color:red;">Please enter valid business email.</span>
<input style="width: 100%; border-radius: 5px;" name="customer_email" id="customer_email" type="text" placeholder="EMail*"
autocomplete="off" required/>
<input type="submit" value="Submit" id="B_to_C" />
<input type="hidden" id="g-recaptcha-response" name="g-recaptcha-response">
<input type="hidden" name="action" value="validate_captcha">
</div>
</div>
</form>
B2B E-commerce
<form action="./sendEmailToCustomerB2B.php" method="post">
<div id="myModal2" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close_modal_2">×</span>
<h4 class="modal-title">Enter your email to download</h4>
<span id="error_2" style="display:none;color:red;">Please enter valid business email.</span>
<input style="width: 100%; border-radius: 5px;" name="customer_email_2" id="customer_email_2" type="text" placeholder="EMail*"
autocomplete="off" required/>
<input type="submit" value="Submit" id="B_to_B"/>
<input type="hidden" id="g-recaptcha-response-two" name="g-recaptcha-response-two">
<input type="hidden" name="action" value="validate_captcha_two">
</div>
</div>
</form>
Section 2
Deliver Exceptional, Tailored Experiences
We specialize in creating seamless, personalized shopping experiences across digital and physical touchpoints. By consolidating product, inventory, and customer data, we enable your business to foster stronger connections with every customer interaction.
Design Bespoke Brand Experiences: Optimize customer acquisition and retention strategies by unifying key business data across product catalogs, inventory, customer profiles, and orders.
Enhance the Omnichannel Journey: Seamlessly integrate your online and offline shopping environments, empowering your sales team with the tools to provide superior service and personalized engagement.
Mobile-Optimized Solutions: Build responsive, device-agnostic platforms that ensure a smooth, consistent shopping experience across smartphones, tablets, and desktops.
Section 3
Unlock a Unified View of Your Customers
Achieve a comprehensive understanding of your customer base by unifying all interactions into a single, actionable profile. This 360° view enables smarter decision-making, better engagement, and enhanced customer loyalty.
Cultivate Deeper Customer Relationships: Access a single customer profile that aggregates all touchpoints, ensuring consistent and personalized service at every interaction.
Refine Your Engagement Strategy: Centralize your marketing efforts for more effective, targeted campaigns that resonate with specific customer segments.
Maximize Customer Lifetime Value: Track and analyze every customer transaction to understand profitability, guiding smarter resource allocation and marketing strategies.
Section 4
Optimized Order and Inventory Management
Manage your order and inventory processes with unparalleled efficiency. Our solution ensures that orders are processed accurately, inventory is tracked in real time, and fulfillment is executed with speed and precision.
Streamline Order Processing: Integrate all orders online, mobile, in-store, or call center—into one centralized system to enhance speed and accuracy.
Achieve Real-Time Inventory Control: Maintain visibility over your inventory across all channels, allowing you to reduce waste, prevent stockouts, and ensure that you meet customer demand.
Optimize Supply Chain Coordination: Improve stock management and vendor relationships by creating a centralized flow of real-time data, reducing lead times and ensuring quicker fulfillment.
Section 5
Seamless Global Expansion
Our platform is designed to scale effortlessly, supporting your global growth ambitions. With built-in multi-country, multi-currency, and multi-language capabilities, you can expand into new markets and adapt to regional requirements with ease.
Operate Globally, Manage Locally: Manage multiple international regions with a single system that supports diverse currencies, languages, tax rates, and compliance regulations.
Support Multiple Brands and Models: Easily create and manage multiple storefronts or business models, whether for specific regions, brands, or customer segments, all from one central platform.
Adaptable to Various Sales Models: Whether you're dealing with direct-to-consumer (B2C) or business-to-business (B2B), our platform provides the flexibility to handle both on a unified system.
Section 6
Integrated Commerce Platform for Operational Excellence
Our unified, cloud-based platform consolidates all aspects of your business, from e-commerce and order management to customer service and financial reporting. This integrated approach ensures streamlined operations and empowers informed decision-making.
One Platform for All Business Needs: Eliminate the complexity of managing disparate systems. Our platform integrates e-commerce, inventory, order management, and financial operations into a seamless experience.
Real-Time Business Insights: Gain comprehensive visibility into every facet of your business with centralized data, enabling you to make informed, data-driven decisions.
Agile and Scalable Infrastructure: Our cloud-native solution adapts to your evolving needs, enabling you to scale operations while reducing overhead and maintaining efficiency.
Expand your business across borders with a unified platform that supports multi-country, multi-currency, and multi-language capabilities. Take the first step towards effortless global growth today!
Unlock Global Potential Now
- README.md +8 -5
- index.html +593 -18
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title: Dynamics 360 Commerce Unifier
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Dynamics 360° Commerce Unifier 🚀
|
| 3 |
+
colorFrom: pink
|
| 4 |
+
colorTo: gray
|
| 5 |
+
emoji: 🐳
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite-v3
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Welcome to your new DeepSite project!
|
| 13 |
+
This project was created with [DeepSite](https://huggingface.co/deepsite).
|
|
@@ -1,19 +1,594 @@
|
|
| 1 |
<!doctype html>
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<!doctype html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8" />
|
| 5 |
+
<link rel="shortcut icon" href="./images/favicon/favicon.png">
|
| 6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
+
<title>Unify Operations with Microsoft Dynamics 365</title>
|
| 8 |
+
<meta name="description" content="Transform your business with VLC Solutions. Unify Microsoft Dynamics 365, Power Platform, and Commerce for seamless, growth-driven operations."/>
|
| 9 |
+
<meta name="keywords" content="Microsoft Dynamics 365 Ecosystem, VLC Solutions Dynamics Integration, Unified Business Operations, Dynamics 365 Business Central, Power Platform Integration"/>
|
| 10 |
+
<link rel="canonical" href="https://www.vlcsolutions.com/products.html" />
|
| 11 |
+
|
| 12 |
+
<!-- Twitter Card data -->
|
| 13 |
+
<meta name="twitter:card" content="summary_large_image">
|
| 14 |
+
<meta name="twitter:title" content="Unify E-Commerce with Dynamics 365 Business Central">
|
| 15 |
+
<meta name="twitter:description" content="Transform your business with VLC Solutions. Unify Microsoft Dynamics 365, Power Platform, and Commerce for seamless, growth-driven operations.">
|
| 16 |
+
<meta name="twitter:image:src" content="https://www.vlcsolutions.com/images/logo/VLC_Logo.png">
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
<!-- Tailwind + libs -->
|
| 20 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 21 |
+
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 22 |
+
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 23 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 24 |
+
|
| 25 |
+
<!-- VLC Brand Map + UI polish -->
|
| 26 |
+
<style id="vlc-brand-theme">
|
| 27 |
+
:root{
|
| 28 |
+
--vlc-navy:#002060;
|
| 29 |
+
--vlc-navy-700:#001a50;
|
| 30 |
+
--vlc-sky:#00A0E9;
|
| 31 |
+
--vlc-leaf:#8DC63F;
|
| 32 |
+
--vlc-leaf-700:#79b32e;
|
| 33 |
+
--vlc-ink:#1F2A44;
|
| 34 |
+
--vlc-tint:#F5F7FF;
|
| 35 |
+
--vlc-leaf-tint:#F3FAEA;
|
| 36 |
+
--vlc-card:#ffffff;
|
| 37 |
+
}
|
| 38 |
+
html,body{width:100%;margin:0;padding:0}
|
| 39 |
+
body{ color:#1f2937; overflow-x:hidden }
|
| 40 |
+
.service-card:hover{ transform:translateY(-4px); box-shadow:0 16px 28px -8px rgba(0,32,96,.18), 0 10px 14px -6px rgba(0,32,96,.10) }
|
| 41 |
+
.chip{ background:linear-gradient(135deg,var(--vlc-navy),#0b3b8f); color:#fff }
|
| 42 |
+
.btn-primary{ background:var(--vlc-navy); color:#fff }
|
| 43 |
+
.btn-primary:hover{ background:var(--vlc-navy-700) }
|
| 44 |
+
.btn-accent{ background:var(--vlc-leaf); color:#0b2a66 }
|
| 45 |
+
.btn-accent:hover{ background:var(--vlc-leaf-700) }
|
| 46 |
+
.link-brand{ color:var(--vlc-navy) }
|
| 47 |
+
.link-brand:hover{ color:var(--vlc-leaf) }
|
| 48 |
+
|
| 49 |
+
/* Accent top border like vlcsolutions.com cards */
|
| 50 |
+
.card-accent{ position:relative; }
|
| 51 |
+
.card-accent:before{ content:""; position:absolute; inset:0 0 auto 0; height:4px; background:linear-gradient(90deg,var(--vlc-leaf),var(--vlc-sky)); }
|
| 52 |
+
|
| 53 |
+
/* Soft patterned sections */
|
| 54 |
+
.pattern-navy{
|
| 55 |
+
background:
|
| 56 |
+
radial-gradient(24px 24px at 10% 10%, rgba(255,255,255,.06) 0 6px, transparent 7px),
|
| 57 |
+
radial-gradient(24px 24px at 60% 30%, rgba(255,255,255,.05) 0 6px, transparent 7px),
|
| 58 |
+
radial-gradient(24px 24px at 30% 70%, rgba(255,255,255,.04) 0 6px, transparent 7px),
|
| 59 |
+
linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.12));
|
| 60 |
+
background-color:var(--vlc-navy);
|
| 61 |
+
}
|
| 62 |
+
|
| 63 |
+
/* Footer */
|
| 64 |
+
footer a:hover{ color:var(--vlc-leaf) }
|
| 65 |
+
|
| 66 |
+
/* Make “Learn more” rows align across cards */
|
| 67 |
+
.card-body{ display:flex; flex-direction:column; height:100% }
|
| 68 |
+
.card-cta{ margin-top:auto }
|
| 69 |
+
</style>
|
| 70 |
+
|
| 71 |
+
<script src="https://analytics.ahrefs.com/analytics.js" data-key="jcrS4NwPF1CB1Z4lNmgDKQ" async></script>
|
| 72 |
+
|
| 73 |
+
<!-- Google tag (gtag.js) -->
|
| 74 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GH6WBJWXS8"></script>
|
| 75 |
+
|
| 76 |
+
<script type="application/ld+json">
|
| 77 |
+
{
|
| 78 |
+
"@context": "https://schema.org/",
|
| 79 |
+
"@type": "Product",
|
| 80 |
+
"name": "Microsoft Dynamics 365 Unified Ecosystem",
|
| 81 |
+
"alternateName": "VLC Dynamics 365 Integration Suite",
|
| 82 |
+
"image": "https://huggingface.co/spaces/vlcsolutions/vlc-velocity-unification-engine/resolve/main/images/Products.png",
|
| 83 |
+
"description": "VLC Solutions offers a complete Microsoft Dynamics 365 ecosystem integrating Business Central, Power Platform, and Commerce to unify operations and accelerate growth.",
|
| 84 |
+
"brand": {
|
| 85 |
+
"@type": "Brand",
|
| 86 |
+
"name": "VLC Solutions",
|
| 87 |
+
"url": "https://vlcsolutions.com"
|
| 88 |
+
},
|
| 89 |
+
}
|
| 90 |
+
|
| 91 |
+
</script>
|
| 92 |
+
|
| 93 |
+
</head>
|
| 94 |
+
|
| 95 |
+
<body class="font-sans antialiased">
|
| 96 |
+
<!-- Header / Nav -->
|
| 97 |
+
<header class="bg-white text-[var(--vlc-navy)] shadow-md sticky top-0 z-50">
|
| 98 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 99 |
+
<div class="flex justify-between h-16">
|
| 100 |
+
<a href="./index.html" class="flex items-center gap-2">
|
| 101 |
+
<img src="https://huggingface.co/spaces/vlcsolutions/ai-turbobiz-accelerate-with-intelligence/resolve/main/images/VLC_Logo.png" alt="VLC Solutions" class="h-10">
|
| 102 |
+
</a>
|
| 103 |
+
|
| 104 |
+
<nav class="hidden md:flex items-center gap-2">
|
| 105 |
+
<!-- Direct link per your request -->
|
| 106 |
+
<a href="./who-we-serve.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Who We Serve</a>
|
| 107 |
+
|
| 108 |
+
<!-- Solutions -->
|
| 109 |
+
<div class="relative group">
|
| 110 |
+
<button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false">
|
| 111 |
+
Solutions <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i>
|
| 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">
|
| 120 |
+
<button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false">
|
| 121 |
+
Services <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i>
|
| 122 |
+
</button>
|
| 123 |
+
<div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0">
|
| 124 |
+
<a href="./services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Services Overview</a>
|
| 125 |
+
<a href="./technology-advisor.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Advisory Services</a>
|
| 126 |
+
<a href="./software-implementation-partner.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Implementation Services</a>
|
| 127 |
+
<a href="./managed-application-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Managed Application Services</a>
|
| 128 |
+
<a href="./managed-it-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Managed IT Services</a>
|
| 129 |
+
<a href="./compliance-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Compliance Services</a>
|
| 130 |
+
<a href="./cloud-services-for-microsoft-dynamics.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Cloud Services</a>
|
| 131 |
+
<a href="./marketing-solutions-strategic-growth.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Marketing Services</a>
|
| 132 |
+
<a href="./data-and-ai-transformation.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">AI and Analytics</a>
|
| 133 |
+
</div>
|
| 134 |
+
</div>
|
| 135 |
+
|
| 136 |
+
<!-- Industries -->
|
| 137 |
+
<div class="relative group">
|
| 138 |
+
<button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false">
|
| 139 |
+
Industries <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i>
|
| 140 |
+
</button>
|
| 141 |
+
<div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0">
|
| 142 |
+
<a href="./industries.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Industries Overview</a>
|
| 143 |
+
<a href="./microsoft-dynamics-365-business-central-for-distribution.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Distribution</a>
|
| 144 |
+
<a href="./ecommerce-development-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">E-Commerce</a>
|
| 145 |
+
<a href="./government-contractors.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Government Contractors</a>
|
| 146 |
+
<a href="./microsoft-dynamics-365-for-manufacturing.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Manufacturing</a>
|
| 147 |
+
</div>
|
| 148 |
+
</div>
|
| 149 |
+
|
| 150 |
+
<!-- Products -->
|
| 151 |
+
<div class="relative group">
|
| 152 |
+
<button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false">
|
| 153 |
+
Products <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i>
|
| 154 |
+
</button>
|
| 155 |
+
<div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0">
|
| 156 |
+
<a href="./products.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Products Overview</a>
|
| 157 |
+
<a href="./microsoft-dynamics-365.html" class="pinline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Dynamics 365</a>
|
| 158 |
+
<a href="./microsoft-dynamics-365-business-central.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Business Central</a>
|
| 159 |
+
<a href="./power-platform.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Power Platform</a>
|
| 160 |
+
<a href="./microsoft-365.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Microsoft 365</a>
|
| 161 |
+
<a href="./microsoft-dynamics-365-commerce.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Dynamics Commerce</a>
|
| 162 |
+
<a href="./magento-commerce.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Magento Commerce</a>
|
| 163 |
+
</div>
|
| 164 |
+
</div>
|
| 165 |
+
|
| 166 |
+
<!-- Who We Are -->
|
| 167 |
+
<div class="relative group">
|
| 168 |
+
<button class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium" aria-haspopup="true" aria-expanded="false">
|
| 169 |
+
Who We Are <i data-feather="chevron-down" class="w-4 h-4 ml-1"></i>
|
| 170 |
+
</button>
|
| 171 |
+
<div class="absolute left-0 top-full mt-2 min-w-[240px] bg-white border border-gray-200 rounded-md shadow-md p-2 grid gap-1 opacity-0 invisible translate-y-1 transition-all group-hover:opacity-100 group-hover:visible group-hover:translate-y-0">
|
| 172 |
+
<a href="./who-we-are.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Overview</a>
|
| 173 |
+
<a href="./partner.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Partner</a>
|
| 174 |
+
<a href="./terms-services.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Terms</a>
|
| 175 |
+
<a href="./privacy.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Privacy Policy</a>
|
| 176 |
+
<a href="./protecting-our-clients.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Client Protection</a>
|
| 177 |
+
<a href="./blog/" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Blog</a>
|
| 178 |
+
<a href="./case-studies.html" class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Case Studies</a>
|
| 179 |
+
<a
|
| 180 |
+
href="./contact-us.html"
|
| 181 |
+
class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 text-sm font-medium">Contact VLC</a>
|
| 182 |
+
</div>
|
| 183 |
+
</div>
|
| 184 |
+
|
| 185 |
+
<a href="./contact-us.html"
|
| 186 |
+
class="bg-[#002060] hover:bg-[#001a50] text-white px-4 py-2 rounded-md text-sm font-medium">Let’s Connect</a>
|
| 187 |
+
</nav>
|
| 188 |
+
<button id="mobile-menu-button" class="md:hidden inline-flex items-center p-2 rounded-md text-gray-500 hover:bg-gray-100" aria-label="Open menu">
|
| 189 |
+
<i data-feather="menu"></i>
|
| 190 |
+
</button>
|
| 191 |
+
</div>
|
| 192 |
+
|
| 193 |
+
<!-- Mobile Menu -->
|
| 194 |
+
<div id="mobile-menu" class="md:hidden hidden absolute top-full left-0 right-0 bg-white shadow-lg z-50">
|
| 195 |
+
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
|
| 196 |
+
<a href="./who-we-serve.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Who We Serve</a>
|
| 197 |
+
|
| 198 |
+
<!-- Solutions Dropdown -->
|
| 199 |
+
<div class="relative">
|
| 200 |
+
<button onclick="toggleMobileDropdown('solutions-dropdown')" class="w-full flex justify-between items-center px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">
|
| 201 |
+
<span>Solutions</span>
|
| 202 |
+
<i data-feather="chevron-down" class="w-4 h-4"></i>
|
| 203 |
+
</button>
|
| 204 |
+
<div id="solutions-dropdown" class="hidden pl-4">
|
| 205 |
+
<a href="./solutions.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Business Central Apps</a>
|
| 206 |
+
</div>
|
| 207 |
+
</div>
|
| 208 |
+
|
| 209 |
+
<!-- Services Dropdown -->
|
| 210 |
+
<div class="relative">
|
| 211 |
+
<button onclick="toggleMobileDropdown('services-dropdown')" class="w-full flex justify-between items-center px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">
|
| 212 |
+
<span>Services</span>
|
| 213 |
+
<i data-feather="chevron-down" class="w-4 h-4"></i>
|
| 214 |
+
</button>
|
| 215 |
+
<div id="services-dropdown" class="hidden pl-4">
|
| 216 |
+
<a href="./services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Services Overview</a>
|
| 217 |
+
<a href="./technology-advisor.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Advisory Services</a>
|
| 218 |
+
<a href="./software-implementation-partner.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Implementation Services</a>
|
| 219 |
+
<a href="./managed-application-services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Managed Application Services</a>
|
| 220 |
+
<a href="./managed-it-services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Managed IT Services</a>
|
| 221 |
+
<a href="./compliance-services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Compliance Services</a>
|
| 222 |
+
<a href="./cloud-services-for-microsoft-dynamics.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Cloud Services</a>
|
| 223 |
+
<a href="./marketing-solutions-strategic-growth.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Marketing Services</a>
|
| 224 |
+
<a href="./data-and-ai-transformation.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">AI and Analytics</a>
|
| 225 |
+
</div>
|
| 226 |
+
</div>
|
| 227 |
+
|
| 228 |
+
<!-- Industries Dropdown -->
|
| 229 |
+
<div class="relative">
|
| 230 |
+
<button onclick="toggleMobileDropdown('industries-dropdown')" class="w-full flex justify-between items-center px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">
|
| 231 |
+
<span>Industries</span>
|
| 232 |
+
<i data-feather="chevron-down" class="w-4 h-4"></i>
|
| 233 |
+
</button>
|
| 234 |
+
<div id="industries-dropdown" class="hidden pl-4">
|
| 235 |
+
<a href="./industries.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Industries Overview</a>
|
| 236 |
+
<a href="./microsoft-dynamics-365-business-central-for-distribution.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Distribution</a>
|
| 237 |
+
<a href="./ecommerce-development-services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">E-Commerce</a>
|
| 238 |
+
<a href="./government-contractors.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Government Contractors</a>
|
| 239 |
+
<a href="./microsoft-dynamics-365-for-manufacturing.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Manufacturing</a>
|
| 240 |
+
</div>
|
| 241 |
+
</div>
|
| 242 |
+
|
| 243 |
+
<!-- Products Dropdown -->
|
| 244 |
+
<div class="relative">
|
| 245 |
+
<button onclick="toggleMobileDropdown('products-dropdown')" class="w-full flex justify-between items-center px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">
|
| 246 |
+
<span>Products</span>
|
| 247 |
+
<i data-feather="chevron-down" class="w-4 h-4"></i>
|
| 248 |
+
</button>
|
| 249 |
+
<div id="products-dropdown" class="hidden pl-4">
|
| 250 |
+
<a href="./products.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Products Overview</a>
|
| 251 |
+
<a href="./microsoft-dynamics-365.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Dynamics 365</a>
|
| 252 |
+
<a href="./microsoft-dynamics-365-business-central.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Business Central</a>
|
| 253 |
+
<a href="./power-platform.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Power Platform</a>
|
| 254 |
+
<a href="./microsoft-365.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Microsoft 365</a>
|
| 255 |
+
<a href="./microsoft-dynamics-365-commerce.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Dynamics Commerce</a>
|
| 256 |
+
<a href="./magento-commerce.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Magento Commerce</a>
|
| 257 |
+
</div>
|
| 258 |
+
</div>
|
| 259 |
+
|
| 260 |
+
<!-- Who We Are Dropdown -->
|
| 261 |
+
<div class="relative">
|
| 262 |
+
<button onclick="toggleMobileDropdown('about-dropdown')" class="w-full flex justify-between items-center px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">
|
| 263 |
+
<span>Who We Are</span>
|
| 264 |
+
<i data-feather="chevron-down" class="w-4 h-4"></i>
|
| 265 |
+
</button>
|
| 266 |
+
<div id="about-dropdown" class="hidden pl-4">
|
| 267 |
+
<a href="./who-we-are.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Overview</a>
|
| 268 |
+
<a href="./partner.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Partner</a>
|
| 269 |
+
<a href="./terms-services.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Terms</a>
|
| 270 |
+
<a href="./privacy.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Privacy Policy</a>
|
| 271 |
+
<a href="./protecting-our-clients.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Client Protection</a>
|
| 272 |
+
<a href="./blog/" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Blog</a>
|
| 273 |
+
<a href="./case-studies.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Case Studies</a>
|
| 274 |
+
<a href="./contact-us.html" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-[#8DC63F] hover:bg-gray-50">Contact VLC</a>
|
| 275 |
+
</div>
|
| 276 |
+
</div>
|
| 277 |
+
|
| 278 |
+
<a href="./contact-us.html" class="block w-full text-center bg-[#002060] hover:bg-[#001a50] text-white px-4 py-2 rounded-md text-base font-medium">Let's Connect</a>
|
| 279 |
+
</div>
|
| 280 |
+
</div>
|
| 281 |
+
</div>
|
| 282 |
+
</header>
|
| 283 |
+
|
| 284 |
+
<!-- Banner Section -->
|
| 285 |
+
<section class="pattern-navy text-white py-20 px-4">
|
| 286 |
+
<div class="max-w-7xl mx-auto text-center">
|
| 287 |
+
<h1 class="text-4xl md:text-5xl font-bold mb-6" data-aos="fade-up">Unlock a 360° View of Your Customers, Across All Channels</h1>
|
| 288 |
+
<p class="text-xl mb-8 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">Unify data for smarter engagement and higher retention.</p>
|
| 289 |
+
<button class="btn-accent px-8 py-3 rounded-full font-bold text-lg" data-aos="fade-up" data-aos-delay="200">Unlock Global Growth</button>
|
| 290 |
+
</div>
|
| 291 |
+
</section>
|
| 292 |
+
|
| 293 |
+
<!-- Section 1 -->
|
| 294 |
+
<section class="py-16 px-4 bg-white">
|
| 295 |
+
<div class="max-w-7xl mx-auto">
|
| 296 |
+
<h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-up">Streamline B2C & B2B Operations on a Unified Platform</h2>
|
| 297 |
+
<p class="text-lg text-center mb-12 max-w-4xl mx-auto" data-aos="fade-up" data-aos-delay="100">
|
| 298 |
+
Efficiently manage both B2C and B2B e-commerce on a single, integrated platform. Deliver highly responsive, customer-centric websites for consumers, and provide B2B clients with tailored, business-specific solutions that optimize their buying experience.
|
| 299 |
+
</p>
|
| 300 |
+
|
| 301 |
+
<div class="grid md:grid-cols-2 gap-8">
|
| 302 |
+
<!-- B2C Form -->
|
| 303 |
+
<div class="card-accent bg-[var(--vlc-card)] rounded-lg shadow-lg p-6" data-aos="fade-right">
|
| 304 |
+
<h3 class="text-xl font-bold mb-4">B2C E-commerce</h3>
|
| 305 |
+
<form id="send_email_to_customer" action="./sendEmailToCustomer.php" method="post">
|
| 306 |
+
<div id="myModal" class="modal">
|
| 307 |
+
<div class="modal-content">
|
| 308 |
+
<span class="close_modal">×</span>
|
| 309 |
+
<h4 class="modal-title">Enter your email to download</h4>
|
| 310 |
+
<span id="error" style="display:none;color:red;">Please enter valid business email.</span>
|
| 311 |
+
<input class="w-full p-3 border rounded mb-4" name="customer_email" id="customer_email" type="text" placeholder="Email*" autocomplete="off" required/>
|
| 312 |
+
<input type="submit" value="Submit" id="B_to_C" class="btn-primary px-6 py-2 rounded cursor-pointer"/>
|
| 313 |
+
<input type="hidden" id="g-recaptcha-response" name="g-recaptcha-response">
|
| 314 |
+
<input type="hidden" name="action" value="validate_captcha">
|
| 315 |
+
</div>
|
| 316 |
+
</div>
|
| 317 |
+
</form>
|
| 318 |
+
</div>
|
| 319 |
+
|
| 320 |
+
<!-- B2B Form -->
|
| 321 |
+
<div class="card-accent bg-[var(--vlc-card)] rounded-lg shadow-lg p-6" data-aos="fade-left">
|
| 322 |
+
<h3 class="text-xl font-bold mb-4">B2B E-commerce</h3>
|
| 323 |
+
<form action="./sendEmailToCustomerB2B.php" method="post">
|
| 324 |
+
<div id="myModal2" class="modal">
|
| 325 |
+
<div class="modal-content">
|
| 326 |
+
<span class="close_modal_2">×</span>
|
| 327 |
+
<h4 class="modal-title">Enter your email to download</h4>
|
| 328 |
+
<span id="error_2" style="display:none;color:red;">Please enter valid business email.</span>
|
| 329 |
+
<input class="w-full p-3 border rounded mb-4" name="customer_email_2" id="customer_email_2" type="text" placeholder="Email*" autocomplete="off" required/>
|
| 330 |
+
<input type="submit" value="Submit" id="B_to_B" class="btn-primary px-6 py-2 rounded cursor-pointer"/>
|
| 331 |
+
<input type="hidden" id="g-recaptcha-response-two" name="g-recaptcha-response-two">
|
| 332 |
+
<input type="hidden" name="action" value="validate_captcha_two">
|
| 333 |
+
</div>
|
| 334 |
+
</div>
|
| 335 |
+
</form>
|
| 336 |
+
</div>
|
| 337 |
+
</div>
|
| 338 |
+
</div>
|
| 339 |
+
</section>
|
| 340 |
+
|
| 341 |
+
<!-- Section 2 -->
|
| 342 |
+
<section class="py-16 px-4 bg-[var(--vlc-tint)]">
|
| 343 |
+
<div class="max-w-7xl mx-auto">
|
| 344 |
+
<h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-up">Deliver Exceptional, Tailored Experiences</h2>
|
| 345 |
+
<p class="text-lg text-center mb-12 max-w-4xl mx-auto" data-aos="fade-up" data-aos-delay="100">
|
| 346 |
+
We specialize in creating seamless, personalized shopping experiences across digital and physical touchpoints. By consolidating product, inventory, and customer data, we enable your business to foster stronger connections with every customer interaction.
|
| 347 |
+
</p>
|
| 348 |
+
|
| 349 |
+
<div class="grid md:grid-cols-3 gap-8">
|
| 350 |
+
<div class="bg-white p-6 rounded-lg shadow" data-aos="fade-up">
|
| 351 |
+
<h3 class="text-xl font-bold mb-4">Design Bespoke Brand Experiences</h3>
|
| 352 |
+
<p>Optimize customer acquisition and retention strategies by unifying key business data across product catalogs, inventory, customer profiles, and orders.</p>
|
| 353 |
+
</div>
|
| 354 |
+
<div class="bg-white p-6 rounded-lg shadow" data-aos="fade-up" data-aos-delay="100">
|
| 355 |
+
<h3 class="text-xl font-bold mb-4">Enhance the Omnichannel Journey</h3>
|
| 356 |
+
<p>Seamlessly integrate your online and offline shopping environments, empowering your sales team with the tools to provide superior service and personalized engagement.</p>
|
| 357 |
+
</div>
|
| 358 |
+
<div class="bg-white p-6 rounded-lg shadow" data-aos="fade-up" data-aos-delay="200">
|
| 359 |
+
<h3 class="text-xl font-bold mb-4">Mobile-Optimized Solutions</h3>
|
| 360 |
+
<p>Build responsive, device-agnostic platforms that ensure a smooth, consistent shopping experience across smartphones, tablets, and desktops.</p>
|
| 361 |
+
</div>
|
| 362 |
+
</div>
|
| 363 |
+
</div>
|
| 364 |
+
</section>
|
| 365 |
+
|
| 366 |
+
<!-- Section 3 -->
|
| 367 |
+
<section class="py-16 px-4 bg-white">
|
| 368 |
+
<div class="max-w-7xl mx-auto">
|
| 369 |
+
<h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-up">Unlock a Unified View of Your Customers</h2>
|
| 370 |
+
<p class="text-lg text-center mb-12 max-w-4xl mx-auto" data-aos="fade-up" data-aos-delay="100">
|
| 371 |
+
Achieve a comprehensive understanding of your customer base by unifying all interactions into a single, actionable profile. This 360° view enables smarter decision-making, better engagement, and enhanced customer loyalty.
|
| 372 |
+
</p>
|
| 373 |
+
|
| 374 |
+
<div class="grid md:grid-cols-3 gap-8">
|
| 375 |
+
<div class="bg-[var(--vlc-tint)] p-6 rounded-lg" data-aos="fade-up">
|
| 376 |
+
<h3 class="text-xl font-bold mb-4">Cultivate Deeper Customer Relationships</h3>
|
| 377 |
+
<p>Access a single customer profile that aggregates all touchpoints, ensuring consistent and personalized service at every interaction.</p>
|
| 378 |
+
</div>
|
| 379 |
+
<div class="bg-[var(--vlc-tint)] p-6 rounded-lg" data-aos="fade-up" data-aos-delay="100">
|
| 380 |
+
<h3 class="text-xl font-bold mb-4">Refine Your Engagement Strategy</h3>
|
| 381 |
+
<p>Centralize your marketing efforts for more effective, targeted campaigns that resonate with specific customer segments.</p>
|
| 382 |
+
</div>
|
| 383 |
+
<div class="bg-[var(--vlc-tint)] p-6 rounded-lg" data-aos="fade-up" data-aos-delay="200">
|
| 384 |
+
<h3 class="text-xl font-bold mb-4">Maximize Customer Lifetime Value</h3>
|
| 385 |
+
<p>Track and analyze every customer transaction to understand profitability, guiding smarter resource allocation and marketing strategies.</p>
|
| 386 |
+
</div>
|
| 387 |
+
</div>
|
| 388 |
+
</div>
|
| 389 |
+
</section>
|
| 390 |
+
|
| 391 |
+
<!-- Section 4 -->
|
| 392 |
+
<section class="py-16 px-4 bg-[var(--vlc-leaf-tint)]">
|
| 393 |
+
<div class="max-w-7xl mx-auto">
|
| 394 |
+
<h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-up">Optimized Order and Inventory Management</h2>
|
| 395 |
+
<p class="text-lg text-center mb-12 max-w-4xl mx-auto" data-aos="fade-up" data-aos-delay="100">
|
| 396 |
+
Manage your order and inventory processes with unparalleled efficiency. Our solution ensures that orders are processed accurately, inventory is tracked in real time, and fulfillment is executed with speed and precision.
|
| 397 |
+
</p>
|
| 398 |
+
|
| 399 |
+
<div class="grid md:grid-cols-3 gap-8">
|
| 400 |
+
<div class="bg-white p-6 rounded-lg shadow" data-aos="fade-up">
|
| 401 |
+
<h3 class="text-xl font-bold mb-4">Streamline Order Processing</h3>
|
| 402 |
+
<p>Integrate all orders online, mobile, in-store, or call center—into one centralized system to enhance speed and accuracy.</p>
|
| 403 |
+
</div>
|
| 404 |
+
<div class="bg-white p-6 rounded-lg shadow" data-aos="fade-up" data-aos-delay="100">
|
| 405 |
+
<h3 class="text-xl font-bold mb-4">Achieve Real-Time Inventory Control</h3>
|
| 406 |
+
<p>Maintain visibility over your inventory across all channels, allowing you to reduce waste, prevent stockouts, and ensure that you meet customer demand.</p>
|
| 407 |
+
</div>
|
| 408 |
+
<div class="bg-white p-6 rounded-lg shadow" data-aos="fade-up" data-aos-delay="200">
|
| 409 |
+
<h3 class="text-xl font-bold mb-4">Optimize Supply Chain Coordination</h3>
|
| 410 |
+
<p>Improve stock management and vendor relationships by creating a centralized flow of real-time data, reducing lead times and ensuring quicker fulfillment.</p>
|
| 411 |
+
</div>
|
| 412 |
+
</div>
|
| 413 |
+
</div>
|
| 414 |
+
</section>
|
| 415 |
+
|
| 416 |
+
<!-- Section 5 -->
|
| 417 |
+
<section class="py-16 px-4 bg-white">
|
| 418 |
+
<div class="max-w-7xl mx-auto">
|
| 419 |
+
<h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-up">Seamless Global Expansion</h2>
|
| 420 |
+
<p class="text-lg text-center mb-12 max-w-4xl mx-auto" data-aos="fade-up" data-aos-delay="100">
|
| 421 |
+
Our platform is designed to scale effortlessly, supporting your global growth ambitions. With built-in multi-country, multi-currency, and multi-language capabilities, you can expand into new markets and adapt to regional requirements with ease.
|
| 422 |
+
</p>
|
| 423 |
+
|
| 424 |
+
<div class="grid md:grid-cols-3 gap-8">
|
| 425 |
+
<div class="bg-[var(--vlc-tint)] p-6 rounded-lg" data-aos="fade-up">
|
| 426 |
+
<h3 class="text-xl font-bold mb-4">Operate Globally, Manage Locally</h3>
|
| 427 |
+
<p>Manage multiple international regions with a single system that supports diverse currencies, languages, tax rates, and compliance regulations.</p>
|
| 428 |
+
</div>
|
| 429 |
+
<div class="bg-[var(--vlc-tint)] p-6 rounded-lg" data-aos="fade-up" data-aos-delay="100">
|
| 430 |
+
<h3 class="text-xl font-bold mb-4">Support Multiple Brands and Models</h3>
|
| 431 |
+
<p>Easily create and manage multiple storefronts or business models, whether for specific regions, brands, or customer segments, all from one central platform.</p>
|
| 432 |
+
</div>
|
| 433 |
+
<div class="bg-[var(--vlc-tint)] p-6 rounded-lg" data-aos="fade-up" data-aos-delay="200">
|
| 434 |
+
<h3 class="text-xl font-bold mb-4">Adaptable to Various Sales Models</h3>
|
| 435 |
+
<p>Whether you're dealing with direct-to-consumer (B2C) or business-to-business (B2B), our platform provides the flexibility to handle both on a unified system.</p>
|
| 436 |
+
</div>
|
| 437 |
+
</div>
|
| 438 |
+
</div>
|
| 439 |
+
</section>
|
| 440 |
+
|
| 441 |
+
<!-- Section 6 -->
|
| 442 |
+
<section class="py-16 px-4 pattern-navy text-white">
|
| 443 |
+
<div class="max-w-7xl mx-auto text-center">
|
| 444 |
+
<h2 class="text-3xl font-bold mb-6" data-aos="fade-up">Integrated Commerce Platform for Operational Excellence</h2>
|
| 445 |
+
<p class="text-lg mb-8 max-w-4xl mx-auto" data-aos="fade-up" data-aos-delay="100">
|
| 446 |
+
Our unified, cloud-based platform consolidates all aspects of your business, from e-commerce and order management to customer service and financial reporting. This integrated approach ensures streamlined operations and empowers informed decision-making.
|
| 447 |
+
</p>
|
| 448 |
+
|
| 449 |
+
<div class="grid md:grid-cols-3 gap-8 mb-12">
|
| 450 |
+
<div class="bg-white/10 p-6 rounded-lg backdrop-blur-sm" data-aos="fade-up">
|
| 451 |
+
<h3 class="text-xl font-bold mb-4">One Platform for All Business Needs</h3>
|
| 452 |
+
<p>Eliminate the complexity of managing disparate systems. Our platform integrates e-commerce, inventory, order management, and financial operations into a seamless experience.</p>
|
| 453 |
+
</div>
|
| 454 |
+
<div class="bg-white/10 p-6 rounded-lg backdrop-blur-sm" data-aos="fade-up" data-aos-delay="100">
|
| 455 |
+
<h3 class="text-xl font-bold mb-4">Real-Time Business Insights</h3>
|
| 456 |
+
<p>Gain comprehensive visibility into every facet of your business with centralized data, enabling you to make informed, data-driven decisions.</p>
|
| 457 |
+
</div>
|
| 458 |
+
<div class="bg-white/10 p-6 rounded-lg backdrop-blur-sm" data-aos="fade-up" data-aos-delay="200">
|
| 459 |
+
<h3 class="text-xl font-bold mb-4">Agile and Scalable Infrastructure</h3>
|
| 460 |
+
<p>Our cloud-native solution adapts to your evolving needs, enabling you to scale operations while reducing overhead and maintaining efficiency.</p>
|
| 461 |
+
</div>
|
| 462 |
+
</div>
|
| 463 |
+
|
| 464 |
+
<p class="text-xl mb-8 max-w-3xl mx-auto" data-aos="fade-up">
|
| 465 |
+
Expand your business across borders with a unified platform that supports multi-country, multi-currency, and multi-language capabilities. Take the first step towards effortless global growth today!
|
| 466 |
+
</p>
|
| 467 |
+
<button class="btn-accent px-8 py-3 rounded-full font-bold text-lg" data-aos="fade-up" data-aos-delay="100">Unlock Global Potential Now</button>
|
| 468 |
+
</div>
|
| 469 |
+
</section>
|
| 470 |
+
|
| 471 |
+
<!-- FOOTER -->
|
| 472 |
+
<footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
|
| 473 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 474 |
+
<div class="grid md:grid-cols-3 gap-10 mb-10">
|
| 475 |
+
<div>
|
| 476 |
+
<h3 class="font-bold mb-3">Contact Us</h3>
|
| 477 |
+
<div class="text-gray-300 space-y-3">
|
| 478 |
+
<div class="flex items-start"><i data-feather="map-pin" class="w-5 h-5 mr-3"></i>1900 E Golf Rd, Suite 950<br>Schaumburg, IL 60173</div>
|
| 479 |
+
<div class="flex items-center"><i data-feather="phone" class="w-5 h-5 mr-3"></i>+1 (224) 955-1818</div>
|
| 480 |
+
</div>
|
| 481 |
+
</div>
|
| 482 |
+
|
| 483 |
+
<div>
|
| 484 |
+
<h3 class="font-bold mb-3">Quick Links</h3>
|
| 485 |
+
<div class="grid grid-cols-2 gap-4 text-gray-300">
|
| 486 |
+
<ul class="space-y-2">
|
| 487 |
+
<li><a href="./index.html" class="hover:text-white">Home</a></li>
|
| 488 |
+
<li><a href="./who-we-are.html" class="hover:text-white">About Us</a></li>
|
| 489 |
+
<li><a href="./solutions.html" class="hover:text-white">Solutions</a></li>
|
| 490 |
+
<li><a href="./services.html" class="hover:text-white">Services</a></li>
|
| 491 |
+
<li><a href="./industries.html" class="hover:text-white">Industries</a></li>
|
| 492 |
+
<li><a href="./products.html" class="hover:text-white">Products</a></li>
|
| 493 |
+
<li><a href="./who-we-serve.html" class="hover:text-white">Who We Serve</a></li>
|
| 494 |
+
</ul>
|
| 495 |
+
<ul class="space-y-2">
|
| 496 |
+
<li><a href="./contact-us.html" class="hover:text-white">Contact Us</a></li>
|
| 497 |
+
<li><a href="./blog/" class="hover:text-white">Blog</a></li>
|
| 498 |
+
<li><a href="./case-studies.html" class="hover:text-white">Case Studies</a></li>
|
| 499 |
+
<li><a href="./privacy.html" class="hover:text-white">Privacy Policy</a></li>
|
| 500 |
+
<li><a href="./terms-services.html" class="hover:text-white">Terms & Conditions</a></li>
|
| 501 |
+
<li><a href="./protecting-our-clients.html" class="hover:text-white">Client Protection</a></li>
|
| 502 |
+
|
| 503 |
+
</ul>
|
| 504 |
+
</div>
|
| 505 |
+
</div>
|
| 506 |
+
|
| 507 |
+
<div>
|
| 508 |
+
<h3 class="font-bold mb-3">VLC Solutions</h3>
|
| 509 |
+
<p class="text-gray-300 mb-4">Empowering Your Business through Intelligent AI-enabled IT Solutions</p>
|
| 510 |
+
<div class="flex gap-4">
|
| 511 |
+
<a href="https://www.linkedin.com/company/vlc-solutions-llc" target="_blank" class="text-gray-300 hover:text-white" aria-label="LinkedIn"><i data-feather="linkedin" class="w-5 h-5"></i></a>
|
| 512 |
+
<a href="https://www.instagram.com/vlcsolutionsllc/" target="_blank" class="text-gray-300 hover:text-white" aria-label="Instagram"><i data-feather="instagram" class="w-5 h-5"></i></a>
|
| 513 |
+
<a href="https://x.com/vlcsolutions" target="_blank" class="text-gray-300 hover:text-white" aria-label="Twitter / X"><i data-feather="twitter" class="w-5 h-5"></i></a>
|
| 514 |
+
<a href="https://www.pinterest.com/vlcsolutions/" target="_blank" class="group" aria-label="Pinterest">
|
| 515 |
+
<img src="https://cdn.simpleicons.org/pinterest/9ca3af" class="w-5 h-5 transition group-hover:invert" alt="Pinterest">
|
| 516 |
+
</a>
|
| 517 |
+
<a href="https://www.youtube.com/@vlcsolutions/" target="_blank" class="text-gray-300 hover:text-white" aria-label="YouTube"><i data-feather="youtube" class="w-5 h-5"></i></a>
|
| 518 |
+
</div>
|
| 519 |
+
</div>
|
| 520 |
+
</div>
|
| 521 |
+
|
| 522 |
+
<div class="border-t border-[var(--vlc-navy-700)] pt-6 text-center text-gray-300">
|
| 523 |
+
© 2026 VLC Solutions. All rights reserved.
|
| 524 |
+
</div>
|
| 525 |
+
</div>
|
| 526 |
+
</footer>
|
| 527 |
+
|
| 528 |
+
|
| 529 |
+
<script>
|
| 530 |
+
// Init animations and handle mobile menu functionality after scripts loaded
|
| 531 |
+
document.addEventListener('DOMContentLoaded', () => {
|
| 532 |
+
// Initialize AOS (Animation On Scroll)
|
| 533 |
+
if (window.AOS) {
|
| 534 |
+
AOS.init({
|
| 535 |
+
duration: 800,
|
| 536 |
+
easing: 'ease-in-out',
|
| 537 |
+
once: true,
|
| 538 |
+
mirror: false,
|
| 539 |
+
offset: 120,
|
| 540 |
+
disable: window.innerWidth < 768
|
| 541 |
+
});
|
| 542 |
+
}
|
| 543 |
+
|
| 544 |
+
// Replace Feather icons
|
| 545 |
+
if (window.feather) {
|
| 546 |
+
feather.replace();
|
| 547 |
+
}
|
| 548 |
+
|
| 549 |
+
// Mobile menu toggle functionality
|
| 550 |
+
const mobileMenuButton = document.getElementById('mobile-menu-button');
|
| 551 |
+
const mobileMenu = document.getElementById('mobile-menu');
|
| 552 |
+
|
| 553 |
+
if (mobileMenuButton && mobileMenu) {
|
| 554 |
+
mobileMenuButton.addEventListener('click', () => {
|
| 555 |
+
// Toggle the mobile menu visibility
|
| 556 |
+
mobileMenu.classList.toggle('hidden');
|
| 557 |
+
|
| 558 |
+
// Change icon from menu to close (or vice versa)
|
| 559 |
+
const icon = mobileMenuButton.querySelector('i');
|
| 560 |
+
if (mobileMenu.classList.contains('hidden')) {
|
| 561 |
+
feather.icons.menu.replace(); // Show menu icon
|
| 562 |
+
} else {
|
| 563 |
+
feather.icons.x.replace(); // Show close (X) icon
|
| 564 |
+
}
|
| 565 |
+
});
|
| 566 |
+
}
|
| 567 |
+
|
| 568 |
+
// Function to toggle mobile dropdowns
|
| 569 |
+
window.toggleMobileDropdown = function(id) {
|
| 570 |
+
const dropdown = document.getElementById(id);
|
| 571 |
+
dropdown.classList.toggle('hidden');
|
| 572 |
+
|
| 573 |
+
// Update chevron icon
|
| 574 |
+
const button = dropdown.previousElementSibling;
|
| 575 |
+
const icon = button.querySelector('i');
|
| 576 |
+
if (dropdown.classList.contains('hidden')) {
|
| 577 |
+
feather.icons['chevron-down'].replace(); // Show down arrow
|
| 578 |
+
} else {
|
| 579 |
+
feather.icons['chevron-up'].replace(); // Show up arrow
|
| 580 |
+
}
|
| 581 |
+
};
|
| 582 |
+
|
| 583 |
+
});
|
| 584 |
+
|
| 585 |
+
// Refresh AOS on window resize (guard if AOS is present)
|
| 586 |
+
window.addEventListener('resize', function() {
|
| 587 |
+
if (window.AOS && AOS.refreshHard) {
|
| 588 |
+
AOS.refreshHard();
|
| 589 |
+
}
|
| 590 |
+
});
|
| 591 |
+
</script>
|
| 592 |
+
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
|
| 593 |
+
</body>
|
| 594 |
+
</html>
|