feat: 샘플 갤러리 별도 페이지 + 메인은 TOP 1개만
- /services/music/samples 신규: 6개 장르 샘플 갤러리 + 구매 CTA - 음악 페이지 #samples 섹션: 가장 인기 1개(featured)만 노출 + 갤러리 링크 - TopNav/Hero 보조 CTA '샘플' → /services/music/samples 로 통일 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import { useState, useEffect } from 'react';
|
||||
|
||||
const LINKS = [
|
||||
{ href: '/', label: '홈' },
|
||||
{ href: '/services/music#samples', label: '샘플' },
|
||||
{ href: '/services/music/samples', label: '샘플' },
|
||||
{ href: '/services/music#pricing', label: '가격' },
|
||||
{ href: '/services/music', label: '팩 상세' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user