import Button from "@/utils/button";
import StatCard from "@/utils/dashStatCard";
import { ProgressBarRow } from "@/utils/progressBarRow";
import {
FileText,
Wrench,
ShieldCheck,
Coins,
Smile,
ChevronRight,
Sparkles
} from "lucide-react";
export default function PropertyManagerPortal() {
return (
{/* --- HEADER SECTION --- */}
Apple One — HQ Tower
•
Portal
•
Property Manager
Property manager portal
Day-to-day operations cockpit — work orders, SLA, budget, automated billing and occupant comfort in one remote view.
{/* Action Buttons */}
{/* --- ROW 1: STATS GRID --- */}
{/* --- ROW 2: SPLIT GRID --- */}
{/* Left Box: Work Order Status Tracking (7 Columns wide) */}
{/* Inline Sub-metrics Row split container inside the card */}
{/* Right Box: Quick Actions Accordion Links (5 Columns wide) */}
Quick actions
{[
"Track work orders",
"Energy optimization",
"Automated billing",
"Budget & approvals",
"Contracts & SLA",
].map((action, idx) => (
))}
{/* --- BOTTOM INFO BANNER --- */}
Manager view:
remote access, digital documentation archive, energy-saving optimisation, work-order tracking, automated billing and occupant-comfort monitoring.
{/* Floating Ask AI Button */}
);
}