Add client company dashboard as landing page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Krao Hasanee
2026-03-27 00:04:49 -04:00
parent 5782f42712
commit 1e1e29ad99
4 changed files with 104 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ function ClientNav({ onNav }) {
<div className="sidebar-section">
<div className="sidebar-section-label">My Work</div>
{[
{ to: '/my-company', label: 'Company' },
{ to: '/my-projects', label: 'Projects' },
{ to: '/my-invoices', label: 'Invoices' },
].map(({ to, label }) => (