import Button from "@/components/common/button"; import StatCard from "@/components/common/dashStatCard"; import InfoBanner from "@/components/common/infoBanner"; import { FileText, Wrench, Target, Calendar, Brain, Check, } from "lucide-react"; // Import your custom Card components import { Card } from "@/components/common/cardWrapper"; import { CardHeader } from "@/components/common/cardHeader"; export default function ServiceEngineerPortal() { return (
{/* --- HEADER SECTION --- */}
Apple One — HQ Tower Portal Service Engineer

Service engineer portal

Field cockpit — real-time asset metrics, actionable alerts, the PM schedule for today and verified task completion.

{/* Action Buttons */}
{/* --- ROW 1: STATS GRID --- */}
{/* --- ROW 2: SPLIT GRID (METRICS & TIMELINE) --- */}
{/* Left Section (8 Columns): Real-time Asset Metrics */}
Asset · Parameter Reading State
Chiller-02 · supply temp 6.8 °C Normal
AHU-07 · vibration 4.1 mm/s Watch
DG-01 · fuel level 62% Normal
Pump-03 · pressure 3.2 bar Normal
{/* Right Section (4 Columns): Today's Schedule Timeline */}
{/* Timeline Node Flow */}
{/* Timeline Task 1 */}

Cooling tower cleaning

09:00 · PPM

{/* Timeline Task 2 */}

AHU filter check

11:30 · PPM

{/* Timeline Task 3 */}

Lift quarterly service

14:00 · AMC

{/* --- ROW 3: FULL WIDTH ACTIONABLE ALERTS --- */}
{/* Alert 1 */}

Chiller-02 bearing wear

Raise condition-based PM

{/* Alert 2 */}

AHU-07 belt vibration

Inspect within 10 days

{/* --- BOTTOM INFO BANNER --- */}
); }