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

18 lines
936 B
PHP

<section id="home" class="hero-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<h1 class="display-3 fw-bold mb-4">Enterprise-grade <span class="text-primary">Infrastructure</span>
</h1>
<p class="lead mb-5 text-light opacity-75">
High Performance Secure Low Latency<br>
도쿄 가야바초의 최첨단 IDC에서 제공하는 압도적 성능의 전용 서버 인프라.
</p>
<div class="d-flex justify-content-center gap-3">
<a href="#servers" class="btn btn-primary btn-lg px-5 py-3 fw-bold">서버 사양 보기</a>
<a href="#support" class="btn btn-outline-light btn-lg px-5 py-3 fw-bold">상담 문의</a>
</div>
</div>
</div>
</div>
</section>