vlcsolutions commited on
Commit
49ca1a8
·
verified ·
1 Parent(s): 0a04668

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +17 -9
index.html CHANGED
@@ -281,17 +281,25 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
281
  </div>
282
  </header>
283
  <!-- Security Banner -->
284
- <section class="relative py-16 px-4 sm:px-6 lg:px-8 text-white">
285
- <div class="absolute inset-0 bg-[var(--vlc-navy)] opacity-90"></div>
286
- <div class="absolute inset-0 bg-[url('https://huggingface.co/spaces/vlcsolutions/securedynamics-shieldforce/resolve/main/images/procedures-and-people-main-page-and-others.png')] bg-cover bg-center"></div>
287
- <div class="max-w-7xl mx-auto text-center relative z-10">
288
- <h1 class="text-4xl md:text-5xl font-bold mb-4" data-aos="fade-up">Security Embedded in Everything We Do</h1>
289
- <p class="text-xl max-w-3xl mx-auto mb-8" data-aos="fade-up" data-aos-delay="100">Protecting data, ensuring compliance, and earning trust through disciplined security practices.</p>
290
- <a href="#security-framework" class="btn-accent px-8 py-3 rounded-md font-medium inline-flex items-center" data-aos="fade-up" data-aos-delay="200">
291
- Explore Our Security Framework <i data-feather="arrow-right" class="ml-2"></i>
 
 
 
 
 
 
292
  </a>
 
293
  </div>
294
- </section>
 
295
  <!-- Section 1: Trust Core -->
296
  <section class="py-16 px-4 sm:px-6 lg:px-8 bg-white" id="security-framework">
297
  <div class="max-w-7xl mx-auto">
 
281
  </div>
282
  </header>
283
  <!-- Security Banner -->
284
+ <section class="text-white py-16 relative overflow-hidden bg-[url('https://huggingface.co/spaces/vlcsolutions/securedynamics-shieldforce/resolve/main/images/procedures-and-people-main-page-and-others.png')] bg-cover bg-center">
285
+
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-2xl text-center pr-4 md:pr-">
290
+ <h1 class="text-5xl md:text-3xl font-bold mb-6 text-white drop-shadow-lg">
291
+ Security Embedded in Everything We Do
292
+ </h1>
293
+ <p class="text-xl md:text-1xl mb-8 text-white/90 drop-shadow-lg">
294
+ Protecting data, ensuring compliance, and earning trust through disciplined security practices.
295
+ </p>
296
+ <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">
297
+ Explore Our Security Framework
298
  </a>
299
+ </div>
300
  </div>
301
+ </div>
302
+ </section>
303
  <!-- Section 1: Trust Core -->
304
  <section class="py-16 px-4 sm:px-6 lg:px-8 bg-white" id="security-framework">
305
  <div class="max-w-7xl mx-auto">