'use client'; import { useState } from 'react'; import Link from 'next/link'; import ContactModal from './components/ContactModal'; import { trackCTAClick } from '../lib/gtag'; /* ═══════════════════════════════════════════════════ 쟁승메이드 홈 — v5 (Kinetic Ether Dashboard) 상단 라우터 페이지를 워크스페이스형 대시보드로 재구성. ═══════════════════════════════════════════════════ */ interface Tile { href: string; label: string; title: string; desc: string; tag: string; tagColor: string; onClick?: () => void; } export default function Home() { const [modalOpen, setModalOpen] = useState(false); const tiles: Tile[] = [ { href: '/services/music', label: 'FLAGSHIP', title: 'AI 음악 마스터', desc: '네 사연을 노래로. 쇼츠까지 한 번에. Suno·Runway·유튜브 SEO를 묶은 4단계 공정 팩.', tag: '₩39k~149k', tagColor: 'var(--kx-primary)', }, { href: '/services/blog', label: 'DIGITAL PACK', title: '블로그 자동화 팩', desc: '프롬프트 조합법 + 템플릿 PDF + 샘플. 쿠팡파트너스·애드포스트 수익화 루틴.', tag: '₩29,000', tagColor: 'var(--kx-secondary)', }, { href: '/saju', label: 'FREE TOOL', title: 'AI 사주 분석', desc: '사주팔자 자동 산출 + Gemini 기반 해석. 검증된 계산 엔진.', tag: 'FREE', tagColor: '#40ceed', }, ]; return (
AI로 음악을 뽑는 게 아니라,{' '} 고품질 결과물을 빠르게 뽑는 법을 팝니다. 컨셉 → 음악 → 비주얼 → 퍼블리싱, 4단계 공정을 구조화한 마스터 팩.
{t.desc}
맞춤 개발·컨설팅·협업 제안 모두 환영합니다. 24시간 이내 회신 드립니다.