diff --git a/README.md b/README.md index a3b5ada..6295c77 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Magic Chat Prototype +# Magic AI Chat Demo ## Prerequisites @@ -153,9 +153,6 @@ The **timestamp lambda** approach provides a reliable solution by handling the n You can deploy your this project to Vercel - - - ### Prerequisites 1. A [GitHub](https://github.com/), [GitLab](https://gitlab.com/), or [Bitbucket](https://bitbucket.org/) account. diff --git a/app/layout.tsx b/app/layout.tsx index d776f1d..ffa3d30 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -15,13 +15,13 @@ export default function RootLayout({ return ( - Magic Chat Prototype + Magic AI Chat Demo - - - - - + + + + + diff --git a/app/page.tsx b/app/page.tsx index 4753c48..229fe94 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -76,7 +76,7 @@ export default function Page() {
{/* Top Navigation */}