Manual changes saved
Browse files- index.html +7 -1
index.html
CHANGED
|
@@ -366,7 +366,7 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 366 |
</div>
|
| 367 |
</section>
|
| 368 |
<!-- Section 3 - Features -->
|
| 369 |
-
|
| 370 |
<style>
|
| 371 |
/* Feature Cards Container */
|
| 372 |
.feature-card-grid {
|
|
@@ -517,6 +517,12 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 517 |
</script>
|
| 518 |
|
| 519 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 520 |
<!-- FOOTER -->
|
| 521 |
<footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
|
| 522 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
|
|
| 366 |
</div>
|
| 367 |
</section>
|
| 368 |
<!-- Section 3 - Features -->
|
| 369 |
+
<section id="features" class="py-16 bg-white">
|
| 370 |
<style>
|
| 371 |
/* Feature Cards Container */
|
| 372 |
.feature-card-grid {
|
|
|
|
| 517 |
</script>
|
| 518 |
|
| 519 |
|
| 520 |
+
<!-- Optional: Feather icons script -->
|
| 521 |
+
<script>
|
| 522 |
+
if (window.feather) feather.replace();
|
| 523 |
+
</script>
|
| 524 |
+
|
| 525 |
+
|
| 526 |
<!-- FOOTER -->
|
| 527 |
<footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
|
| 528 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|