docs: better landing page copy
This commit is contained in:
parent
e27f366556
commit
b12f283e36
@ -14,19 +14,19 @@ const features = [
|
|||||||
{
|
{
|
||||||
name: "1 Click Installs.",
|
name: "1 Click Installs.",
|
||||||
description:
|
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,
|
icon: CursorArrowRaysIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Model management.",
|
name: "Model Management.",
|
||||||
description:
|
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,
|
icon: HomeIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Cloud AI Compatible.",
|
name: "Cloud AI Compatible. (Coming Soon)",
|
||||||
description:
|
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,
|
icon: CloudArrowUpIcon,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
@ -12,15 +12,15 @@ import { useColorMode } from "@docusaurus/theme-common";
|
|||||||
|
|
||||||
const features = [
|
const features = [
|
||||||
{
|
{
|
||||||
name: "Data security and privacy.",
|
name: "Data Security and Privacy.",
|
||||||
description:
|
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,
|
icon: CloudArrowUpIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Always accessible.",
|
name: "Cross Device Compatible.",
|
||||||
description:
|
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,
|
icon: LockClosedIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -45,9 +45,8 @@ export default function sectionTwo() {
|
|||||||
AI that you control
|
AI that you control
|
||||||
</p>
|
</p>
|
||||||
<p className="mt-6 text-lg leading-8 text-gray-600 dark:text-gray-300">
|
<p className="mt-6 text-lg leading-8 text-gray-600 dark:text-gray-300">
|
||||||
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
|
Jan is a source-available, cross device, and privacy focused AI
|
||||||
Maiores impedit perferendis suscipit eaque, iste dolor
|
engine and Desktop app that runs locally on your machine.
|
||||||
cupiditate blanditiis ratione.
|
|
||||||
</p>
|
</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">
|
<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) => (
|
{features.map((feature) => (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user