hide: 로또 서비스 전면 비공개 (PG 심사 정책 대응)
- 홈페이지: FREE_TOOLS, LIVE_SERVICES에서 로또 제거
- 사이드바: 로또 번호 추천 메뉴 제거
- SEO: 키워드, JSON-LD에서 로또 제거
- lib/products.ts: lotto_gold/platinum/diamond 상품 삭제
- 결제 테스트: 로또 상품 제거
- 로또 페이지: redirect('/') 복원
- DB 마이그레이션 005: lotto 카테고리 DELETE 추가 + saju_detail 1000원 반영
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
12
app/page.tsx
12
app/page.tsx
@@ -57,17 +57,6 @@ const FREE_TOOLS = [
|
||||
desc: '생년월일 입력하면 AI가 성격·직업·관계·운세를 즉시 분석',
|
||||
badge: '무료',
|
||||
},
|
||||
{
|
||||
href: '/services/lotto',
|
||||
icon: (
|
||||
<svg className="w-6 h-6 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24" strokeWidth={1.5}>
|
||||
<path strokeLinecap="round" strokeLinejoin="round" d="M12 6v12m-3-2.818l.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
|
||||
</svg>
|
||||
),
|
||||
title: '로또 번호 추천',
|
||||
desc: '빅데이터·통계 기반 AI 번호 분석. 매주 업데이트.',
|
||||
badge: '무료',
|
||||
},
|
||||
{
|
||||
href: '/tools',
|
||||
icon: (
|
||||
@@ -86,7 +75,6 @@ const LIVE_SERVICES = [
|
||||
{ name: '쟁승메이드', label: '이 사이트' },
|
||||
{ name: 'AI 사주 분석', label: '유료 서비스' },
|
||||
{ name: 'AI 자동화 키트', label: '월 구독' },
|
||||
{ name: '로또 번호 추천', label: '무료 서비스' },
|
||||
];
|
||||
|
||||
function useScrollReveal() {
|
||||
|
||||
Reference in New Issue
Block a user