vlcsolutions commited on
Commit
68e6bb1
·
verified ·
1 Parent(s): 99d501d

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +18 -8
index.html CHANGED
@@ -281,15 +281,25 @@ 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-20 relative overflow-hidden">
285
- <div class="absolute inset-0 bg-[var(--vlc-navy)] opacity-90 z-0"></div>
286
- <div class="absolute inset-0 z-0" style="background: url('https://huggingface.co/spaces/vlcsolutions/vlc-streamsync-pro/resolve/main/images/multimedia-services-main-banner.png') center/cover no-repeat;"></div>
287
- <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10">
288
- <h1 class="text-4xl md:text-5xl font-bold mb-4" data-aos="fade-up">Turn Content Into Connections</h1>
289
- <p class="text-xl md:text-2xl mb-8" data-aos="fade-up" data-aos-delay="100">Engage, Protect, and Grow Your Audience</p>
290
- <a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-full text-lg font-semibold inline-block" data-aos="fade-up" data-aos-delay="200">Get Started Now</a>
 
 
 
 
 
 
 
 
 
291
  </div>
292
- </section>
 
293
  <!-- Section 1 -->
294
  <section class="py-16 bg-white">
295
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
 
281
  </div>
282
  </header>
283
  <!-- Banner Section -->
284
+ <!-- Banner Section -->
285
+ <section class="text-white py-16 md:py-20 relative overflow-hidden bg-[url('https://huggingface.co/spaces/vlcsolutions/vlc-streamsync-pro/resolve/main/images/multimedia-services-main-banner.png')] bg-cover bg-center">
286
+ <!-- Push content to the right side -->
287
+ <div class="w-full flex justify-end">
288
+ <!-- Center text inside this block -->
289
+ <div class="max-w-3xl text-center pr-4 md:pr-10">
290
+ <h1 class="text-4xl md:text-3xl font-bold mb-6 text-white drop-shadow-lg">
291
+ AI-driven cybersecurity that stops threats before they strike.
292
+ </h1>
293
+ <p class="text-xl md:text-1xl mb-8 text-white/90 drop-shadow-lg">
294
+ Turn Content Into Connections
295
+ </p>
296
+ <a href="./contact-us.html" class="btn-accent inline-flex items-center px-6 py-3 rounded-md text-lg font-medium transition-all hover:shadow-lg"
297
+ data-aos="fade-up" data-aos-delay="200">Get Started Now</a>
298
+
299
+ </div>
300
  </div>
301
+ </div>
302
+ </section>
303
  <!-- Section 1 -->
304
  <section class="py-16 bg-white">
305
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">