import { Layers, ShieldCheck, CheckSquare, Clock, Search, QrCode, Power, Sparkles, List, Pencil, Plus, } from 'lucide-react'; import Button from "@/components/common/button"; import StatCard from "@/components/common/dashStatCard"; import Table from "@/components/common/dataTable"; import InfoBanner from '@/components/common/infoBanner'; import { statutoryheaders, statutoryrows } from '@/constants/tabledata'; export default function StatutoryCompliancePortal() { return ( /* Increased container padding and max-width auto alignment */
{/* --- HEADER SECTION --- */}
Apple One — HQ Tower Compliance Statutory

Statutory compliance tracker

Centralized register of statutory, regulatory, legal, safety and environmental obligations — with expiry tracking, reminders, document vault and audit trail.

{/* --- HEADER BUTTONS --- */}
{/* --- STAT CARDS GRID --- */}
{/* --- SEARCH, FILTERS & ACTION BUTTONS --- */}
{/* Search & Select Filters */}
{/* Search Bar */}
{/* Category Dropdown */} {/* Status Dropdown */}
{/* Action Buttons */}
{/* --- TABLE CONTAINER --- */}
); }