히어로 섹션에 Vimeo 영상을 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
aweso
2026-01-06 14:17:16 +09:00
parent 8f121484d5
commit 1e636ecbcc
2 changed files with 60 additions and 1 deletions

View File

@@ -252,7 +252,7 @@
화재 연기와 열을 감지하여 생명을 지키는 자동 폐쇄 시스템.<br>
<strong class="text-white font-medium">강화된 2021 품질인정제도</strong> 모든 기준을 제안합니다.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-6">
<div class="flex flex-col sm:flex-row justify-center gap-6 mb-12">
<button onclick="scrollToSection('section-process')" class="fire-gradient hover:scale-105 active:scale-95 text-white font-bold py-4 px-10 rounded-2xl transition-all shadow-2xl glow-orange">
인정 절차 확인하기
</button>
@@ -260,6 +260,29 @@
현장 체크리스트
</button>
</div>
<!-- Video Section -->
<div class="mt-16 max-w-4xl mx-auto animate-slide-up" style="animation-delay: 0.2s;">
<div class="card-glass rounded-3xl p-6 md:p-8 overflow-hidden border border-white/10 hover:border-orange-500/30 transition-all">
<div class="flex items-center justify-center gap-3 mb-6">
<div class="w-2 h-2 bg-orange-500 rounded-full animate-pulse"></div>
<h3 class="text-2xl md:text-3xl font-black text-white tracking-tight">
<span class="fire-text-gradient">품질인정제도의 현실</span>
</h3>
<div class="w-2 h-2 bg-orange-500 rounded-full animate-pulse"></div>
</div>
<div class="relative w-full" style="padding-bottom: 56.25%; background: #000;">
<iframe
src="https://player.vimeo.com/video/1151273154?title=0&byline=0&portrait=0&badge=0&autopause=0&player_id=0&app_id=58479"
frameborder="0"
allow="autoplay; fullscreen; picture-in-picture"
allowfullscreen
class="absolute top-0 left-0 w-full h-full rounded-2xl"
style="border: none;">
</iframe>
</div>
</div>
</div>
</div>
</header>