diff --git a/app/page.tsx b/app/page.tsx
index 925b027..ca2cb4e 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -207,7 +207,7 @@ export default function Home() {
- 프로젝트 100,000원~
+ 5만원~
프로젝트
자세히 보기 →
diff --git a/app/services/automation/page.tsx b/app/services/automation/page.tsx
index 1367ae7..41eaaa0 100644
--- a/app/services/automation/page.tsx
+++ b/app/services/automation/page.tsx
@@ -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 },
];
diff --git a/app/services/stock/page.tsx b/app/services/stock/page.tsx
index 5213c07..c9d3bbc 100644
--- a/app/services/stock/page.tsx
+++ b/app/services/stock/page.tsx
@@ -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,
diff --git a/app/services/website/page.tsx b/app/services/website/page.tsx
index a761bc4..adde162 100644
--- a/app/services/website/page.tsx
+++ b/app/services/website/page.tsx
@@ -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() {
{[
{ num: '3~5일', label: '최단 납품 (스타터)' },
- { num: '50만원~', label: '시작 가격' },
+ { num: '20만원~', label: '시작 가격' },
{ num: '전액환불', label: '납품 전 환불 보장' },
].map((s) => (