diff --git a/app/components/ContactForm.tsx b/app/components/ContactForm.tsx
index 078770e..8310273 100644
--- a/app/components/ContactForm.tsx
+++ b/app/components/ContactForm.tsx
@@ -108,12 +108,7 @@ function ContactFormInner() {
className="w-full px-3.5 py-2.5 text-sm border border-[#dbe8ff] rounded-xl focus:ring-2 focus:ring-[#1a56db] focus:border-[#1a56db] outline-none bg-white disabled:bg-slate-50"
>
-
-
-
-
-
-
+
diff --git a/app/components/ContactModal.tsx b/app/components/ContactModal.tsx
index ad2b0bb..5bbb136 100644
--- a/app/components/ContactModal.tsx
+++ b/app/components/ContactModal.tsx
@@ -262,12 +262,7 @@ export default function ContactModal({
>
-
-
-
-
-
-
+
diff --git a/app/freelance/page.tsx b/app/freelance/page.tsx
index c647251..f286a70 100644
--- a/app/freelance/page.tsx
+++ b/app/freelance/page.tsx
@@ -38,32 +38,6 @@ function useCounter(target: number, duration = 1400) {
/* ─── Data ─── */
const portfolio = [
- {
- title: '주식 자동 매매 프로그램',
- category: '핀테크 · 알고트레이딩',
- desc: '텔레그램 연동 주식 자동 매매 시스템. 기술적 분석 신호 기반 자동 매수/매도, 포트폴리오 관리 기능 포함.',
- result: '매매 신호 알림 2,300+회 자동 발송 (직접 운영 중)',
- tags: ['Python', 'Telegram API', '증권사 API', 'SQLite'],
- status: '직접 운영 중',
- statusType: 'live',
- accentFrom: '#011225',
- accentTo: '#01204a',
- accentColor: 'text-emerald-400',
- borderAccent: 'border-emerald-400/30',
- },
- {
- title: '로또 번호 분석 서비스',
- category: '데이터 분석 · 구독 서비스',
- desc: '1,100+회차 로또 데이터 분석 플랫폼. 출현 빈도·핫/콜드 번호 통계 및 매주 번호 조합 자동 생성.',
- result: '1,100+회차 데이터 자동 수집·분석, 구독자 매주 자동 발송',
- tags: ['Python', 'FastAPI', 'PostgreSQL', 'Next.js'],
- status: 'NAS 서버 운영 중',
- statusType: 'live',
- accentFrom: '#1a0a00',
- accentTo: '#3d1a00',
- accentColor: 'text-amber-400',
- borderAccent: 'border-amber-400/30',
- },
{
title: 'Gmail 자동화 RPA',
category: 'RPA · 업무 자동화',
diff --git a/app/landing/page.tsx b/app/landing/page.tsx
index 91682ba..c12e83a 100644
--- a/app/landing/page.tsx
+++ b/app/landing/page.tsx
@@ -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',
diff --git a/app/layout.tsx b/app/layout.tsx
index 57ddf17..3a8b6eb 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -16,8 +16,7 @@ export const metadata: Metadata = {
"업무 자동화",
"RPA",
"웹사이트 제작",
- "로또 번호 추천",
- "주식 자동 매매",
+ "AI 자동화 키트",
"텔레그램 봇",
"엑셀 자동화",
"프롬프트 엔지니어링",
diff --git a/app/sitemap.ts b/app/sitemap.ts
index 9942262..e41d7ae 100644
--- a/app/sitemap.ts
+++ b/app/sitemap.ts
@@ -36,16 +36,10 @@ export default function sitemap(): MetadataRoute.Sitemap {
priority: 0.8,
},
{
- url: `${base}/services/stock`,
+ url: `${base}/services/ai-kit`,
lastModified: now,
- changeFrequency: 'monthly',
- priority: 0.7,
- },
- {
- url: `${base}/services/lotto`,
- lastModified: now,
- changeFrequency: 'monthly',
- priority: 0.6,
+ changeFrequency: 'weekly',
+ priority: 0.9,
},
{
url: `${base}/saju`,