vlcsolutions commited on
Commit
5c26f66
·
verified ·
1 Parent(s): 3767d73

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +18 -9
index.html CHANGED
@@ -279,17 +279,26 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
279
  </div>
280
  </header>
281
  <!-- Banner Section -->
282
- <section class="text-white py-16 md:py-24 relative overflow-hidden">
283
- <div class="absolute inset-0 bg-[var(--vlc-navy)] opacity-90"></div>
284
- <div class="absolute inset-0 bg-[url('https://huggingface.co/spaces/vlcsolutions/dynamics-velocity-accelerator/resolve/main/images/microsoft-power-automate-main-banner.png')] bg-cover bg-center mix-blend-overlay"></div>
285
- <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
286
- <div class="text-center" data-aos="fade-up">
287
- <h1 class="text-4xl md:text-5xl font-bold mb-4">Automate the Routine. Focus on What Matters.</h1>
288
- <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Empowering Growth, Simplifying Challenges, Accelerating Success</p>
289
- <a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-md text-lg font-semibold">Schedule a Free Consultation</a>
 
 
 
 
 
 
 
290
  </div>
291
  </div>
292
- </section>
 
 
293
  <!-- Section 1 -->
294
  <section class="py-16 bg-[var(--vlc-tint)]">
295
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
 
279
  </div>
280
  </header>
281
  <!-- Banner Section -->
282
+ <section class="text-white py-16 relative overflow-hidden bg-[url('https://huggingface.co/spaces/vlcsolutions/dynamics-velocity-accelerator/resolve/main/images/microsoft-power-automate-main-banner.png')] bg-cover bg-center">
283
+
284
+ <!-- Push content to the right side -->
285
+ <div class="w-full flex justify-end">
286
+ <!-- Center text inside this block -->
287
+ <div class="max-w-1xl text-center pr-4 md:pr-32">
288
+ <h1 class="text-5xl md:text-3xl font-bold mb-6 text-white drop-shadow-lg">
289
+ Automate the Routine. Focus on What Matters.
290
+ </h1>
291
+ <p class="text-xl md:text-1xl mb-8 text-white/90 drop-shadow-lg">
292
+ Empowering Growth, Simplifying Challenges, Accelerating Success
293
+ </p>
294
+ <a href="./contact-us.html" class="inline-block bg-[var(--vlc-leaf)] hover:bg-[var(--vlc-leaf-700)] text-[var(--vlc-navy)] font-bold py-3 px-8 rounded-md text-lg transition-all duration-300 transform hover:scale-105" data-aos="fade-up" data-aos-delay="200">
295
+ Schedule a Free Consultation
296
+ </a>
297
  </div>
298
  </div>
299
+ </div>
300
+ </section>
301
+
302
  <!-- Section 1 -->
303
  <section class="py-16 bg-[var(--vlc-tint)]">
304
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">