diff --git a/README.md b/README.md
index 91d2df6..53099d4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
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() {
This is an open source AI chatbot app built with{' '}