docs: update content for Trial page -> the hub section

This commit is contained in:
Arista Indrajaya 2024-03-01 15:38:26 +07:00
parent 90fff56f54
commit ef459951e8
3 changed files with 9 additions and 8 deletions

View File

@ -9,7 +9,7 @@ export default function HomepagePrimaryFeatures() {
<div className={clsx(styles.card, styles.cardBluish)}>
<div>
<p>Installation</p>
<h3>Set up Jan with our guide, ensuring a smooth installation process across multiple platforms.</h3>
<h3>Set up Jan with our guide to install across multiple platform.</h3>
</div>
<div >
<a href={"/quickstart/install"}>Get Started</a>
@ -21,7 +21,7 @@ export default function HomepagePrimaryFeatures() {
<div className={clsx(styles.card, styles.cardPinkish)}>
<div>
<p>Models</p>
<h3>Explore the available AI models, each pre-configured for immediate use to streamline your projects.</h3>
<h3>Explore the available pre-configured AI models. </h3>
</div>
<div >
<a href={"/quickstart/models-list"}>Support</a>
@ -34,4 +34,4 @@ export default function HomepagePrimaryFeatures() {
</div>
</section>
);
}
}

View File

@ -64,4 +64,4 @@ export default function HomepageSecondaryFeatures() {
</div>
</section>
);
}
}

View File

@ -12,7 +12,7 @@ export default function HomepageTerinaryFeatures() {
<h3>Get Started</h3>
</div>
<div className={styles.cardContent}>
<p>Dive into the Jan basics and get set up quickly.</p>
<p>Dive into the basics and get set up quickly.</p>
<ul>
<li>Quickstart</li>
<li>Installation</li>
@ -23,20 +23,21 @@ export default function HomepageTerinaryFeatures() {
<div className={clsx(styles.card)}>
<div className={styles.cardHeader}>
<img alt={"Icon"} src={"/img/homepage-new/buku.png"}/>
<h3>Best Practices</h3>
<h3>Settings</h3>
</div>
<div className={styles.cardContent}>
<p>Learn the best practices for optimizing thread management and local server use.</p>
<ul>
<li>Thread Management</li>
<li>Local Server</li>
<li>Advance Settings</li>
</ul>
</div>
</div>
<div className={clsx(styles.card)}>
<div className={styles.cardHeader}>
<img alt={"Icon"} src={"/img/homepage-new/setting.png"}/>
<h3>Features:</h3>
<h3>Features</h3>
</div>
<div className={styles.cardContent}>
<p>Explore our key features designed to enhance your experience.</p>
@ -65,4 +66,4 @@ export default function HomepageTerinaryFeatures() {
</div>
</section>
);
}
}