refactor: Remove Stats Section for improved layout and focus on key features

This commit is contained in:
Nawaz Dhandala
2026-01-06 20:55:17 +00:00
parent 21605b2a41
commit b539e474d0

View File

@@ -73,30 +73,6 @@
</div>
</div>
<!-- Stats Section -->
<div class="bg-gray-50 py-16 sm:py-20">
<div class="mx-auto max-w-5xl px-6 lg:px-8">
<div class="grid grid-cols-2 sm:grid-cols-4 gap-4 sm:gap-6">
<div class="text-center p-6 sm:p-8 rounded-2xl bg-white border border-gray-200/60 shadow-sm transition-all duration-300 hover:shadow-md hover:border-gray-300">
<div class="text-3xl sm:text-4xl font-semibold text-gray-900 mb-1">1s</div>
<div class="text-sm text-gray-500">Check Intervals</div>
</div>
<div class="text-center p-6 sm:p-8 rounded-2xl bg-white border border-gray-200/60 shadow-sm transition-all duration-300 hover:shadow-md hover:border-gray-300">
<div class="text-3xl sm:text-4xl font-semibold text-gray-900 mb-1">7</div>
<div class="text-sm text-gray-500">Global Locations</div>
</div>
<div class="text-center p-6 sm:p-8 rounded-2xl bg-white border border-gray-200/60 shadow-sm transition-all duration-300 hover:shadow-md hover:border-gray-300">
<div class="text-3xl sm:text-4xl font-semibold text-gray-900 mb-1">15+</div>
<div class="text-sm text-gray-500">Monitor Types</div>
</div>
<div class="text-center p-6 sm:p-8 rounded-2xl bg-white border border-gray-200/60 shadow-sm transition-all duration-300 hover:shadow-md hover:border-gray-300">
<div class="text-3xl sm:text-4xl font-semibold text-gray-900 mb-1">∞</div>
<div class="text-sm text-gray-500">Monitors</div>
</div>
</div>
</div>
</div>
<%- include('logo-roll') -%>
<!-- How It Works Section -->