import { useState } from 'react'; import { Zap, AlertTriangle, Activity, Plus, Sparkles, ShieldAlert, IndianRupee } from "lucide-react"; import Button from "@/components/common/button"; import StatCard from "@/components/common/dashStatCard"; import InfoBanner from '@/components/common/infoBanner'; import {Card} from '@/components/common/cardWrapper'; // Assuming Card wrapper location import { CardHeader } from '@/components/common/cardHeader'; // Assuming CardHeader location export default function AiPredictivePortal() { return (
{/* --- HEADER SECTION --- */}
Apple One — HQ Tower INTELLIGENCE AI

AI & predictive intelligence

Real-time asset metrics, fault detection & diagnosis, predictive maintenance alerts and energy-saving intelligence — continuously learning.

{/* --- HEADER BUTTONS --- */}
{/* --- STAT CARDS --- */}
{/* Card 1: Predicted failures */} {/* Card 2: Savings opportunity */} {/* Card 3: Active anomalies */} {/* Card 4: Model confidence */}
{/* --- CARDS SECTION BELOW STATCARDS --- */}
{/* Left Card: Predictive maintenance alerts */}

Chiller-02 compressor

Bearing wear — likely failure in ~18 days

91%

confidence

AHU-07 drive belt

Vibration trend rising — inspect within 10 days

78%

confidence

DG-01 fuel system

Efficiency drop 6% — filter service due

84%

confidence

Lift-03 door motor

Cycle-time anomaly — monitor

64%

confidence

{/* Right Card: Energy intelligence */}
Area
Recommendation
Saving
HVAC scheduling
Shift pre-cooling to off-peak
₹1.8 L/mo
Lighting
Daylight dimming zones L2–L5
₹0.6 L/mo
Chiller staging
Optimise sequencing logic
₹1.1 L/mo
); }