// Marketing site — media section (future showreel video + photo gallery slots). const { Badge } = window.TheGangsaDesignSystem_223a82; function Media() { return (
Showreel

매장이 달라지는 순간

소개 영상과 매장 사진을 이 영역에 게시하세요. 슬롯을 클릭하거나 이미지를 끌어다 놓으면 됩니다.

{/* Showreel — 16:9 video/cover slot */}
소개 영상 자리 (차후 게시)
{/* Photo gallery — fillable slots */}
{[ { id: "tg-shot-1", cap: "매장 전경" }, { id: "tg-shot-2", cap: "시술/제품" }, { id: "tg-shot-3", cap: "리뷰·성과" }, ].map((s) => (
{s.cap}
))}
); } window.Media = Media;