feat: AI 자동화 키트 신규 서비스 + 프롬프트 결제 연동 + 관리자 수익 목표 추적
- app/services/ai-kit/page.tsx: AI 자동화 월 구독 키트 서비스 페이지 신규 생성 (19,900원/월) - 6종 자동화 도구(업무일지·이메일·매출분석·SNS·회의록·상품설명) 소개 - PaymentButton 결제 연동, 후기·FAQ·CTA 포함 - lib/products.ts: 신규 상품 7종 추가 - prompt_image_gen(12,900) / prompt_resume(9,900) / prompt_email(10,900) - prompt_marketing(12,900) / prompt_report(10,900) / ai_kit_monthly(19,900) - app/services/prompt/page.tsx: 프리미엄 패키지 CTA를 ContactModal → PaymentButton으로 교체 - app/components/Sidebar.tsx: AI 자동화 키트 메뉴 항목 추가 (NEW 배지) - app/page.tsx: SUBSCRIPTION_SERVICES에 AI 자동화 키트 항목 추가 - app/admin/dashboard/page.tsx: 월 100만원 목표 수익 추적 카드(MonthlyGoalCard) 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -48,6 +48,17 @@ const navItems = [
|
||||
label: '프롬프트 엔지니어링',
|
||||
desc: 'AI 최적화',
|
||||
},
|
||||
{
|
||||
href: '/services/ai-kit',
|
||||
icon: (
|
||||
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 10V3L4 14h7v7l9-11h-7z" />
|
||||
</svg>
|
||||
),
|
||||
label: 'AI 자동화 키트',
|
||||
desc: '월 구독 자동화 도구',
|
||||
badge: 'NEW',
|
||||
},
|
||||
{
|
||||
href: '/saju',
|
||||
icon: (
|
||||
@@ -57,7 +68,6 @@ const navItems = [
|
||||
),
|
||||
label: 'AI 사주 분석',
|
||||
desc: '사주팔자 + AI 해석',
|
||||
badge: 'NEW',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user