From b12f283e366e482b115d530f3d3f5c8b1b7e72d0 Mon Sep 17 00:00:00 2001 From: 0xSage Date: Fri, 29 Sep 2023 11:40:48 +0800 Subject: [PATCH] docs: better landing page copy --- docs/src/components/Homepage/sectionOne.js | 10 +++++----- docs/src/components/Homepage/sectionTwo.js | 13 ++++++------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/docs/src/components/Homepage/sectionOne.js b/docs/src/components/Homepage/sectionOne.js index ca78903fa..ac44e46fd 100644 --- a/docs/src/components/Homepage/sectionOne.js +++ b/docs/src/components/Homepage/sectionOne.js @@ -14,19 +14,19 @@ const features = [ { name: "1 Click Installs.", description: - "Llama2, MPT, CodeLlama, and more. 1 click to install the latest and greatest models directly from HuggingFace. Or easily uploads your own models.", + "Llama2, MPT, CodeLlama, and more. 1 click to install the latest and greatest models directly from HuggingFace. Or easily upload your own models.", icon: CursorArrowRaysIcon, }, { - name: "Model management.", + name: "Model Management.", description: - "Configure advanced settings for each model. Manage your model versions. Easily switch between models. Get visibility into hardware compatibility.", + "Configure advanced settings for each model. Manage your model versions. Easily switch between models. Get visibility into hardware performance.", icon: HomeIcon, }, { - name: "Cloud AI Compatible.", + name: "Cloud AI Compatible. (Coming Soon)", description: - "Connect via API to ChatGPT, Claude which are also still supported. Also declare your own remote server endpoint on any GPU cloud and share it.", + "Connect to ChatGPT, Claude via an API key. Alternatively, host your own AI server on any GPU cloud and use it from the app.", icon: CloudArrowUpIcon, }, ]; diff --git a/docs/src/components/Homepage/sectionTwo.js b/docs/src/components/Homepage/sectionTwo.js index 8cd354892..0c064ff1a 100644 --- a/docs/src/components/Homepage/sectionTwo.js +++ b/docs/src/components/Homepage/sectionTwo.js @@ -12,15 +12,15 @@ import { useColorMode } from "@docusaurus/theme-common"; const features = [ { - name: "Data security and privacy.", + name: "Data Security and Privacy.", description: - "Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.", + "Jan runs locally on your machine. Your data never leaves your computer. You can even run Jan offline.", icon: CloudArrowUpIcon, }, { - name: "Always accessible.", + name: "Cross Device Compatible.", description: - "Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo.", + "Jan runs Nitro, a C++ inference engine, that is compatible with all major operating systems (CPU and GPU).", icon: LockClosedIcon, }, { @@ -45,9 +45,8 @@ export default function sectionTwo() { AI that you control

- Lorem ipsum, dolor sit amet consectetur adipisicing elit. - Maiores impedit perferendis suscipit eaque, iste dolor - cupiditate blanditiis ratione. + Jan is a source-available, cross device, and privacy focused AI + engine and Desktop app that runs locally on your machine.

{features.map((feature) => (