feat: 서비스 가격 전면 개편

- 홈페이지 제작: 50→20만, 150→100만, 300→200만원
- 업무 자동화: 10→5만, 중간→자동화심화 15만원 (이름 변경 포함)
- 주식 자동매매: 스타터 99→49k/29→9.9k, 프로 199→99k/49→29k
- 홈 서비스 카드 가격 동기화 (stock, automation)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 11:48:39 +09:00
parent 64393e9740
commit a55cd0e7e2
4 changed files with 12 additions and 12 deletions

View File

@@ -25,8 +25,8 @@ const features = [
const plans = [
{
name: '스타터',
installPrice: '99,000원',
monthlyPrice: '29,000원',
installPrice: '49,000원',
monthlyPrice: '9,900원',
desc: '1개 종목 자동 매매',
features: ['1개 종목 모니터링', '텔레그램 매매 알림', '기본 기술적 분석 전략', '손절/익절 자동 설정', '월간 손익 리포트'],
highlight: false,
@@ -34,8 +34,8 @@ const plans = [
},
{
name: '프로',
installPrice: '199,000원',
monthlyPrice: '49,000원',
installPrice: '99,000원',
monthlyPrice: '29,000원',
desc: '최대 5개 종목 + 전략 커스터마이징',
features: ['최대 5개 종목 동시 운영', '전략 파라미터 커스터마이징', '다중 기술적 지표 조합', '실시간 포트폴리오 현황', '주간 성과 분석 리포트', '1개월 무상 기술 지원'],
highlight: true,