// services-data.jsx — the 10 ready-to-use systems

const SERVICES = [
  {
    id: 'lead',
    cat: 'Sales',
    icon: '◉',
    title: 'Lead Capture & Follow-Up',
    tagline: 'Reply to every lead within seconds, not hours.',
    best: 'Businesses getting leads from forms, ads, landing pages, or referrals.',
    does: 'Captures new leads, qualifies them with AI, sends a personalized follow-up, updates your CRM, and notifies the team — all in one flow.',
    includes: ['Website form capture', 'AI lead scoring', 'Instant follow-up email', 'CRM record creation', 'Sales task assignment', 'Slack / Teams alert', 'Duplicate detection', 'Lead dashboard'],
    flow: ['Form submit', 'Validate + dedupe', 'AI qualify', 'Send follow-up', 'Update CRM', 'Notify team'],
    metric: { before: '6h avg response', after: '47s avg response', delta: '−98%' },
  },
  {
    id: 'onboarding',
    cat: 'Operations',
    icon: '◈',
    title: 'Client Onboarding',
    tagline: 'Every new client gets the same flawless start.',
    best: 'Agencies, consultants, coaches, SaaS, service providers.',
    does: 'Automates everything that happens after someone becomes a client — welcome emails, intake, file setup, internal tasks, and status tracking.',
    includes: ['Welcome email sequence', 'Intake form + parsing', 'Project folder creation', 'Task templates', 'Invoice / payment check', 'Internal handoff', 'Onboarding checklist', 'Optional client portal'],
    flow: ['Contract signed', 'Send welcome', 'Collect intake', 'Create workspace', 'Assign tasks', 'Notify owner'],
    metric: { before: '3 days to active', after: '2 hours to active', delta: '−96%' },
  },
  {
    id: 'inbox',
    cat: 'AI',
    icon: '✦',
    title: 'AI Email & Message Assistant',
    tagline: 'Triaged, summarized, and ready to reply.',
    best: 'Businesses receiving high volumes of email or support messages.',
    does: 'Reads incoming messages, classifies them, summarizes the request, drafts a suggested reply, and routes urgent items first.',
    includes: ['Message classification', 'AI summary', 'Priority detection', 'Suggested reply draft', 'CRM update', 'Owner assignment', 'Follow-up reminder', 'Ticket routing'],
    flow: ['Message arrives', 'Classify topic', 'Summarize', 'Draft reply', 'Route to owner', 'Reminder if no reply'],
    metric: { before: '4h to first reply', after: '1m to first reply', delta: '−95%' },
  },
  {
    id: 'reporting',
    cat: 'Reporting',
    icon: '▤',
    title: 'Automated Reporting',
    tagline: 'Reports that write themselves every Monday.',
    best: 'Teams creating weekly or monthly reports by hand.',
    does: 'Pulls data from your tools, computes KPIs, writes a narrative summary with AI, and emails the report on schedule.',
    includes: ['Multi-source data pull', 'Cleanup + dedupe', 'KPI calculation', 'Live dashboard', 'AI written summary', 'Scheduled email', 'Client-ready format', 'Anomaly alerts'],
    flow: ['Schedule trigger', 'Pull data', 'Calculate KPIs', 'Generate summary', 'Update dashboard', 'Email report'],
    metric: { before: '4h / week manual', after: '0m / week manual', delta: '−100%' },
  },
  {
    id: 'crm',
    cat: 'Sales',
    icon: '⊞',
    title: 'CRM & Sales Pipeline',
    tagline: 'A pipeline that updates itself.',
    best: 'Teams running sales through a CRM or spreadsheet.',
    does: 'Logs activity, advances deal stages, creates next-step tasks, and reactivates lost leads — keeping your pipeline truthful.',
    includes: ['Auto contact creation', 'Deal stage updates', 'Follow-up reminders', 'Activity logging', 'Lead assignment', 'Lost lead reactivation', 'CRM hygiene', 'Sales dashboard'],
    flow: ['Activity detected', 'Update stage', 'Log activity', 'Create next task', 'Notify owner', 'Reminder loop'],
    metric: { before: '32% stale records', after: '<3% stale records', delta: '−91%' },
  },
  {
    id: 'booking',
    cat: 'Operations',
    icon: '◷',
    title: 'Appointment & Booking',
    tagline: 'Fewer no-shows. Zero manual reminders.',
    best: 'Service businesses, consultants, clinics, agencies.',
    does: 'Handles confirmations, reminders, intake forms, and post-call follow-ups around every booking.',
    includes: ['Booking confirmation', 'Calendar sync', 'SMS / email reminders', 'No-show follow-up', 'Intake form', 'CRM update', 'Internal alert', 'Review request'],
    flow: ['Booking made', 'Send confirm', 'Collect intake', '24h reminder', 'Post-call follow-up', 'Ask for review'],
    metric: { before: '22% no-show rate', after: '6% no-show rate', delta: '−73%' },
  },
  {
    id: 'support',
    cat: 'AI',
    icon: '◐',
    title: 'Customer Support',
    tagline: 'Every ticket triaged the moment it lands.',
    best: 'Businesses handling support requests or service inquiries.',
    does: 'Creates tickets, classifies them, tags priority, drafts responses, and routes to the right person.',
    includes: ['Ticket creation', 'AI classification', 'Priority tagging', 'Suggested reply', 'Auto-assignment', 'Status tracking', 'Customer updates', 'Support dashboard'],
    flow: ['Ticket arrives', 'Classify', 'Tag priority', 'Suggest reply', 'Assign owner', 'Track to close'],
    metric: { before: '8h first-response', after: '24m first-response', delta: '−95%' },
  },
  {
    id: 'tasks',
    cat: 'Operations',
    icon: '✓',
    title: 'Internal Task & Ops',
    tagline: 'Repetitive internal work, handled in the background.',
    best: 'Teams running approvals, requests, and handoffs by hand.',
    does: 'Routes internal requests, assigns owners, sends reminders, and tracks status until done.',
    includes: ['Request forms', 'Auto-assignment', 'Approval routing', 'Reminder loops', 'Status tracking', 'File organization', 'Team alerts', 'Ops dashboard'],
    flow: ['Request submitted', 'Categorize', 'Assign owner', 'Set deadline', 'Remind', 'Mark complete'],
    metric: { before: '11% tasks dropped', after: '<1% tasks dropped', delta: '−92%' },
  },
  {
    id: 'sync',
    cat: 'Data',
    icon: '⇋',
    title: 'Data Sync & Integration',
    tagline: 'Your tools, finally talking to each other.',
    best: 'Businesses with multiple tools that don’t share data cleanly.',
    does: 'Connects systems via APIs and webhooks so data moves automatically and stays consistent.',
    includes: ['API integrations', 'Webhook receivers', 'Two-way sync', 'CRM ↔ spreadsheet', 'Payment data', 'Form data', 'DB updates', 'Error logging'],
    flow: ['Event in source', 'Validate', 'Transform', 'Write to dest', 'Reconcile', 'Log + alert'],
    metric: { before: '7h / wk copy-paste', after: '0h / wk copy-paste', delta: '−100%' },
  },
  {
    id: 'content',
    cat: 'AI',
    icon: '✶',
    title: 'AI Content Repurposing',
    tagline: 'One transcript → a week of content.',
    best: 'Founders, agencies, coaches, creators making content regularly.',
    does: 'Turns long-form content into blog drafts, social posts, captions, and newsletters automatically.',
    includes: ['Transcript processing', 'Blog draft', 'LinkedIn drafts', 'Short-form captions', 'Newsletter draft', 'Calendar update', 'Asset organization', 'Publishing checklist'],
    flow: ['Upload transcript', 'Extract themes', 'Draft pieces', 'Caption variants', 'File assets', 'Queue to schedule'],
    metric: { before: '6h / piece manual', after: '40m / piece review', delta: '−89%' },
  },
];

window.SERVICES = SERVICES;
