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 --- */}
{/* --- TABLES GRID (SIDE-BY-SIDE) --- */}
{/* LEFT TABLE: METER MASTER */} {/* Right table */}
); }