Merge pull request #548 from janhq/jan-539-restructure-docs

Update Homepage and README with 1-line pitch
This commit is contained in:
Daniel 2023-11-05 21:49:15 +08:00 committed by GitHub
commit a360a95457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,6 @@ import {
CubeTransparentIcon, CubeTransparentIcon,
ComputerDesktopIcon, ComputerDesktopIcon,
FolderPlusIcon, FolderPlusIcon,
} from "@heroicons/react/24/outline"; } from "@heroicons/react/24/outline";
import ThemedImage from "@theme/ThemedImage"; import ThemedImage from "@theme/ThemedImage";
@ -38,9 +37,8 @@ const features = [
{ {
name: "Extendable via App and Plugin framework", name: "Extendable via App and Plugin framework",
desc: "Jan has a versatile app and plugin framework, allowing you to customize it to your needs.", desc: "Jan has a versatile app and plugin framework, allowing you to customize it to your needs.",
icon: FolderPlusIcon icon: FolderPlusIcon,
}, },
]; ];
export default function Home() { export default function Home() {
@ -81,16 +79,23 @@ export default function Home() {
Personal AI Personal AI
</h1> </h1>
<p className="text-xl leading-relaxed lg:text-2xl lg:leading-relaxed text-gray-500 dark:text-gray-400"> <p className="text-xl leading-relaxed lg:text-2xl lg:leading-relaxed text-gray-500 dark:text-gray-400">
Jan is a powerful&nbsp; Jan is a&nbsp;
<span className="dark:text-white text-black"> <span className="dark:text-white text-black">
Personal AI Personal AI
</span> </span>
&nbsp;built to run locally on your computer, &nbsp;that you can&nbsp;
<span className="dark:text-white text-black">
customize,
</span>
<br /> <br />
inifinitely customizable via&nbsp; that runs&nbsp;
<span className="dark:text-white text-black">apps</span> <span className="dark:text-white text-black">
&nbsp;and&nbsp; privately
<span className="dark:text-white text-black">plugins</span>. </span>
&nbsp;on your&nbsp;
<span className="dark:text-white text-black">
personal computer
</span>
</p> </p>
<div className="my-6 flex flex-col-reverse md:flex-row items-center justify-center gap-4 relative z-20"> <div className="my-6 flex flex-col-reverse md:flex-row items-center justify-center gap-4 relative z-20">