# MenuStyle

**Kind:** Type

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/components/BrandingContext.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/components/BrandingContext.tsx#L18)

Project branding fetched from the public project endpoint.
All fields nullable — frontend falls back to defaults (Atloria cyan +
project name) when any field is missing.

## Definition

```ts
'minimal' | 'classic' | 'sidebar' | 'developer'
```
