fix: 로또 페이지 리다이렉트 복원 + 사주 가격 1,000원으로 변경

- 로또 서비스 페이지: 토스 정책으로 숨겼던 페이지를 PortOne 전환에 맞춰 복원
- 사주 상세 해석 가격: 4,900원 → 1,000원 (lib/products.ts, UI, schema.sql)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-08 01:35:13 +09:00
parent 9433a3664c
commit 0f5c2b855e
5 changed files with 377 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ export const PRODUCTS: Record<string, Product> = {
saju_detail: {
id: 'saju_detail',
name: 'AI 사주 상세 리포트',
price: 4900,
price: 1000,
type: 'one_time',
description: 'AI 12가지 항목 상세 해석',
},