diff --git a/src/hooks/useConfig.tsx b/src/hooks/useConfig.tsx index 7a43a4f..fe4e6e5 100644 --- a/src/hooks/useConfig.tsx +++ b/src/hooks/useConfig.tsx @@ -41,7 +41,7 @@ export type UserSettings = { // Fallback if NEXT_PUBLIC_APP_CONFIG is not set const defaultConfig: AppConfig = { title: "LiveKit Agents Playground", - description: "A playground for testing LiveKit Agents", + description: "A virtual workbench for testing multimodal AI agents.", video_fit: "cover", settings: { editable: true,