diff --git a/next-app/apps/web/src/app/games/page.tsx b/next-app/apps/web/src/app/games/page.tsx
new file mode 100644
index 0000000..e843788
--- /dev/null
+++ b/next-app/apps/web/src/app/games/page.tsx
@@ -0,0 +1,66 @@
+import Link from 'next/link';
+import { Trophy, Sparkles } from 'lucide-react';
+
+const ROWS = [
+ { title: '포인트 바카라', desc: '실시간 카드 게임', href: '/games/bacara', emoji: '🃏', from: '#22d3ee', to: '#0e7490' },
+ { title: '88 포춘', desc: 'Lightning 잭팟', href: '/games/fortunes', emoji: '🎰', from: '#facc15', to: '#a16207' },
+ { title: '5 트레저', desc: '5종 보물 슬롯', href: '/games/fivetreasures', emoji: '💎', from: '#a78bfa', to: '#5b21b6' },
+ { title: '바다이야기', desc: '추억의 슬롯', href: '/games/seastory', emoji: '🐚', from: '#60a5fa', to: '#1d4ed8' },
+ { title: '다빈치', desc: '르네상스 보물', href: '/games/davinci', emoji: '🎨', from: '#fb923c', to: '#9a3412' },
+ { title: '오션 파라다이스', desc: '바다의 잭팟', href: '/games/oceanparadise', emoji: '🐠', from: '#06b6d4', to: '#0e7490' },
+ { title: '체리마스터', desc: '클래식 체리 릴', href: '/games/cherrymaster', emoji: '🍒', from: '#f43f5e', to: '#be123c' },
+ { title: '야마토', desc: '우주전함', href: '/games/yamato', emoji: '🚀', from: '#7c3aed', to: '#4c1d95' },
+ { title: '강시', desc: '강시 슬롯', href: '/games/kyoushi', emoji: '🧟', from: '#16a34a', to: '#166534' },
+ { title: '루팡', desc: '괴도 루팡', href: '/games/lupin', emoji: '🕵️', from: '#475569', to: '#1e293b' },
+ { title: '대공', desc: '대공 슬롯', href: '/games/taiku', emoji: '🛡️', from: '#facc15', to: '#854d0e' },
+ { title: '축제', desc: '일본 마츠리', href: '/games/matsuri', emoji: '🎏', from: '#ef4444', to: '#7f1d1d' },
+ { title: '마릴린먼로', desc: '마릴린 모티프', href: '/games/marilyn', emoji: '💋', from: '#ec4899', to: '#831843' },
+ { title: '고인돌', desc: '원시인 가족', href: '/games/giatrus', emoji: '🦴', from: '#a3a3a3', to: '#404040' },
+ { title: '반지의 제왕', desc: '판타지 어드벤처', href: '/games/rings', emoji: '💍', from: '#fbbf24', to: '#92400e' },
+ { title: '바카본', desc: '레트로 슬롯', href: '/games/bakabon', emoji: '👶', from: '#fb7185', to: '#9f1239' },
+];
+
+export default function GamesHub() {
+ return (
+
+
+
+
+ 슬롯 / 릴 시뮬레이터 (15종)
+
+ {ROWS.map((g) => (
+
+
{g.emoji}
+
+
+ ))}
+
+
+
+
+
+ 스포츠
+ ⚽ 크로스 / 스페셜 배팅
+ 여러 경기를 묶거나 단일 특수 베팅
+
+
+ 미니게임
+ 🎲 슬롯홀짝 / 파워볼 [1분]
+ 1분마다 진행되는 빠른 미니게임
+
+
+
+ );
+}
diff --git a/next-app/apps/web/src/app/tv/bighand/page.tsx b/next-app/apps/web/src/app/tv/bighand/page.tsx
new file mode 100644
index 0000000..018abd2
--- /dev/null
+++ b/next-app/apps/web/src/app/tv/bighand/page.tsx
@@ -0,0 +1,20 @@
+import { Tv } from 'lucide-react';
+
+export default function BighandPage() {
+ return (
+
+
+
+ 방송 안내
+ 큰손형 방송은 KICK 측 정책상 외부 페이지 새창으로 이동합니다. 방송 일정/하이라이트는 본 페이지에서 별도 안내됩니다.
+
+
+ );
+}
diff --git a/next-app/apps/web/src/components/Chrome/Header.tsx b/next-app/apps/web/src/components/Chrome/Header.tsx
index c973e1a..d6eebf5 100644
--- a/next-app/apps/web/src/components/Chrome/Header.tsx
+++ b/next-app/apps/web/src/components/Chrome/Header.tsx
@@ -40,7 +40,7 @@ function UtilityBar({ user }: { user: SiteUser | null }) {
{user ? null : (
로그인
)}
- 구매내역
+ 구매내역
setOpen(true)} onMouseLeave={() => setOpen(false)}>