import { Camera, ShieldAlert, KeyRound, ParkingSquare, Megaphone, Flame, type LucideIcon } from "lucide-react";

export type Service = {
  slug: string;
  icon: LucideIcon;
  name: string;
  tagline: string;
  summary: string;
  bullets: string[];
  components: string[];
  useCases: string[];
};

export const services: Service[] = [
  {
    slug: "cctv",
    icon: Camera,
    name: "CCTV Surveillance",
    tagline: "See everything, miss nothing.",
    summary:
      "High-resolution IP video surveillance engineered for 24/7 clarity. We design camera coverage from the ground up — pixel density on faces and plates, low-light performance, storage retention and remote viewing — so every scene is recorded, reviewable and defensible.",
    bullets: [
      "4K / 8MP IP cameras with true WDR and starlight low-light sensors",
      "AI analytics: line crossing, intrusion zones, loitering, people counting",
      "License plate recognition (LPR / ANPR) for gates and drive-throughs",
      "Network video recorders with RAID storage and 30–90 day retention",
      "Encrypted remote viewing on desktop and mobile",
      "PoE+ switching, structured cabling and weatherproof enclosures",
    ],
    components: [
      "Bullet, dome, turret, PTZ and thermal cameras",
      "8 / 16 / 32 / 64-channel NVRs with hot-swap HDDs",
      "Managed PoE switches and fibre backbone for long runs",
      "Video Management Software (VMS) with multi-site dashboards",
    ],
    useCases: [
      "Retail loss prevention",
      "Warehouse and logistics yards",
      "Residential compounds",
      "Schools, clinics and hotels",
    ],
  },
  {
    slug: "intrusion",
    icon: ShieldAlert,
    name: "Intrusion Detection",
    tagline: "Alarms that actually reach someone.",
    summary:
      "Layered intrusion systems that detect an incident the moment it starts and escalate it — to your phone, to a monitoring station, to a siren or to on-site staff. Perimeter, volumetric and point protection working together, with zero false-alarm tolerance.",
    bullets: [
      "Wired and wireless zones with tamper and anti-mask protection",
      "PIR, dual-tech and outdoor curtain detectors",
      "Door, window and glass-break contacts",
      "Panic buttons, hold-up devices and duress codes",
      "Push, SMS and voice-call notifications",
      "Optional 24/7 central monitoring station integration",
    ],
    components: [
      "Hybrid control panels (8–256 zones)",
      "Wireless expansion with encrypted 868 MHz radio",
      "Indoor and outdoor sirens with strobes",
      "Keypads, key fobs and mobile app arming",
    ],
    useCases: [
      "Villas and apartments",
      "Retail stores and showrooms",
      "Pharmacies and jewellery",
      "Server rooms and vaults",
    ],
  },
  {
    slug: "access-control",
    icon: KeyRound,
    name: "Access Control",
    tagline: "The right people, the right doors, the right time.",
    summary:
      "From a single door to a multi-site enterprise, we deploy access control that replaces keys with credentials you can revoke, audit and schedule. Card, PIN, mobile and biometric — integrated with HR, visitor management and time attendance.",
    bullets: [
      "RFID card, PIN, QR, mobile Bluetooth/NFC and biometric readers",
      "Face recognition and fingerprint terminals",
      "Anti-passback, interlock and mantrap logic",
      "Time schedules, holiday calendars and access levels",
      "Full audit trail: who went where, and when",
      "Time attendance and payroll export",
    ],
    components: [
      "1, 2, 4 and 8-door IP controllers",
      "Electric strikes, magnetic locks and door position switches",
      "Emergency break-glass and REX buttons",
      "Web-based management with multi-site sync",
    ],
    useCases: [
      "Corporate offices",
      "Data centres and labs",
      "Factories and staff turnstiles",
      "Gated communities",
    ],
  },
  {
    slug: "barrier-gates",
    icon: ParkingSquare,
    name: "Barrier Gates & Parking",
    tagline: "Control every vehicle that enters your site.",
    summary:
      "Automatic vehicle barriers integrated with LPR cameras, RFID long-range readers and ticket dispensers. We handle the civil works, the loops, the safety photocells and the software that ties it into your access control and billing.",
    bullets: [
      "High-duty barriers (3, 4.5 and 6 m boom) with soft-start motors",
      "LPR/ANPR entry — no cards, no tickets, no waiting",
      "UHF long-range RFID for staff and residents",
      "Ticket and payment stations for paid parking",
      "Vehicle-presence loops and photocell safety curtains",
      "Bollards, road blockers and spike strips for hostile-vehicle mitigation",
    ],
    components: [
      "Barrier arms, LED skirts and folding booms",
      "Reversible AC and 24 V DC gearmotors",
      "Traffic lights, induction loops and safety photocells",
      "Parking management software with occupancy counters",
    ],
    useCases: [
      "Malls and office towers",
      "Residential compound entrances",
      "Hotels and hospitals",
      "Industrial yards",
    ],
  },
  {
    slug: "public-address",
    icon: Megaphone,
    name: "Public Address & Voice Alarm",
    tagline: "Clear voice everywhere it matters.",
    summary:
      "EN 54-16 compliant public address and voice-alarm (PA/VA) systems that deliver intelligible speech across zones — for background music, paging, and life-safety evacuation messages that override everything else.",
    bullets: [
      "Zoned amplification with priority paging microphones",
      "Pre-recorded evacuation and alert messages",
      "Background music (BGM) sources and scheduler",
      "Line-supervision to detect a broken speaker cable",
      "Integration with fire alarm for automatic evacuation",
      "IP-based paging for multi-building campuses",
    ],
    components: [
      "Matrix amplifiers, booster amps and call stations",
      "100 V line ceiling, wall, pendant and horn speakers",
      "Message managers and BGM players",
      "Battery back-up for 24 h standby / 30 min alarm",
    ],
    useCases: [
      "Shopping malls and supermarkets",
      "Airports, stations and stadiums",
      "Hotels, mosques and conference halls",
      "Factories and warehouses",
    ],
  },
  {
    slug: "fire-alarm",
    icon: Flame,
    name: "Fire Alarm Systems",
    tagline: "Detect early. Alert everyone. Save lives.",
    summary:
      "Conventional and addressable fire detection and alarm systems designed to civil defence and NFPA/EN standards. From detector placement calculations to as-built drawings, commissioning and annual maintenance — we take responsibility for the whole life-safety chain.",
    bullets: [
      "Addressable loops with per-device identification",
      "Optical smoke, heat, multi-criteria and beam detectors",
      "Manual call points, sounders and strobes",
      "Interfaces to HVAC dampers, lifts and door holders",
      "Voice evacuation integration (EN 54-16)",
      "Graphical monitoring station with floor plans",
    ],
    components: [
      "1–8 loop addressable fire control panels",
      "Repeater panels for lobbies and security rooms",
      "Aspirating smoke detection for critical spaces",
      "Gas suppression interface (FM-200, NOVEC, CO₂)",
    ],
    useCases: [
      "High-rise residential and offices",
      "Hospitals and schools",
      "Data centres and server rooms",
      "Industrial and storage facilities",
    ],
  },
];
