Manual changes saved
Browse files- index.html +17 -7
index.html
CHANGED
|
@@ -265,15 +265,25 @@
|
|
| 265 |
</header>
|
| 266 |
|
| 267 |
<!-- Banner Section -->
|
| 268 |
-
<section class="text-white py-
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
<
|
| 272 |
-
<
|
| 273 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 274 |
</a>
|
|
|
|
| 275 |
</div>
|
| 276 |
-
</
|
|
|
|
| 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">
|