문어 이미지 추가
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
<p class="text-slate-400 text-lg">혁신적인 업무 자동화의 미래를 영상으로 확인하세요.</p>
|
||||
</header>
|
||||
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 animate-slide-up" style="animation-delay: 0.2s;">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 animate-slide-up" style="animation-delay: 0.2s;">
|
||||
<!-- Video Card 1 -->
|
||||
<div class="card-glass rounded-3xl p-6 flex flex-col">
|
||||
<div class="video-container mb-6 shadow-2xl">
|
||||
@@ -172,6 +172,25 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Video Card 5: 안경 쓴 문어 -->
|
||||
<div class="card-glass rounded-3xl p-6 flex flex-col">
|
||||
<div class="video-container mb-6 shadow-2xl">
|
||||
<iframe src="https://player.vimeo.com/video/1152134596?h=0&title=0&byline=0&portrait=0" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
|
||||
</div>
|
||||
<div class="flex-1">
|
||||
<h3 class="text-xl font-bold text-white mb-2">My Octopus 스마트 가이드</h3>
|
||||
<p class="text-slate-400 text-sm leading-relaxed">안경 쓴 스마트한 문어 캐릭터가 설명해주는 깊이 있는 비즈니스 가이드입니다.</p>
|
||||
</div>
|
||||
<div class="mt-6 pt-6 border-t border-white/5 flex items-center justify-between">
|
||||
<span class="text-[10px] font-bold text-rose-400 uppercase tracking-widest">Smart Octopus</span>
|
||||
<div class="flex gap-1">
|
||||
<span class="w-1 h-1 rounded-full bg-rose-500"></span>
|
||||
<span class="w-1 h-1 rounded-full bg-rose-500 opacity-50"></span>
|
||||
<span class="w-1 h-1 rounded-full bg-rose-500 opacity-25"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="mt-20 text-center animate-slide-up" style="animation-delay: 0.4s;">
|
||||
|
||||
Reference in New Issue
Block a user