diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 011e55b38..d32fea0bd 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -142,7 +142,7 @@ const config = { { name: "description", content: - "Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.", + "Jan runs 100% offline on your computer, utilizes open-source AI models, prioritizes privacy, and is highly customizable.", }, { name: "keywords", @@ -150,11 +150,14 @@ const config = { "Jan, ChatGPT alternative, on-premises AI, local API server, local AI, llm, conversational AI, no-subscription fee", }, { name: "robots", content: "index, follow" }, - { property: "og:title", content: "Run your own AI | Jan" }, + { + property: "og:title", + content: "Jan | Open-source ChatGPT Alternative", + }, { property: "og:description", content: - "Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.", + "Jan runs 100% offline on your computer, utilizes open-source AI models, prioritizes privacy, and is highly customizable.", }, { property: "og:image", @@ -163,11 +166,14 @@ const config = { { property: "og:type", content: "website" }, { property: "twitter:card", content: "summary_large_image" }, { property: "twitter:site", content: "@janhq_" }, - { property: "twitter:title", content: "Run your own AI | Jan" }, + { + property: "twitter:title", + content: "Jan | Open-source ChatGPT Alternative", + }, { property: "twitter:description", content: - "Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.", + "Jan runs 100% offline on your computer, utilizes open-source AI models, prioritizes privacy, and is highly customizable.", }, { property: "twitter:image", @@ -194,7 +200,7 @@ const config = { "@type": "localAI", name: "Jan", description: - "Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.", + "Jan runs 100% offline on your computer, utilizes open-source AI models, prioritizes privacy, and is highly customizable.", keywords: "Jan, ChatGPT alternative, on-premises AI, local API server, local AI, llm, conversational AI, no-subscription fee", applicationCategory: "BusinessApplication", diff --git a/docs/src/containers/DownloadApp/index.js b/docs/src/containers/DownloadApp/index.js index 5545ee361..3414e4841 100644 --- a/docs/src/containers/DownloadApp/index.js +++ b/docs/src/containers/DownloadApp/index.js @@ -1,10 +1,11 @@ import React, { useState, useEffect } from "react"; import axios from "axios"; import { FaWindows, FaApple, FaLinux } from "react-icons/fa"; +import { twMerge } from "tailwind-merge"; const systemsTemplate = [ { - name: "Mac Silicon", + name: "Mac M1, M2, M3", logo: FaApple, fileFormat: "{appname}-mac-arm64-{tag}.dmg", comingSoon: false, @@ -110,9 +111,10 @@ export default function DownloadApp() { {system.name} diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 57c88d847..e250ce661 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -25,7 +25,7 @@ export default function Home() { <>
@@ -94,7 +94,7 @@ export default function Home() {
@@ -104,7 +104,7 @@ export default function Home() {
-
+
-
+
@@ -183,7 +183,7 @@ export default function Home() {
-
+
@@ -226,7 +226,7 @@ export default function Home() {
-
+
@@ -247,7 +247,7 @@ export default function Home() { />
-
+
Offline and Local First

@@ -256,10 +256,10 @@ export default function Home() { exportable, and can be deleted at any time.

-
+
-
+
OpenAI Compatible