feat: Update text color in CTA heading for improved readability

This commit is contained in:
Nawaz Dhandala
2025-12-30 18:46:42 +00:00
parent 21b6ebe183
commit 3634011c06

View File

@@ -12,7 +12,7 @@
<div class="text-center max-w-4xl mx-auto">
<!-- Heading -->
<h2 class="text-4xl sm:text-5xl lg:text-6xl font-semibold tracking-tight leading-[1.1]">
<span class="text-gray-500 block">Downtime is expensive.</span>
<span class="text-gray-700 block">Downtime is expensive.</span>
<span class="text-gray-900 block mt-2">Peace of mind isn't.</span>
</h2>