feat: TopNav 뮤직 중심 재편 (Home/Showcase/Pricing/API)

블로그 팩·AI 사주 제거 — 홈 '다른 도구들' 카드로 유지
음악 메인 상품 포커스 강화

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-15 02:58:42 +09:00
parent 5d8b74bb39
commit 339cbbc47a

View File

@@ -6,10 +6,9 @@ import { useState, useEffect } from 'react';
const LINKS = [ const LINKS = [
{ href: '/', label: 'Home' }, { href: '/', label: 'Home' },
{ href: '/services/music', label: 'AI 음악' }, { href: '/services/music#samples', label: 'Showcase' },
{ href: '/services/blog', label: '블로그 팩' }, { href: '/services/music#pricing', label: 'Pricing' },
{ href: '/saju', label: 'AI 사주' }, { href: '/services/music', label: 'API' },
{ href: '/legal/refund', label: '환불정책' },
]; ];
export default function TopNav() { export default function TopNav() {