chore(blog): /work/blog 라우트·참조·메타 완전 제거 (2026-05-29 재정의)

- app/work/blog/, lib/blog-tools/ 폴더 삭제
- 홈·work 허브 카드/카피, footer 링크에서 블로그 자동화 제거
- layout.tsx keywords·description·JSON-LD Offer 제거
- refund 약관 상품 목록 정리, sitemap /services/blog 엔트리 제거
- next.config: /services/blog·/work/blog → /work 301 리다이렉트

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-31 15:51:40 +09:00
parent 87aa498500
commit ec8c4345b8
12 changed files with 13 additions and 551 deletions

View File

@@ -25,12 +25,6 @@ const CARDS = [
desc: 'AI 사주팔자 + 12개 항목 해석 (무료)',
key: 'saju',
},
{
href: '/work/blog',
label: '블로그 자동화',
desc: '수익 엔진 팩 · 자동화 마케팅 콘텐츠',
key: 'blog',
},
];
export default function WorkHub() {
@@ -67,13 +61,13 @@ export default function WorkHub() {
</h1>
<p className="text-base md:text-lg text-white/70 max-w-2xl mx-auto leading-relaxed">
7 ··. , , AI , .
7 ··. , , AI .
</p>
</div>
</section>
<section className="py-20 px-6">
<div className="max-w-6xl mx-auto grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4">
<div className="max-w-6xl mx-auto grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
{CARDS.map((c) => (
<Link
key={c.key}