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

@@ -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' }}>