export default function Dashboard() { return (

Dashboard

Welcome to your Rentman Clone workspace. Content coming soon.

{/* Placeholder cards */}
{['Projects', 'Equipment', 'Crew', 'Revenue'].map((title) => (

{title}

))}
); }