vlcsolutions commited on
Commit
0a95aee
·
verified ·
1 Parent(s): c997c1c

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -281,13 +281,13 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
281
  </div>
282
  </header>
283
  <!-- Banner Section -->
284
- <section class="text-white py-16 md:py-14 relative overflow-hidden">
285
 
286
  <div class="absolute inset-0 bg-[url('https://huggingface.co/spaces/vlcsolutions/dynamics-warehouse-wizardry/resolve/main/images/distribution-fact-sheets-main-banner.png')] bg-cover bg-center mix-blend-overlay"></div>
287
  <div class="w-full flex justify-end">
288
- <div class="max-w-1xl text-center pr-4 md:pr-10">
289
- <h1 class="text-4xl md:text-5xl font-bold mb-4" data-aos="fade-up">Transform Your Warehouse Into a Smart, Efficient <br>Supply Chain Hub</h1>
290
- <p class="text-xl md:text-3xl mb-8" data-aos="fade-up" data-aos-delay="100">Optimize operations, reduce costs, and deliver accuracy at every step</p>
291
  <a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-full text-lg font-bold inline-block" data-aos="fade-up" data-aos-delay="200">Request a Demo</a>
292
  </div>
293
  </div>
 
281
  </div>
282
  </header>
283
  <!-- Banner Section -->
284
+ <section class="text-white py-20 relative overflow-hidden">
285
 
286
  <div class="absolute inset-0 bg-[url('https://huggingface.co/spaces/vlcsolutions/dynamics-warehouse-wizardry/resolve/main/images/distribution-fact-sheets-main-banner.png')] bg-cover bg-center mix-blend-overlay"></div>
287
  <div class="w-full flex justify-end">
288
+ <div class="max-w-1xl text-center pr-4 md:pr-36">
289
+ <h1 class="text-4xl md:text-3xl font-bold mb-4" data-aos="fade-up">Transform Your Warehouse Into a Smart, Efficient Supply Chain Hub</h1>
290
+ <p class="text-xl md:text-2xl mb-8" data-aos="fade-up" data-aos-delay="100">Optimize operations, reduce costs, and deliver accuracy at every step</p>
291
  <a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-full text-lg font-bold inline-block" data-aos="fade-up" data-aos-delay="200">Request a Demo</a>
292
  </div>
293
  </div>