'use client'
import { useState } from 'react'
const PHASES = [
{ phase: 'Phase 0', label: 'MVP Launch', date: 'May 2026', status: 'done', color: '#22c55e', items: ['Public website (empire-ui.com)', '60+ components published', 'MCP server live', 'Admin panel with CRUD', 'Waitlist system'] },
{ phase: 'Phase 1', label: 'User Auth & Pro Gating', ProductTimeline