update description for website

This commit is contained in:
mik-tf 2024-11-28 10:49:46 -05:00
parent 6bc9ec60e0
commit 37ee4aea44
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
sidebar_position: 8 sidebar_position: 8
--- ---
# Litepaper (draft) # Litepaper
> *ThreeFold is building a self-healing data, network and cloud Internet infrastructure laying the foundation for Web4.* > *ThreeFold is building a self-healing data, network and cloud Internet infrastructure laying the foundation for Web4.*

View File

@ -92,7 +92,7 @@ const config: Config = {
respectPrefersColorScheme: false, respectPrefersColorScheme: false,
}, },
// Replace with your project's social card // Replace with your project's social card
image: 'img/threefold-social-card.png', image: 'img/favicon.png',
navbar: { navbar: {
title: '', title: '',
logo: { logo: {

View File

@ -33,7 +33,7 @@ export default function Home(): JSX.Element {
return ( return (
<Layout <Layout
title={`Home`} title={`Home`}
description="Self-Healing Data & Cloud Network"> description="ThreeFold is building a self-healing data, network and cloud Internet infrastructure laying the foundation for Web4.">
<HomepageHeader /> <HomepageHeader />
<main> <main>
<HomepageFeatures /> <HomepageFeatures />