fix: Pricing 기본 토글을 월간 결제로 변경 (미팅 자료 명료화)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
main
Haewon Kam 2026-04-28 11:41:41 +09:00
parent c020540085
commit 7251c6d153
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ function EnterpriseContact() {
// ─── PricingPage 본체 ────────────────────────────────────────────
export default function PricingPage() {
const [searchParams] = useSearchParams();
const [billing, setBilling] = useState<'monthly' | 'annual'>('annual');
const [billing, setBilling] = useState<'monthly' | 'annual'>('monthly');
// 유입 소스 추적 — 추후 Supabase `analytics_events` 테이블로 전송
useEffect(() => {