/* global React, Reveal, GlowCard, Icon, Sparkline, DonutChart, BlueprintHouse, Counter */
// Features, Connected Operations, Mobile
const FEATURES = [
{ code: "M.01", name: "AI Copilot", icon: "ai", color: "var(--cyan)",
desc: "An intelligent operator that thinks ahead, rerouting crews, flagging risk, and surfacing next best actions in real time.",
tag: "ALWAYS ON" },
{ code: "M.02", name: "Smart Scheduling", icon: "calendar", color: "var(--orange)",
desc: "Auto-organizes routes, weather, conflicts and dependencies. Suggests the perfect time, every time.",
tag: "ADAPTIVE" },
{ code: "M.03", name: "Crew Automation", icon: "crew", color: "var(--green)",
desc: "Dispatch, check-ins, and timecards run themselves. Field teams stay aligned without the chatter.",
tag: "HANDS-FREE" },
{ code: "M.04", name: "GPS Fleet Tracking", icon: "fleet", color: "var(--violet)",
desc: "Live vehicle telemetry, geofenced job zones, ETA forecasting, and route optimization at a glance.",
tag: "REAL-TIME" },
{ code: "M.05", name: "Budget Intelligence", icon: "budget", color: "var(--cyan)",
desc: "Predictive margins, automated cost capture, and instant variance alerts before they bite.",
tag: "PREDICTIVE" },
{ code: "M.06", name: "Real-time Reporting", icon: "report", color: "var(--orange)",
desc: "Production, profit, and performance, generated continuously from connected operations data.",
tag: "LIVE" },
{ code: "M.07", name: "Client Communication", icon: "chat", color: "var(--green)",
desc: "Branded portal, automated touchpoints, and a single thread per project. Nothing falls through.",
tag: "BRANDED" },
{ code: "M.08", name: "Field Intelligence", icon: "field", color: "var(--violet)",
desc: "AI-powered measurements, photo evidence, claim-ready reports and on-site decisions in minutes.",
tag: "AI VISION" },
];
// ============ SPEC SHEET - six-system architecture =============
function SpecSheet() {
const systems = [
{ code: "S.01", name: "CRM", icon: "lead", color: "var(--cyan)", desc: "Pipeline, leads & relationships" },
{ code: "S.02", name: "Canvas", icon: "doc", color: "var(--orange)", desc: "Business development" },
{ code: "S.03", name: "Measurements",icon: "target", color: "var(--green)", desc: "AI roof & site dimensions" },
{ code: "S.04", name: "Client", icon: "chat", color: "var(--violet)", desc: "Branded portals & comms" },
{ code: "S.05", name: "Billing", icon: "money", color: "var(--cyan)", desc: "Invoicing, payments, AR" },
{ code: "S.06", name: "Estimating", icon: "report", color: "var(--orange)", desc: "Proposals that close" },
];
return (
Every module shares the same connected data layer,
so insight in one corner of the business becomes action everywhere else.
{f.desc}
From leads to final invoice, every operational detail flows
through the same nervous system. Nothing slips through the cracks.
Six systems.
One intelligent CRM/ERP.
Eight modules.
One operating brain.
{f.name}
{f.tag}
All your work.
Connected. All in one place.
The LynkedUp Pro mobile companion turns your phone into a field command center. Smart scheduling, real-time alerts, and AI reminders keep your day on track, and your business moving forward.