vlcsolutions commited on
Commit
850857a
·
verified ·
1 Parent(s): fe56178

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +7 -5
index.html CHANGED
@@ -221,11 +221,13 @@
221
  <!-- Header / Nav -->
222
 
223
  <!-- Hero Banner -->
224
- <section class="pattern-navy text-white py-20 px-4 sm:px-6 lg:px-8">
225
- <div class="max-w-7xl mx-auto text-center">
226
- <h1 class="text-4xl md:text-5xl font-bold mb-6" data-aos="fade-up">Bridging the Gap from Design to Delivery using AI</h1>
227
- <p class="text-xl md:text-2xl mb-8" data-aos="fade-up" data-aos-delay="100">Unify your data. Unify your teams.</p>
228
- <button class="btn-accent px-8 py-3 rounded-md text-lg font-semibold" data-aos="fade-up" data-aos-delay="200">Get Total Control</button>
 
 
229
  </div>
230
  </section>
231
 
 
221
  <!-- Header / Nav -->
222
 
223
  <!-- Hero Banner -->
224
+ <section class="text-white py-16 md:py-24" style="background: url('https://huggingface.co/spaces/vlcsolutions/vlc-turbobiz-downtime-defender/resolve/main/images/appdevelopment- VLC-2025.png') no-repeat center center; background-size: cover;">
225
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
226
+ <div class="text-left max-w-2xl" data-aos="fade-up">
227
+ <h1 class="text-4xl md:text-3xl font-bold leading-tight mb-4"> Prevent Downtime Before It Happens - Smarter, AI-based Maintenance Starts Here</h1>
228
+ <p class="text-xl md:text-2xl mb-6 max-w-3xl mx-auto">Less Downtime. More Uptime. All the Time.</p>
229
+ <a href="https://www.vlcsolutions.com/contactus.html" class="btn-accent px-8 py-3 rounded-md text-lg font-medium">Eliminate Downtime — Try VLC Now</a>
230
+ </div>
231
  </div>
232
  </section>
233