vlcsolutions commited on
Commit
3fb929f
·
verified ·
1 Parent(s): 7bcbbeb

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +17 -7
index.html CHANGED
@@ -265,15 +265,25 @@
265
  </header>
266
 
267
  <!-- Banner Section -->
268
- <section class="text-white py-20 sm:px-6 lg:px-8" style="background: linear-gradient(rgba(0, 32, 96, 0.8), rgba(0, 32, 96, 0.8)), url('https://huggingface.co/spaces/vlcsolutions/cloud-cost-crusader-optimizer/resolve/main/images/microsoft-cloud-cost-main-banner.png') no-repeat center center; background-size: cover;">
269
- <div class="max-w-7xl mx-auto text-center" data-aos="fade-up">
270
- <h1 class="text-3xl md:text-4xl lg:text-4xl font-bold mb-4">Agile Cloud. Trusted Compliance. Real Results.</h1>
271
- <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Faster decisions, stronger governance, efficient operations</p>
272
- <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 transition duration-300">
273
- Start Your Cloud Cost Optimization Today
 
 
 
 
 
 
 
 
274
  </a>
 
275
  </div>
276
- </section>
 
277
 
278
  <!-- Section 1 -->
279
  <section class="py-16 px-4 sm:px-6 lg:px-8 bg-white">
 
265
  </header>
266
 
267
  <!-- Banner Section -->
268
+ <section class="text-white py-16 relative overflow-hidden bg-[url('https://huggingface.co/spaces/vlcsolutions/cloud-cost-crusader-optimizer/resolve/main/images/microsoft-cloud-cost-main-banner.png')] bg-cover bg-center">
269
+
270
+ <!-- Push content to the right side -->
271
+ <div class="w-full flex justify-end">
272
+ <!-- Center text inside this block -->
273
+ <div class="max-w-1xl text-center pr-4 md:pr-10">
274
+ <h1 class="text-5xl md:text-5xl font-bold mb-6 text-white drop-shadow-lg">
275
+ Agile Cloud. Trusted Compliance. Real Results.
276
+ </h1>
277
+ <p class="text-xl md:text-3xl mb-8 text-white/90 drop-shadow-lg">
278
+ Faster decisions, stronger governance, efficient operations
279
+ </p>
280
+ <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">
281
+ Start Your Cloud Cost Optimization Today
282
  </a>
283
+ </div>
284
  </div>
285
+ </div>
286
+ </section>
287
 
288
  <!-- Section 1 -->
289
  <section class="py-16 px-4 sm:px-6 lg:px-8 bg-white">