update description & home hero button

This commit is contained in:
core 2023-10-08 18:52:25 -04:00
parent bc5c9560f5
commit 2eee055f2a
Signed by: core
GPG key ID: FDBF740DADDCEECF

View file

@ -18,7 +18,7 @@ function HomepageHeader() {
<Link <Link
className="button button--secondary button--lg" className="button button--secondary button--lg"
to="/docs/intro"> to="/docs/intro">
Docusaurus Tutorial - 5min Get Started
</Link> </Link>
</div> </div>
</div> </div>
@ -31,7 +31,7 @@ export default function Home() {
return ( return (
<Layout <Layout
title={`Hello from ${siteConfig.title}`} title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"> description="Documentation for Trifid, an open-source mesh networking tool">
<HomepageHeader /> <HomepageHeader />
<main> <main>
<HomepageFeatures /> <HomepageFeatures />