/* global window */
// Fictional-but-plausible content for Orion Technologies LLC.

const NAV_LINKS = [
  { label: 'Services', href: '#services' },
  { label: 'Work', href: '#work' },
  { label: 'Product', href: '#product' },
  { label: 'Process', href: '#process' },
  { label: 'About', href: '#about' },
  { label: 'Blog', href: '/blog/' },
];

const SERVICES = [
  {
    icon: 'Search', tag: '01',
    title: 'AI Consulting & Strategy',
    desc: 'Audits, roadmaps, model & agent selection, RAG and automation design. We tell you what to build, and what not to.',
    points: ['Opportunity audit', 'Model / agent selection', 'RAG architecture', 'Build vs. buy roadmap'],
    accent: 'primary',
  },
  {
    icon: 'Chart', tag: '02',
    title: 'Dashboards & Internal Tools',
    desc: 'Real-time ops and analytics UIs your team actually opens every morning. Fast, legible, and built on your data.',
    points: ['Live ops dashboards', 'Analytics & reporting', 'Admin & internal tools', 'Role-based access'],
    accent: 'cyan',
  },
  {
    icon: 'Layers', tag: '03',
    title: 'SaaS Product Development',
    desc: 'MVP to production, full-stack. We design, build, and ship the product — then keep shipping after launch.',
    points: ['MVP in weeks', 'Full-stack build', 'Auth, billing, infra', 'Scales to production'],
    accent: 'primary',
  },
  {
    icon: 'Bot', tag: '04',
    title: 'AI Agents & Automation',
    desc: 'Autonomous agents that monitor, decide, and act — replacing the repetitive ops work nobody wants to own.',
    points: ['Monitoring agents', 'Workflow automation', 'Human-in-the-loop', 'Guardrails & evals'],
    accent: 'mint',
  },
];

const TECH = [
  { name: 'Claude', icon: 'Sparkles' },
  { name: 'OpenAI', icon: 'Cpu' },
  { name: 'React', icon: 'Code' },
  { name: 'Next.js', icon: 'Bolt' },
  { name: 'Supabase', icon: 'Db' },
  { name: 'Cloudflare', icon: 'Cloud' },
  { name: 'Postgres', icon: 'Db' },
  { name: 'TypeScript', icon: 'Code' },
];

const WORK = [
  {
    id: 'fintech',
    client: 'Northwind Capital',
    sector: 'Fintech · Ops analytics',
    title: 'Cut monthly reporting from 3 days to 35 minutes',
    metric: '−80%', metricLabel: 'reporting time',
    accent: 'cyan',
    tags: ['Dashboards', 'RAG', 'Automation'],
    problem: 'A 40-person investment ops team spent the first three days of every month hand-assembling reports from seven disconnected systems — error-prone, late, and impossible to scale.',
    built: 'We shipped a unified real-time analytics dashboard with an AI summary layer that drafts the monthly commentary, plus an agent that reconciles figures across sources and flags anomalies before a human signs off.',
    result: 'Monthly close went from 3 days to 35 minutes. The team redeployed ~120 hours/month from copy-paste to analysis, and leadership now reads numbers on day one instead of day four.',
    stats: [['−80%', 'reporting time'], ['7→1', 'systems unified'], ['120h', 'saved / month']],
  },
  {
    id: 'saas',
    client: 'Cadence Health',
    sector: 'Healthtech · SaaS MVP',
    title: 'Shipped a production SaaS MVP in 6 weeks',
    metric: '6 wk', metricLabel: 'MVP to production',
    accent: 'primary',
    tags: ['SaaS', 'Full-stack', 'AI'],
    problem: 'A clinical-ops founder had design partners ready but no engineering team. The window to land them was weeks, not quarters — a slow build meant losing the market.',
    built: 'We built the full product: scheduling, an AI intake assistant that structures patient notes, billing, and a provider dashboard — auth, infra, and HIPAA-aware data handling included, all production-grade from day one.',
    result: 'Live with three paying design partners in six weeks. The MVP carried 4,000+ weekly sessions without a re-architecture and became the foundation the team scaled on, not a throwaway prototype.',
    stats: [['6 wk', 'to production'], ['3', 'paying partners'], ['4k+', 'weekly sessions']],
  },
  {
    id: 'agents',
    client: 'Meridian Logistics',
    sector: 'Logistics · Autonomous agents',
    title: '12 autonomous agents running ops in production',
    metric: '12', metricLabel: 'agents in production',
    accent: 'mint',
    tags: ['Agents', 'Automation', 'Monitoring'],
    problem: 'A logistics operator ran a 24/7 control tower where humans watched dashboards for exceptions — fragile, expensive, and slow to react at 3am when most disruptions actually happen.',
    built: 'We deployed a fleet of 12 monitoring agents that watch shipments, predict delays, re-route automatically within policy, and escalate to humans only when judgment is genuinely required — each with evals and guardrails.',
    result: 'Agents now resolve 73% of exceptions with no human touch and respond in seconds instead of minutes. Night-shift load dropped sharply and on-time delivery climbed four points in the first quarter.',
    stats: [['12', 'agents live'], ['73%', 'auto-resolved'], ['+4pt', 'on-time delivery']],
  },
];

const PROCESS = [
  { icon: 'Search', step: '01', title: 'Discovery', desc: 'We map the problem, your data, and the highest-leverage place AI actually helps — then write the plan.', dur: 'Week 1–2' },
  { icon: 'Hammer', step: '02', title: 'Build', desc: 'Small senior team, weekly demos. You see working software every week, not slide decks.', dur: 'Week 2–6' },
  { icon: 'Rocket', step: '03', title: 'Ship', desc: 'Production deploy with monitoring, evals, and guardrails. Real users, real load, real metrics.', dur: 'Launch' },
  { icon: 'Pulse', step: '04', title: 'Operate', desc: 'We stay on. Iteration, agent tuning, and uptime — the product keeps improving after launch.', dur: 'Ongoing' },
];

const METRICS = [
  { value: '30+', label: 'products shipped' },
  { value: '99.9%', label: 'uptime' },
  { value: '<24h', label: 'reply time' },
  { value: '6 yrs', label: 'building AI' },
];

const TESTIMONIALS = [
  {
    quote: 'Orion shipped in six weeks what two prior agencies couldn\u2019t in nine months. They behaved like founders, not contractors — and the product still runs the way they built it.',
    name: 'Dana Whitlock', role: 'Founder & CEO, Cadence Health', initials: 'DW', accent: 'primary',
  },
  {
    quote: 'The monthly close used to eat a week of my team\u2019s life. Now it\u2019s done before the coffee\u2019s cold, and the AI summary is genuinely good. This paid for itself in the first quarter.',
    name: 'Marcus Reyes', role: 'VP Operations, Northwind Capital', initials: 'MR', accent: 'cyan',
  },
  {
    quote: 'We were terrified of putting agents in production. Orion\u2019s guardrails and evals made it boring — in the best way. Twelve agents, zero drama, and our night shift finally sleeps.',
    name: 'Priya Anand', role: 'Head of Ops, Meridian Logistics', initials: 'PA', accent: 'mint',
  },
];

window.OrionData = { NAV_LINKS, SERVICES, TECH, WORK, PROCESS, METRICS, TESTIMONIALS };
