## MODIFIED Requirements ### Requirement: Chat page is default route The chat page SHALL be routed at `/sales-assistant`. The root URL (`/`) SHALL redirect to `/sales-assistant`. #### Scenario: App opens to chat via redirect - **WHEN** the user navigates to the root URL `/` - **THEN** the browser redirects to `/sales-assistant` and the chat page is displayed #### Scenario: Direct navigation to sales-assistant - **WHEN** the user navigates to `/sales-assistant` - **THEN** the chat page is displayed