templates/partials/partialsHome/_ourNetwork.html.twig line 1

Open in your IDE?
  1. <section id="network" class="py-20 bg-white">
  2.     <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  3.         <div class="text-center mb-16" data-aos="fade-up">
  4.             <h2 id="network-heading" class="text-4xl font-extrabold text-primary-blue mb-4">Our Global Network</h2>
  5.             <p id="network-subtext" class="text-xl text-gray-600 max-w-3xl mx-auto">Weekly groupage & air cargo services to multiple destinations</p>
  6.         </div>
  7.         <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-6" id="network-container">
  8.             <!-- Network countries will be populated by JavaScript -->
  9.         </div>
  10.         <div class="mt-12 text-center" data-aos="fade-up">
  11.             <div class="inline-flex items-center bg-gradient-to-r from-primary-blue to-blue-600 text-white px-8 py-4 rounded-xl shadow-lg">
  12.                 <i class="fas fa-shipping-fast text-2xl mr-3"></i>
  13.                 <div class="text-left">
  14.                     <h4 class="font-bold text-lg">Weekly Services Available</h4>
  15.                     <p id="weekly-services-text" class="text-sm opacity-90">Groupage & Air Cargo from China to Africa</p>
  16.                 </div>
  17.             </div>
  18.         </div>
  19.     </div>
  20. </section>