daemon-idc/app/Views/front/welcome/statsbar.php
2026-02-12 17:23:11 +09:00

26 lines
1.2 KiB
PHP

<section class="py-5 bg-white border-bottom">
<div class="container text-center">
<div class="row g-4">
<div class="col-6 col-lg-3">
<i class="fa-solid fa-microchip text-primary fa-2x mb-3"></i>
<h6 class="fw-bold">NVMe Gen4</h6>
<p class="small text-muted mb-0">엔터프라이즈 전용 SSD</p>
</div>
<div class="col-6 col-lg-3">
<i class="fa-solid fa-shield-halved text-primary fa-2x mb-3"></i>
<h6 class="fw-bold">DDoS Protected</h6>
<p class="small text-muted mb-0">실시간 L3/L4/L7 방어</p>
</div>
<div class="col-6 col-lg-3">
<i class="fa-solid fa-bolt text-primary fa-2x mb-3"></i>
<h6 class="fw-bold">100G Backbone</h6>
<p class="small text-muted mb-0">글로벌 고속 네트워크</p>
</div>
<div class="col-6 col-lg-3">
<i class="fa-solid fa-headset text-primary fa-2x mb-3"></i>
<h6 class="fw-bold">24/7 Monitoring</h6>
<p class="small text-muted mb-0">상주 엔지니어 지원</p>
</div>
</div>
</div>
</section>