vlcsolutions commited on
Commit
42b2c15
·
verified ·
1 Parent(s): f4a3fc1

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +14 -16
index.html CHANGED
@@ -285,25 +285,23 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
285
  <body class="font-sans antialiased">
286
  <!-- Header / Nav -->
287
  <!-- Security Banner -->
288
- <section class="text-white py-14 relative overflow-hidden bg-[url('https://huggingface.co/spaces/vlcsolutions/vlc-securedynamics-shieldguard/resolve/main/images/data-defence-main-page-and-other.png')] bg-cover bg-center">
289
- <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
290
- <div class="flex flex-col md:flex-row items-center justify-between">
291
- <div class="md:w-1/2 lg:w-2/5 mb-8 md:mb-0">
292
- <img src="https://huggingface.co/spaces/vlcsolutions/vlc-securedynamics-shieldguard/resolve/main/images/laptop-security.png" alt="Security Dashboard" class="w-full max-w-md mx-auto">
293
- </div>
294
- <div class="md:w-1/2 lg:w-3/5 text-center md:text-left">
295
- <h1 class="text-4xl md:text-5xl font-bold mb-6 text-white drop-shadow-lg">
296
- Enterprise-Grade Security. Built for Continuity.
297
  </h1>
298
- <p class="text-xl mb-8 text-white/90 drop-shadow-lg">
299
- Protect your data, maintain up time, and operate with confidence
300
- </p>
301
- <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">
302
- Explore Security Framework
303
- </a>
304
- </div>
305
  </div>
306
  </div>
 
307
  </section>
308
  <!-- Section 1: Trust Foundation -->
309
  <section class="py-16 px-4 sm:px-6 lg:px-8 bg-white">
 
285
  <body class="font-sans antialiased">
286
  <!-- Header / Nav -->
287
  <!-- Security Banner -->
288
+ <section class="text-white py-14 relative overflow-hidden bg-[url('https://huggingface.co/spaces/vlcsolutions/vlc-securedynamics-shieldguard/resolve/main/images/data-defence-main-page-and-other.png')] bg-cover bg-center">
289
+ <!-- Push content to the right side -->
290
+ <div class="w-full flex justify-end">
291
+ <!-- Center text inside this block -->
292
+ <div class="max-w-2xl text-center pr-4 md:pr-40">
293
+ <h1 class="text-5xl md:text-3xl font-bold mb-6 text-white drop-shadow-lg">
294
+ Enterprise-Grade Security. Built for Continuity.
 
 
295
  </h1>
296
+ <p class="text-xl md:text-1xl mb-8 text-white/90 drop-shadow-lg">
297
+ Protect your data, maintain up time, and operate with confidence
298
+ </p>
299
+ <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">
300
+ Explore Security Framework
301
+ </a>
 
302
  </div>
303
  </div>
304
+ </div>
305
  </section>
306
  <!-- Section 1: Trust Foundation -->
307
  <section class="py-16 px-4 sm:px-6 lg:px-8 bg-white">