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> </div>
<p className="text-white"> <p className="text-white">
<span className="font-bold capitalize">{release.tagVersion}</span> <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> </p>
</a> </a>
<div className="flex items-center gap-x-3"> <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"> <div className="col-span-2 lg:col-span-1">
<h6 className="mb-3">Jan</h6> <h6 className="mb-3">Jan</h6>
<p className="dark:text-gray-400 text-gray-600"> <p className="dark:text-gray-400 text-gray-600">
is a source-available, cross device, and privacy focused AI engine Run Large Language Models locally on Windows, Mac and Linux.
and Desktop app that runs locally on your machine. Available on Desktop and Cloud-Native.
</p> </p>
</div> </div>
{menus.map((menu, i) => { {menus.map((menu, i) => {

View File

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