vlcsolutions commited on
Commit
6a47eaa
·
verified ·
1 Parent(s): d1fcc0f

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +17 -16
index.html CHANGED
@@ -728,33 +728,34 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
728
  </div>
729
  </div>
730
  </section>
 
731
  <!-- Section 6 -->
732
- <section class="py-16 px-4 pattern-sky text-[var(--vlc-ink)]">
733
- <div class="max-w-7xl mx-auto text-center">
734
  <h2 class="text-3xl font-bold mb-6" data-aos="fade-up">Integrated Commerce Platform for Operational Excellence</h2>
735
  <p class="text-lg mb-8 max-w-4xl mx-auto" data-aos="fade-up" data-aos-delay="100">
736
  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.
737
  </p>
738
 
739
  <div class="grid md:grid-cols-3 gap-8 mb-12">
740
- <div class="bg-[var(--vlc-card)] p-6 rounded-lg shadow-lg border border-[var(--vlc-tint)]" data-aos="fade-up">
741
- <div class="flex items-center gap-3 mb-4">
742
- <i data-feather="box" class="w-6 h-6 text-white"></i>
743
- <h3 class="text-xl font-bold">One Platform for All Business Needs</h3>
744
  </div>
745
  <p>Eliminate the complexity of managing disparate systems. Our platform integrates e-commerce, inventory, order management, and financial operations into a seamless experience.</p>
746
  </div>
747
- <div class="bg-[var(--vlc-card)] p-6 rounded-lg shadow-lg border border-[var(--vlc-tint)]" data-aos="fade-up" data-aos-delay="100">
748
- <div class="flex items-center gap-3 mb-4">
749
- <i data-feather="activity" class="w-6 h-6 text-white"></i>
750
- <h3 class="text-xl font-bold">Real-Time Business Insights</h3>
751
  </div>
752
  <p>Gain comprehensive visibility into every facet of your business with centralized data, enabling you to make informed, data-driven decisions.</p>
753
  </div>
754
- <div class="bg-[var(--vlc-card)] p-6 rounded-lg shadow-lg border border-[var(--vlc-tint)]" data-aos="fade-up" data-aos-delay="200">
755
- <div class="flex items-center gap-3 mb-4">
756
- <i data-feather="globe" class="w-6 h-6 text-white"></i>
757
- <h3 class="text-xl font-bold">Agile and Scalable Infrastructure</h3>
758
  </div>
759
  <p>Our cloud-native solution adapts to your evolving needs, enabling you to scale operations while reducing overhead and maintaining efficiency.</p>
760
  </div>
@@ -763,8 +764,8 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
763
  <p class="text-xl mb-8 max-w-3xl mx-auto" data-aos="fade-up">
764
  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!
765
  </p>
766
- <button class="btn-primary px-8 py-3 rounded-full font-bold text-lg" data-aos="fade-up" data-aos-delay="100">Unlock Global Potential Now</button>
767
- </div>
768
  </section>
769
 
770
  <!-- FOOTER -->
 
728
  </div>
729
  </div>
730
  </section>
731
+
732
  <!-- Section 6 -->
733
+ <section class="py-16 px-4 pattern-navy text-white">
734
+ <div class="max-w-7xl mx-auto text-center">
735
  <h2 class="text-3xl font-bold mb-6" data-aos="fade-up">Integrated Commerce Platform for Operational Excellence</h2>
736
  <p class="text-lg mb-8 max-w-4xl mx-auto" data-aos="fade-up" data-aos-delay="100">
737
  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.
738
  </p>
739
 
740
  <div class="grid md:grid-cols-3 gap-8 mb-12">
741
+ <div class="bg-white/10 p-6 rounded-lg backdrop-blur-sm" data-aos="fade-up">
742
+ <div class="flex items-center gap-3 mb-4">
743
+ <i data-feather="grid" class="w-6 h-6 text-white"></i>
744
+ <h3 class="text-xl font-bold">One Platform for All Business Needs</h3>
745
  </div>
746
  <p>Eliminate the complexity of managing disparate systems. Our platform integrates e-commerce, inventory, order management, and financial operations into a seamless experience.</p>
747
  </div>
748
+ <div class="bg-white/10 p-6 rounded-lg backdrop-blur-sm" data-aos="fade-up" data-aos-delay="100">
749
+ <div class="flex items-center gap-3 mb-4">
750
+ <i data-feather="bar-chart-2" class="w-6 h-6 text-white"></i>
751
+ <h3 class="text-xl font-bold">Real-Time Business Insights</h3>
752
  </div>
753
  <p>Gain comprehensive visibility into every facet of your business with centralized data, enabling you to make informed, data-driven decisions.</p>
754
  </div>
755
+ <div class="bg-white/10 p-6 rounded-lg backdrop-blur-sm" data-aos="fade-up" data-aos-delay="200">
756
+ <div class="flex items-center gap-3 mb-4">
757
+ <i data-feather="cloud" class="w-6 h-6 text-white"></i>
758
+ <h3 class="text-xl font-bold">Agile and Scalable Infrastructure</h3>
759
  </div>
760
  <p>Our cloud-native solution adapts to your evolving needs, enabling you to scale operations while reducing overhead and maintaining efficiency.</p>
761
  </div>
 
764
  <p class="text-xl mb-8 max-w-3xl mx-auto" data-aos="fade-up">
765
  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!
766
  </p>
767
+ <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>
768
+ </div>
769
  </section>
770
 
771
  <!-- FOOTER -->