"use client"; import Badge from "@/utils/badge"; import Stat from "@/utils/statCard"; import { ShieldCheck, KeyRound, FileText } from "lucide-react"; export default function LeftPanel() { return (
{/* Grid Background overlay */}
{/* Logo Group */}
K

KAFM

{/* Subtitle */}

Unified Facility Platform

{/*Text*/}

One platform.
Configure it.
Run it.

{/* Paragraph explanation */}

Administer tenants, sites and access — then operate every building from the same console. Multi-tenant, scoped to the site in front of you.

{/* Badges Stack */}
}> MFA enforced }> Encrypted in transit }> Full audit trail
{/*StatCard is used */}
); }