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:
@@ -6,7 +6,6 @@ import { EARTHLY_BRANCHES_KR, FIVE_ELEMENTS_KR, FIVE_ELEMENTS } from '@/lib/saju
|
||||
import { calculateElementScore, performFullAnalysis } from '@/lib/ai-interpretation';
|
||||
import { createClient } from '@/lib/supabase/server';
|
||||
import SajuAISection from './SajuAISection';
|
||||
import SajuLottoSection from './SajuLottoSection';
|
||||
import SajuFortuneSection from './SajuFortuneSection';
|
||||
|
||||
interface PageProps {
|
||||
@@ -569,29 +568,6 @@ export default async function SajuResultPage({ searchParams }: PageProps) {
|
||||
/>
|
||||
)}
|
||||
|
||||
{/* 사주 연동 로또 번호 추천 (사주 결제 시 표시) */}
|
||||
{hasPaid && (
|
||||
<SajuLottoSection
|
||||
yongShin={analysis.yongShin.yongShin}
|
||||
yongShinKr={analysis.yongShin.yongShinKr}
|
||||
heeShin={analysis.yongShin.heeShin}
|
||||
heeShinKr={analysis.yongShin.heeShinKr}
|
||||
dayBranch={sajuData.day.branch}
|
||||
dayStemKr={sajuData.day.stemKr}
|
||||
currentDaeun={currentDaeun ? {
|
||||
stemKr: currentDaeun.stemKr,
|
||||
branchKr: currentDaeun.branchKr,
|
||||
startYear: currentDaeun.startYear,
|
||||
endYear: currentDaeun.endYear,
|
||||
age: currentDaeun.age,
|
||||
} : null}
|
||||
yearNum={yearNum}
|
||||
monthNum={monthNum}
|
||||
dayNum={dayNum}
|
||||
hasLottoSubscription={hasLottoSubscription}
|
||||
/>
|
||||
)}
|
||||
|
||||
{/* 대운 */}
|
||||
<div className="bg-white rounded-2xl border border-[#dbe8ff] p-6">
|
||||
<h2 className="text-lg font-extrabold text-[#04102b] mb-5 text-center">
|
||||
|
||||
Reference in New Issue
Block a user