Documentation
Header
A logged-in aware header already exists for dashboard views, and the marketing header lives separately so you can tune both experiences.
Marketing header
`src/components/common/header.tsx` handles the glassy marketing nav with dropdown services. Update the `navItems` array to surface new docs or landing sections.
Relevant files
src/components/common/header.tsx— Marketing header
Dashboard header
Inside the app shell, `src/components/site-header.tsx` greets the user, fetches their plan via `/api/user/subscription`, and shows contextual actions.
Relevant files
src/components/site-header.tsx— Dashboard header