docs: better landing page copy

This commit is contained in:
0xSage 2023-09-29 11:40:48 +08:00
parent e27f366556
commit b12f283e36
2 changed files with 11 additions and 12 deletions

View File

@ -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,
},
];

View File

@ -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
</p>
<p className="mt-6 text-lg leading-8 text-gray-600 dark:text-gray-300">
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.
</p>
<dl className="mt-10 max-w-xl space-y-8 text-base leading-7 text-gray-600 dark:text-gray-300 lg:max-w-none">
{features.map((feature) => (