Merge pull request #548 from janhq/jan-539-restructure-docs
Update Homepage and README with 1-line pitch
This commit is contained in:
commit
a360a95457
@ -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
|
Jan is a
|
||||||
<span className="dark:text-white text-black">
|
<span className="dark:text-white text-black">
|
||||||
Personal AI
|
Personal AI
|
||||||
</span>
|
</span>
|
||||||
built to run locally on your computer,
|
that you can
|
||||||
|
<span className="dark:text-white text-black">
|
||||||
|
customize,
|
||||||
|
</span>
|
||||||
<br />
|
<br />
|
||||||
inifinitely customizable via
|
that runs
|
||||||
<span className="dark:text-white text-black">apps</span>
|
<span className="dark:text-white text-black">
|
||||||
and
|
privately
|
||||||
<span className="dark:text-white text-black">plugins</span>.
|
</span>
|
||||||
|
on your
|
||||||
|
<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">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user