diff --git a/README.md b/README.md index 91d2df6..53099d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - Next.js 13 and App Router-ready AI chatbot. + Next.js 13 and App Router-ready AI chatbot.

Next.js AI Chatbot

diff --git a/app/layout.tsx b/app/layout.tsx index 0b46bf8..4410577 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -11,8 +11,8 @@ import { Header } from '@/components/header' export const metadata: Metadata = { title: { - default: 'Next.js Chatbot', - template: `%s - Next.js Chatbot` + default: 'Next.js AI Chatbot', + template: `%s - Next.js AI Chatbot` }, description: 'An AI-powered chatbot built with Next.js and Vercel.', themeColor: [ diff --git a/app/opengraph-image.tsx b/app/opengraph-image.tsx index b1f5236..6a4903c 100644 --- a/app/opengraph-image.tsx +++ b/app/opengraph-image.tsx @@ -37,7 +37,7 @@ export default async function Image() {
- What is Next.js Chat? + What is Next.js AI Chatbot?
@@ -76,7 +76,7 @@ export default async function Image() {
KV
-
demo.nextjs.chat
+
demo.chat.vercel.ai
), diff --git a/app/share/[id]/opengraph-image.tsx b/app/share/[id]/opengraph-image.tsx index 03698df..eaeb0ad 100644 --- a/app/share/[id]/opengraph-image.tsx +++ b/app/share/[id]/opengraph-image.tsx @@ -93,7 +93,7 @@ export default async function Image({ params }: ImageProps) {
KV
-
demo.nextjs.chat
+
demo.chat.vercel.ai
), diff --git a/components/empty-screen.tsx b/components/empty-screen.tsx index 0f211c8..0f43268 100644 --- a/components/empty-screen.tsx +++ b/components/empty-screen.tsx @@ -24,7 +24,7 @@ export function EmptyScreen({ setInput }: Pick) {

- Welcome to Next.js Chatbot! + Welcome to Next.js AI Chatbot!

This is an open source AI chatbot app built with{' '}