diff --git a/src/navigation.js b/src/navigation.js
index 5553615..d930884 100644
--- a/src/navigation.js
+++ b/src/navigation.js
@@ -22,6 +22,10 @@ export const headerData = {
text: 'Blog',
href: getPermalink('/blog'),
},
+ {
+ text: 'Docs',
+ href: getPermalink('https://docs.internetcapacity.org'),
+ },
],
actions: [{ text: 'Get INCA Nodes', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', target: '_blank' }],
};
@@ -43,6 +47,7 @@ export const footerData = {
{ text: 'Farming', href: '/farming' },
{ text: 'Get INCA Nodes', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj' },
{ text: 'Build INCA Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' },
+ { text: 'INCA Docs', href: 'https://docs.internetcapacity.org' },
],
},
{
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 47247af..6d535e4 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -111,6 +111,23 @@ const metadata = {
]}
/>
+
+ INCA is Launching on Solana!
+
+ The ThreeFold Grid is an ideal base layer for DePIN.
INCA will facilitate the foundations for a new era of the Internet.
We're coming to Solana to collaborate with DePIN projects!
+
+
+
diff --git a/src/pages/technology.astro b/src/pages/technology.astro
index a9f5746..c6274ae 100644
--- a/src/pages/technology.astro
+++ b/src/pages/technology.astro
@@ -214,14 +214,13 @@ const metadata = {
target: '_blank',
text: 'Manual',
href: 'https://manual.grid.tf',
- icon: 'tabler:brand-minecraft',
+ icon: 'tabler:book',
},
]}
>
- Start building today.
+ Start Building Today
- The ThreeFold Grid is operational in its 3e generation,
check out our manual, let us know what we can
- improve on and lets build together.
+ The ThreeFold Grid is operational in its 3rd generation.
Check out our manual and let's build together!
@@ -314,10 +313,10 @@ const metadata = {