import StatusCards from '../components/StatusCards' import MiddleRow from '../components/MiddleRow' import BottomRow from '../components/BottomRow' export default function Glance() { return ( <> {/* Hero + KPI overlap — KPI bottom aligns with banner bottom */}
ArchNest Banner { const target = e.currentTarget target.style.display = 'none' target.parentElement!.classList.add('bg-card') }} /> {/* Side vignette so the rectangular image blends into the page edges */}
{/* KPI cards positioned so their bottom edge aligns with banner bottom */}
{/* Middle Row — stretches to fill available vertical space */}
{/* Bottom Row — anchored to the bottom */}
) }