src/ ├── app/ # Next.js App Router pages │ ├── layout.tsx # Root layout component │ ├── page.tsx # Dashboard homepage │ ├── clients/ # Client management │ ├── leads/ # Lead pipeline │ ├── deals/ # ...