Merge pull request #382 from janhq/jan-381-fix

Add simple copywriting changes
This commit is contained in:
Faisal Amir 2023-10-18 09:42:36 +07:00 committed by GitHub
commit 70815d132d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 12 deletions

View File

@ -60,7 +60,7 @@ export default function AnnoncementBanner() {
</div>
<p className="text-white">
<span className="font-bold capitalize">{release.tagVersion}</span>
&nbsp;is now live on GitHub. Check it out
&nbsp;is now live on GitHub. Check it out!
</p>
</a>
<div className="flex items-center gap-x-3">

View File

@ -85,8 +85,8 @@ export default function Footer() {
<div className="col-span-2 lg:col-span-1">
<h6 className="mb-3">Jan</h6>
<p className="dark:text-gray-400 text-gray-600">
is a source-available, cross device, and privacy focused AI engine
and Desktop app that runs locally on your machine.
Run Large Language Models locally on Windows, Mac and Linux.
Available on Desktop and Cloud-Native.
</p>
</div>
{menus.map((menu, i) => {

View File

@ -54,10 +54,7 @@ export default function Home() {
return (
<>
<AnnoncementBanner />
<Layout
title={`${siteConfig.tagline}`}
description="Description will go into a meta tag in <head />"
>
<Layout title={`${siteConfig.tagline}`} description="Jan ">
<main className="bg-gray-50 dark:bg-gray-950/95 relative">
<div className="relative">
<ThemedImage
@ -77,7 +74,7 @@ export default function Home() {
</span>
<a href="/events/hcmc-oct23">
<p className="font-bold">
Jan's AI Hacker House (Ho Chi Minh City)
24-28 Oct: Jan's AI Hacker House (Ho Chi Minh City)
</p>
</a>
</div>
@ -86,8 +83,8 @@ export default function Home() {
Run Your Own AI
</h1>
<p className="text-xl leading-relaxed lg:text-2xl lg:leading-relaxed text-gray-500 dark:text-gray-400">
Run large Language Models locally on&nbsp;
<span className="dark:text-white text-black">Macbook</span>
Run Large Language Models locally on&nbsp;
<span className="dark:text-white text-black">Mac</span>
,&nbsp;
<span className="dark:text-white text-black">Windows</span>
&nbsp;or&nbsp;
@ -133,8 +130,8 @@ export default function Home() {
<div className="container mt-10 mb-20 text-center">
<h2>AI that you control</h2>
<p className="text-base mt-2 w-full lg:w-2/5 mx-auto leading-relaxed">
Jan is a source-available, cross device, and privacy focused AI
engine and Desktop app that runs locally on your machine.
Jan runs Large Language Models locally on Windows, Mac and Linux.
Available on Desktop and Cloud-Native.
</p>
<div className="grid text-left lg:grid-cols-3 mt-16 gap-8">
{features.map((feat, i) => {