hide: 로또·주식 서비스 잔존 노출 전면 제거

- app/freelance/page.tsx: 포트폴리오 카드에서 주식 자동 매매·로또 번호 분석 항목 삭제
- app/components/ContactModal.tsx: 문의 서비스 셀렉트에서 로또·주식 옵션 제거 → AI 자동화 키트 추가
- app/components/ContactForm.tsx: 동일하게 로또·주식 옵션 제거 → AI 자동화 키트 추가
- app/landing/page.tsx: 서비스 카드 배열에서 로또·주식 항목 삭제
- app/layout.tsx: 메타데이터 keywords에서 "로또 번호 추천", "주식 자동 매매" 제거 → "AI 자동화 키트" 추가
- app/sitemap.ts: /services/stock · /services/lotto URL 제거, /services/ai-kit 추가

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-28 13:56:24 +09:00
parent 8c22d2cdb2
commit 34977521fd
6 changed files with 6 additions and 73 deletions

View File

@@ -5,30 +5,6 @@ import Link from 'next/link';
/* ─────────────────────────── DATA ─────────────────────────── */
const services = [
{
id: 'lotto',
icon: 'lotto',
title: '로또 번호 추천',
tag: '구독형',
tagColor: '#7c3aed',
price: '월 9,900원~',
desc: '빅데이터·통계 기반 번호 분석. 실제 운영 중인 서버에서 매주 데이터를 갱신합니다.',
url: 'lotto.jaengseung-made.com',
href: '/services/lotto',
color: '#7c3aed',
},
{
id: 'stock',
icon: 'stock',
title: '주식 자동매매',
tag: '설치형',
tagColor: '#0ea5e9',
price: '설치비 49,000원~',
desc: '텔레그램 연동 자동 매매 프로그램. 조건 설정 후 24시간 무인 운영 가능.',
url: 'stock.jaengseung-made.com',
href: '/services/stock',
color: '#0ea5e9',
},
{
id: 'automation',
icon: 'automation',