import { Check } from 'lucide-react'; import BarChart from "@/components/charts/barchart"; import StatCard from "@/components/common/dashStatCard"; import ActivityFeed from "@/components/dashboard/overview/activityFeed"; import {activities, chartData} from "@/constants/constant" import { Card } from '@/components/common/cardWrapper'; import {CardHeader} from '@/components/common/cardHeader'; import {ProgressBarRow }from '@/components/charts/progressBarRow'; import {StatusProgressRow} from '@/components/charts/statusProgressRow'; import Table from '@/components/common/dataTable'; import { schedulePerformanceHeaders, schedulePerformanceRows } from '@/constants/tabledata'; export default function Dashboard() { return (
{/* Title Section */}
Apple One — HQ Tower · Tenant · Apple One

Operations dashboard

Live snapshot scoped to Apple One. The layout below is the dashboard published for this tenant in Administration.

Published layout
{/* 4 Cards Grid */}
{/* Left Side: TFM Requests Bar Chart (7-Columns Wide) */}

TFM requests · monthly

2026 · auto-refresh 60s

{/* Right Side: Recent Activity Feed (5-Columns Wide) */}

Recent activity


{/* Schedule Performance MMR */}
{/* Energy Today */}
Electricity 1,284 kwh
Water 312 kL
Diesel 48 L
Vs Avg
Completed -6%
{/* ROW 2: Sub-metrics and Tracking widgets */}
{/* Top 5 Requester */}
{/* Asset Register */}
8 assets tracked
On Plan 3
Attention 5
Groups 4
{/* PM Plan vs Started */}
); }