import Button from "@/components/common/button"; import Table from "@/components/common/dataTable"; import { meterHeaders, meterRows, readingHeaders, readingRows } from "@/constants/tabledata"; export default function EnergyPortal() { return (
{/* --- HEADER SECTION --- */}
Apple One — HQ Tower Operations Energy

Meters & readings

Meter master with QR identification and reading capture. Consumption is reading × multiplication factor.

{/* --- HEADER BUTTONS --- */}
{/* LEFT TABLE: STOCK MASTER */}

Meter Master

{/* Corrected column layout and removed horizontal scrollbar to align with the right UI. */} {/* RIGHT TABLE: CONSUMPTION LEDGER */}

Latest Readings

); }