feat: 미결제 서비스 전체 토스페이먼츠 결제 연결
products.ts — 7개 상품 신규 등록: - prompt_team (249,000원): 팀/기업 프롬프트 패키지 - automation_basic (50,000원): 단순 업무 자동화 - automation_advanced (150,000원): 자동화 심화 - website_starter (200,000원): 홈페이지 스타터 - website_business (1,000,000원): 홈페이지 비즈니스 - website_premium (2,000,000원): 홈페이지 프리미엄 PaymentButton — style prop 추가 (inline-style 페이지 대응) 프롬프트 서비스: 팀/기업 패키지 PaymentButton 연결 업무 자동화: 단순·심화 플랜 PaymentButton 연결 (대형은 협의가격→ContactModal 유지) 웹사이트 제작: 전 플랜 Link 버튼 → PaymentButton 전환 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -77,4 +77,46 @@ export const PRODUCTS: Record<string, Product> = {
|
||||
type: 'one_time',
|
||||
description: '업무 유형별 프롬프트 5개 설계 · 수정 3회 · 1:1 교육 포함',
|
||||
},
|
||||
prompt_team: {
|
||||
id: 'prompt_team',
|
||||
name: '프롬프트 팀/기업 패키지',
|
||||
price: 249000,
|
||||
type: 'one_time',
|
||||
description: '팀 전체 프롬프트 시스템 구축 · 10개 이상 설계 · 교육 자료 포함',
|
||||
},
|
||||
automation_basic: {
|
||||
id: 'automation_basic',
|
||||
name: '단순 업무 자동화',
|
||||
price: 50000,
|
||||
type: 'one_time',
|
||||
description: '단일 반복 업무 자동화 1건 개발 · 1~3일 납품',
|
||||
},
|
||||
automation_advanced: {
|
||||
id: 'automation_advanced',
|
||||
name: '업무 자동화 심화',
|
||||
price: 150000,
|
||||
type: 'one_time',
|
||||
description: '복합 업무 자동화 개발 · RPA·API 연동 · 1~2주 납품',
|
||||
},
|
||||
website_starter: {
|
||||
id: 'website_starter',
|
||||
name: '홈페이지 스타터 패키지',
|
||||
price: 200000,
|
||||
type: 'one_time',
|
||||
description: '5페이지 이내 반응형 홈페이지 · 기본 SEO · 3~5영업일 납품',
|
||||
},
|
||||
website_business: {
|
||||
id: 'website_business',
|
||||
name: '홈페이지 비즈니스 패키지',
|
||||
price: 1000000,
|
||||
type: 'one_time',
|
||||
description: '10페이지 이내 · 관리자 페이지 · SEO 최적화 · 1~2주 납품',
|
||||
},
|
||||
website_premium: {
|
||||
id: 'website_premium',
|
||||
name: '홈페이지 프리미엄 패키지',
|
||||
price: 2000000,
|
||||
type: 'one_time',
|
||||
description: '페이지 수 무제한 · 결제/회원 시스템 · DB 연동 · 일정 협의',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user