mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: Remove Stats Section for improved layout and focus on key features
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user