vlcsolutions commited on
Commit
db10d4c
·
verified ·
1 Parent(s): 87a2ad3

Section 2 : add icons

Browse files
Files changed (1) hide show
  1. index.html +13 -4
index.html CHANGED
@@ -318,18 +318,27 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
318
 
319
  <div class="grid md:grid-cols-3 gap-8">
320
  <div class="bg-white p-8 rounded-lg shadow-md">
321
- <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Quick Deployment</h3>
 
 
 
322
  <p class="text-gray-600">Copilot Studio allows VLC to design conversational bots rapidly using low‑code tools and natural language prompts.</p>
323
  </div>
324
  <div class="bg-white p-8 rounded-lg shadow-md">
325
- <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Enhanced Service</h3>
 
 
 
326
  <p class="text-gray-600">Customers receive instant updates on applications, partners access onboarding guidance, and employees find HR resources without delay. Assistants are available 24/7, reducing support overhead and improving satisfaction.</p>
327
  </div>
328
  <div class="bg-white p-8 rounded-lg shadow-md">
329
- <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Developer Extensions</h3>
 
 
 
330
  <p class="text-gray-600">Professional developers integrate bots with enterprise systems, ensuring secure, scalable, and cohesive experiences across digital channels.</p>
331
  </div>
332
- </div>
333
 
334
  <div class="mt-16 text-center">
335
  <p class="text-xl text-gray-700 mb-8 max-w-4xl mx-auto">With Copilot Studio, VLC makes every interaction smarter and more human. Customer receive instant updates. Stop losing hours to repetitive questions and manual onboarding. Deploy your custom AI assistant today and start scaling your team's productivity.</p>
 
318
 
319
  <div class="grid md:grid-cols-3 gap-8">
320
  <div class="bg-white p-8 rounded-lg shadow-md">
321
+ <div class="flex items-center mb-4">
322
+ <i data-feather="zap" class="w-8 h-8 text-[var(--vlc-sky)] mr-3"></i>
323
+ <h3 class="text-xl font-bold text-[var(--vlc-navy)]">Quick Deployment</h3>
324
+ </div>
325
  <p class="text-gray-600">Copilot Studio allows VLC to design conversational bots rapidly using low‑code tools and natural language prompts.</p>
326
  </div>
327
  <div class="bg-white p-8 rounded-lg shadow-md">
328
+ <div class="flex items-center mb-4">
329
+ <i data-feather="clock" class="w-8 h-8 text-[var(--vlc-sky)] mr-3"></i>
330
+ <h3 class="text-xl font-bold text-[var(--vlc-navy)]">Enhanced Service</h3>
331
+ </div>
332
  <p class="text-gray-600">Customers receive instant updates on applications, partners access onboarding guidance, and employees find HR resources without delay. Assistants are available 24/7, reducing support overhead and improving satisfaction.</p>
333
  </div>
334
  <div class="bg-white p-8 rounded-lg shadow-md">
335
+ <div class="flex items-center mb-4">
336
+ <i data-feather="code" class="w-8 h-8 text-[var(--vlc-sky)] mr-3"></i>
337
+ <h3 class="text-xl font-bold text-[var(--vlc-navy)]">Developer Extensions</h3>
338
+ </div>
339
  <p class="text-gray-600">Professional developers integrate bots with enterprise systems, ensuring secure, scalable, and cohesive experiences across digital channels.</p>
340
  </div>
341
+ </div>
342
 
343
  <div class="mt-16 text-center">
344
  <p class="text-xl text-gray-700 mb-8 max-w-4xl mx-auto">With Copilot Studio, VLC makes every interaction smarter and more human. Customer receive instant updates. Stop losing hours to repetitive questions and manual onboarding. Deploy your custom AI assistant today and start scaling your team's productivity.</p>