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:
@@ -76,8 +76,8 @@ const automationTypes = [
|
||||
];
|
||||
|
||||
const plans = [
|
||||
{ name: '단순 자동화', price: '100,000원~', desc: '단일 작업 · 1~3일 소요', examples: '엑셀 매크로, 단순 스크래핑, 이메일 자동화', highlight: false },
|
||||
{ name: '중간 자동화', price: '300,000원~', desc: '복합 작업 · 1~2주 소요', examples: 'RPA 프로세스, API 연동, 텔레그램 봇', highlight: true },
|
||||
{ name: '단순 자동화', price: '5만원~', desc: '단일 작업 · 1~3일 소요', examples: '엑셀 매크로, 단순 스크래핑, 이메일 자동화', highlight: false },
|
||||
{ name: '자동화 심화', price: '15만원~', desc: '복합 작업 · 1~2주 소요', examples: 'RPA 프로세스, API 연동, 텔레그램 봇', highlight: true },
|
||||
{ name: '대형 자동화', price: '협의', desc: '시스템 통합 · 2주 이상 소요', examples: '전사 업무 자동화, 멀티 시스템 통합', highlight: false },
|
||||
];
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -67,7 +67,7 @@ const processSteps = [
|
||||
const plans = [
|
||||
{
|
||||
name: '스타터',
|
||||
price: '50',
|
||||
price: '20',
|
||||
unit: '만원~',
|
||||
color: '#38bdf8',
|
||||
features: ['5페이지 이내', '반응형 디자인', '기본 SEO 설정', '1개월 유지보수', '3~5영업일 납품'],
|
||||
@@ -75,7 +75,7 @@ const plans = [
|
||||
},
|
||||
{
|
||||
name: '비즈니스',
|
||||
price: '150',
|
||||
price: '100',
|
||||
unit: '만원~',
|
||||
color: '#818cf8',
|
||||
featured: true,
|
||||
@@ -84,7 +84,7 @@ const plans = [
|
||||
},
|
||||
{
|
||||
name: '프리미엄',
|
||||
price: '300',
|
||||
price: '200',
|
||||
unit: '만원~',
|
||||
color: '#f472b6',
|
||||
features: ['페이지 수 무제한', '맞춤 디자인', '결제/회원 시스템', 'DB 연동', '6개월 유지보수', '일정 협의'],
|
||||
@@ -181,7 +181,7 @@ export default function WebsiteServicePage() {
|
||||
<div style={{ display: 'flex', gap: 32, justifyContent: 'center', marginTop: 48, flexWrap: 'wrap' }}>
|
||||
{[
|
||||
{ num: '3~5일', label: '최단 납품 (스타터)' },
|
||||
{ num: '50만원~', label: '시작 가격' },
|
||||
{ num: '20만원~', label: '시작 가격' },
|
||||
{ num: '전액환불', label: '납품 전 환불 보장' },
|
||||
].map((s) => (
|
||||
<div key={s.label} style={{ textAlign: 'center' }}>
|
||||
|
||||
Reference in New Issue
Block a user