refactor: AI 음악 메인 개편 — 로또/프롬프트/자동화 삭제, 음악/블로그 팩 신규

- 삭제: services/{lotto,prompt,automation,ai-kit,stock,tools} + api/{lotto,tools}
- 노출 제거: /freelance, /services/website (noindex + robots/sitemap 제외, 외부 지원서 링크 유지)
- 신규: /services/music (3-tier 39k/99k/149k, 4단계 프로세스)
- 신규: /services/blog (블로그 자동화 팩 29k 1회성)
- 신규: PurchaseAgreementModal (전자상거래법 17조 동의 + 계좌이체)
- 개편: 홈 대시보드 (음악 Hero + 사주/블로그팩/일반문의 서브카드)
- 사이드바 재구성, sitemap/robots/JSON-LD 갱신
- 환불정책 신규 상품 반영 + 법적 근거 명시

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-15 00:56:34 +09:00
parent 441bf00b95
commit 5cc224a743
57 changed files with 1175 additions and 7911 deletions

View File

@@ -545,7 +545,7 @@ export default function MyPage() {
icon="📦"
title="활성 구독이 없습니다"
desc="구독 중인 서비스가 없습니다"
linkHref="/services/prompt"
linkHref="/services/music"
linkLabel="서비스 둘러보기"
/>
) : (
@@ -645,7 +645,7 @@ export default function MyPage() {
{/* 서비스 이동 */}
<div className="text-center py-2">
<a href="/services/prompt" className="text-sm text-slate-400 hover:text-slate-600 transition">
<a href="/services/music" className="text-sm text-slate-400 hover:text-slate-600 transition">
</a>
</div>