From ee6c7ac4f5ce50567476369298a3ab5c2a3c6917 Mon Sep 17 00:00:00 2001 From: lilac Date: Sat, 6 Apr 2024 22:46:43 +0800 Subject: [PATCH] Update text to cover more keywords - Open - Free - ChatGPT app - Open AI Chat Bot --- README.md | 6 +++--- src/app/layout.tsx | 2 +- src/app/page.tsx | 2 +- src/constants/feature.ts | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c7750a0..5c0da4a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

AI Chat

-

AI Chatbots in the Menu Bar

+

Open AI Chat bots in the Menu Bar

[![MacOS M1/M2 Chip](https://img.shields.io/badge/-MacOS_M_Chip%20%E2%86%92-black?style=flat-square&logo=apple&logoColor=white)](https://github.com/rabrain/ai-chat/releases) [![MacOS x64](https://img.shields.io/badge/-MacOS_x86%20%E2%86%92-black?style=flat-square&logo=apple&logoColor=white)](https://github.com/rabrain/ai-chat/releases) @@ -17,8 +17,8 @@ By having it reside on the menu bar, we eliminate the need to switch between windows when using ChatGPT as our daily assistant. It also enables us to have a streamlined workflow, as we can easily multitask and communicate with the AI without interrupting our current tasks. -## All Chatbots in One Place -Quick access to chatbots of your choice, including +## Open AI Chat bots in One Place +Quick access to AI chatbots of your choice, including - [OpenAI ChatGPT](https://chat.openai.com) - [Claude](https://claude.ai) - [Google Gemini](https://gemini.google.com) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fcbd8cf..dc9934c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,7 +8,7 @@ import { GoogleAnalytics } from '@next/third-parties/google' const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "AI Chat - ChatGPT in the menu Bar", + title: "AI Chat - Open ChatGPT in the Menu Bar", description: "Elevate your ChatGPT experience with AI Chat, the ultimate ChatGPT app. Access OpenAI ChatGPT instantly from your menu bar on Windows, Mac, or Linux.", keywords: [ "chatgpt", diff --git a/src/app/page.tsx b/src/app/page.tsx index 26b44d0..69004a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function Home() { New Features Is Now Available.

*/} - +

AI Chat is a cross-platform ChatGPT desktop application that provides quick access to chatbots like OpenAI ChatGPT from the menu bar (tray).

diff --git a/src/constants/feature.ts b/src/constants/feature.ts index fd21533..428887f 100644 --- a/src/constants/feature.ts +++ b/src/constants/feature.ts @@ -4,19 +4,19 @@ export const feature: Feature[] = [ imageUrl: "/features/universal-access.svg", title: "Accessible", content: - "AI Chat on the top without window switch.", + "Free ChatGPT app on the top without window switch.", }, { imageUrl: "/features/open.svg", - title: "All Chatbots in One Place", + title: "Open AI Chat bots in One Place", content: - "Quick access to chatbots of your choice, including ChatGPT, Claude, Gemini, Copilot, Perplexity etc.", + "Quick access to AI chatbots of your choice, including ChatGPT, Claude, Gemini, Copilot, Perplexity etc.", }, { imageUrl: "/features/secure.svg", title: "100% secured", content: - "Chatbots are open in a secured webview. We never have access to your private data.", + "AI Chat bots are open in a secured webview. We never have access to your private data.", }, ]; export const featuresBlock: featureBlock[] = [