diff --git a/README.md b/README.md index 7c24a3f..a29f369 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Elato Logo + # 🚀 ElatoAI: Realtime Speech AI Agents for ESP32 Realtime AI Speech powered by OpenAI Realtime API, ESP32, Secure WebSockets, and Deno Edge Functions for >10-minute uninterrupted global conversations diff --git a/assets/elato-alien.png b/assets/elato-alien.png new file mode 100644 index 0000000..2724ed3 Binary files /dev/null and b/assets/elato-alien.png differ diff --git a/frontend-nextjs/app/logo/page.tsx b/frontend-nextjs/app/logo/page.tsx new file mode 100644 index 0000000..5333eb9 --- /dev/null +++ b/frontend-nextjs/app/logo/page.tsx @@ -0,0 +1,7 @@ +export default function Logo() { + return ( +
+

ELATO 👾

+
+ ); +} \ No newline at end of file