diff --git a/src/navigation.js b/src/navigation.js
index 7d55817..354c779 100644
--- a/src/navigation.js
+++ b/src/navigation.js
@@ -29,14 +29,28 @@ export const headerData = {
export const footerData = {
links: [
{
- title: 'Menu',
+ title: 'Project Overview',
links: [
{ text: 'Home', href: '/' },
{ text: 'Technology', href: 'technology' },
+ { text: 'About', href: 'about' },
+ ],
+ },
+ {
+ title: 'Join the Cloud',
+ links: [
{ text: 'Farming', href: 'farming' },
{ text: 'Ecosystem', href: 'ecosystem' },
- { text: 'About', href: 'about' },
- { text: 'Contact', href: 'contact' },
+ { text: 'DIY Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' },
+
+ ],
+ },
+ {
+ title: 'Communication',
+ links: [
+ { text: 'Contact Us', href: 'mailto:info@threefold.io' },
+ { text: 'ThreeFold Chat', href: 'https://t.me/threefold' },
+ { text: 'ThreeFold Support', href: 'https://threefoldfaq.crisp.help/en/' },
],
},
],
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 2e0d85d..04cde1f 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -36,7 +36,7 @@ const metadata = {
target: '_blank',
icon: 'tabler:brand-minecraft',
},
- { text: 'Learn more', href: '#about' },
+ { text: 'Learn more', href: '#purpose' },
]}
image={{ src: '~/assets/images/background.png', alt: '' }}
>
@@ -54,12 +54,12 @@ const metadata = {
is the currency
of the future...
- We are a community-driven, open-source project
that has built a self-healing and autonomous cloud engine
allowing anyone to become a cloud service provider!
+
We are a community-driven, open-source project
that has built a self-healing and autonomous cloud engine
allowing anyone to become a cloud service provider!
Internet Capacity, DePIN Cloud
- Earn rewards by providing Internet Capacity to the world!
+ Earn rewards by providing Internet Capacity to the world!
@@ -73,7 +73,7 @@ const metadata = {