fix: Pricing 기본 토글을 월간 결제로 변경 (미팅 자료 명료화)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>main
parent
c020540085
commit
7251c6d153
|
|
@ -357,7 +357,7 @@ function EnterpriseContact() {
|
||||||
// ─── PricingPage 본체 ────────────────────────────────────────────
|
// ─── PricingPage 본체 ────────────────────────────────────────────
|
||||||
export default function PricingPage() {
|
export default function PricingPage() {
|
||||||
const [searchParams] = useSearchParams();
|
const [searchParams] = useSearchParams();
|
||||||
const [billing, setBilling] = useState<'monthly' | 'annual'>('annual');
|
const [billing, setBilling] = useState<'monthly' | 'annual'>('monthly');
|
||||||
|
|
||||||
// 유입 소스 추적 — 추후 Supabase `analytics_events` 테이블로 전송
|
// 유입 소스 추적 — 추후 Supabase `analytics_events` 테이블로 전송
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue