vlcsolutions commited on
Commit
5697752
·
verified ·
1 Parent(s): 1940722

Add a button beside Looking for smarter Shopify solutions? Connect with us: Shopify Connector Service: url: ./shopify-connector-for-business-central.html

Browse files
index.html CHANGED
@@ -499,18 +499,24 @@ class="cta-btn inline-flex items-center justify-center gap-2 rounded-lg px-6 py-
499
  </p>
500
  </article>
501
  </div>
502
-
503
- <div class="text-center mt-10" data-aos="fade-up">
504
- <a href="https://www.vlcsolutions.com/contact-us.html"
505
- class="btn-accent inline-flex items-center justify-center gap-2 px-6 py-3 rounded-lg font-semibold shadow-md">
506
- Looking for smarter Shopify solutions? Connect with us
507
- <i data-feather="message-circle" class="w-4 h-4"></i>
508
- </a>
509
- <p class="text-sm text-gray-500 mt-3">
510
- Our Microsoft Dynamics 365 Consulting Services and ERP Software Consulting can help you implement an agile, launch-ready solution.
511
- </p>
512
- </div>
513
- </div>
 
 
 
 
 
 
514
  </section>
515
 
516
  </main>
 
499
  </p>
500
  </article>
501
  </div>
502
+ <div class="text-center mt-10" data-aos="fade-up">
503
+ <div class="flex flex-col md:flex-row gap-4 justify-center">
504
+ <a href="https://www.vlcsolutions.com/contact-us.html"
505
+ class="btn-accent inline-flex items-center justify-center gap-2 px-6 py-3 rounded-lg font-semibold shadow-md">
506
+ Looking for smarter Shopify solutions? Connect with us
507
+ <i data-feather="message-circle" class="w-4 h-4"></i>
508
+ </a>
509
+ <a href="./shopify-connector-for-business-central.html"
510
+ class="btn-primary inline-flex items-center justify-center gap-2 px-6 py-3 rounded-lg font-semibold shadow-md">
511
+ Shopify Connector Service
512
+ <i data-feather="shopping-bag" class="w-4 h-4"></i>
513
+ </a>
514
+ </div>
515
+ <p class="text-sm text-gray-500 mt-3">
516
+ Our Microsoft Dynamics 365 Consulting Services and ERP Software Consulting can help you implement an agile, launch-ready solution.
517
+ </p>
518
+ </div>
519
+ </div>
520
  </section>
521
 
522
  </main>
shopify-connector-for-business-central.html ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Shopify Connector Service | VLC Solutions</title>
7
+ <meta name="description" content="Detailed information about our Shopify Connector Service for Microsoft Dynamics 365 Business Central">
8
+ <link rel="stylesheet" href="style.css">
9
+ <script src="https://cdn.tailwindcss.com"></script>
10
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
11
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js" defer></script>
12
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js" defer></script>
13
+ </head>
14
+ <body class="font-sans antialiased">
15
+ <!-- Header / Nav -->
16
+ <header class="bg-white text-[var(--vlc-navy)] shadow-md sticky top-0 z-50">
17
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
18
+ <div class="flex justify-between h-16">
19
+ <a href="https://www.vlcsolutions.com/" class="flex items-center gap-2">
20
+ <img src="https://huggingface.co/spaces/vlcsolutions/ai-turbobiz-accelerate-with-intelligence/resolve/main/images/VLC_Logo.png" alt="VLC Solutions" class="h-10" loading="lazy">
21
+ </a>
22
+ <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">
23
+ <i data-feather="menu" aria-hidden="true"></i>
24
+ </button>
25
+ </div>
26
+ </div>
27
+ </header>
28
+
29
+ <!-- Main Content -->
30
+ <main class="bg-white">
31
+ <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
32
+ <div class="text-center mb-12" data-aos="fade-up">
33
+ <h1 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-4">Shopify Connector Service</h1>
34
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">Seamlessly integrate your Shopify store with Microsoft Dynamics 365 Business Central</p>
35
+ </div>
36
+
37
+ <div class="grid md:grid-cols-2 gap-8">
38
+ <div class="bg-[var(--vlc-tint)] p-8 rounded-xl" data-aos="fade-right">
39
+ <h2 class="text-2xl font-bold text-[var(--vlc-navy)] mb-4">Service Features</h2>
40
+ <ul class="space-y-4">
41
+ <li class="flex items-start gap-3">
42
+ <i data-feather="check-circle" class="w-5 h-5 text-[var(--vlc-leaf)] mt-1"></i>
43
+ <span>Real-time inventory synchronization</span>
44
+ </li>
45
+ <li class="flex items-start gap-3">
46
+ <i data-feather="check-circle" class="w-5 h-5 text-[var(--vlc-leaf)] mt-1"></i>
47
+ <span>Automated order processing</span>
48
+ </li>
49
+ <li class="flex items-start gap-3">
50
+ <i data-feather="check-circle" class="w-5 h-5 text-[var(--vlc-leaf)] mt-1"></i>
51
+ <span>Customer data integration</span>
52
+ </li>
53
+ <li class="flex items-start gap-3">
54
+ <i data-feather="check-circle" class="w-5 h-5 text-[var(--vlc-leaf)] mt-1"></i>
55
+ <span>Multi-store support</span>
56
+ </li>
57
+ <li class="flex items-start gap-3">
58
+ <i data-feather="check-circle" class="w-5 h-5 text-[var(--vlc-leaf)] mt-1"></i>
59
+ <span>Customizable sync intervals</span>
60
+ </li>
61
+ </ul>
62
+ </div>
63
+
64
+ <div class="bg-[var(--vlc-leaf-tint)] p-8 rounded-xl" data-aos="fade-left">
65
+ <h2 class="text-2xl font-bold text-[var(--vlc-navy)] mb-4">Implementation Process</h2>
66
+ <ol class="space-y-4 list-decimal list-inside">
67
+ <li class="pl-2">Initial consultation and requirements analysis</li>
68
+ <li class="pl-2">System configuration and setup</li>
69
+ <li class="pl-2">Data mapping and field matching</li>
70
+ <li class="pl-2">Test synchronization and validation</li>
71
+ <li class="pl-2">User training and documentation</li>
72
+ <li class="pl-2">Go-live and ongoing support</li>
73
+ </ol>
74
+ </div>
75
+ </div>
76
+
77
+ <div class="mt-12 text-center" data-aos="fade-up">
78
+ <a href="https://www.vlcsolutions.com/contact-us.html"
79
+ class="btn-primary inline-flex items-center justify-center gap-2 px-8 py-4 rounded-lg font-semibold shadow-lg text-lg">
80
+ Get Started with Shopify Connector
81
+ <i data-feather="arrow-right" class="w-5 h-5"></i>
82
+ </a>
83
+ </div>
84
+ </section>
85
+ </main>
86
+
87
+ <!-- Footer -->
88
+ <footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
89
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
90
+ <div class="border-t border-[var(--vlc-navy-700)] pt-6 text-center text-gray-300">
91
+ © 2025 VLC Solutions. All rights reserved.
92
+ </div>
93
+ </div>
94
+ </footer>
95
+
96
+ <script>
97
+ // Initialize animations and icons
98
+ document.addEventListener('DOMContentLoaded', () => {
99
+ if (window.AOS) {
100
+ AOS.init({
101
+ duration: 800,
102
+ easing: 'ease-in-out',
103
+ once: true,
104
+ mirror: false,
105
+ offset: 80
106
+ });
107
+ }
108
+ if (window.feather) {
109
+ feather.replace();
110
+ }
111
+ });
112
+ </script>
113
+ </body>
114
+ </html>