diff --git a/src/navigation.js b/src/navigation.js
index b2dc603..7d55817 100644
--- a/src/navigation.js
+++ b/src/navigation.js
@@ -8,7 +8,7 @@ export const headerData = {
},
{
text: 'Farming',
- href: getPermalink('/nodes'),
+ href: getPermalink('/farming'),
},
{
text: 'Ecosystem',
@@ -29,35 +29,14 @@ export const headerData = {
export const footerData = {
links: [
{
- title: 'Technology',
+ title: 'Menu',
links: [
- { text: 'Zero-OS', href: 'technology#zeroos' },
- { text: 'Mycelium Network', href: 'technology#mycelium' },
- { text: 'Quantum Safe File Storage', href: 'technology#qsfs' },
- { text: 'TFChain', href: 'technology#tfchain' },
- ],
- },
- {
- title: 'Nodes',
- links: [
- { text: 'Silver', href: '/nodes' },
- { text: 'Platinum', href: '/nodes' },
- { text: 'AI', href: '/nodes' },
- ],
- },
- {
- title: 'About',
- links: [
- { text: 'The Project', href: '/about' },
- { text: 'ThreeFold', href: 'https://threefold.io' },
- ],
- },
- {
- title: 'Contact',
- links: [
- { text: 'Let\'s Connect', href: '/contact' },
- { text: 'Reach Support', href: 'https://threefoldfaq.crisp.help/en/' },
- { text: 'ThreeFold Chat', href: 'https://t.me/threefold' },
+ { text: 'Home', href: '/' },
+ { text: 'Technology', href: 'technology' },
+ { text: 'Farming', href: 'farming' },
+ { text: 'Ecosystem', href: 'ecosystem' },
+ { text: 'About', href: 'about' },
+ { text: 'Contact', href: 'contact' },
],
},
],
diff --git a/src/pages/about.astro b/src/pages/about.astro
index 2e312ab..d68ab13 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -17,6 +17,7 @@ const metadata = {
- Project INCA
ecosystem
+ Project INCA
Ecosystem
- Project INCA is an open-source DePIN cloud that allows
anyone anywhere to become a cloud service provider.
Project INCA is proud of its many partnerships
providing a thriving ecosystem of like-minded individuals
and innovative products and services
- INCA, DePIN Cloud
- Earn INCA rewards by providing INternet CApacity to the world!
diff --git a/src/pages/nodes.astro b/src/pages/farming.astro
similarity index 93%
rename from src/pages/nodes.astro
rename to src/pages/farming.astro
index c795e18..83287b7 100644
--- a/src/pages/nodes.astro
+++ b/src/pages/farming.astro
@@ -11,7 +11,7 @@ import InternetCapacity from './internetcapacity.astro';
import NodeSteps from './steps_node_buy.astro'
const metadata = {
- title: 'Nodes',
+ title: 'Farming',
};
---
@@ -28,11 +28,11 @@ const metadata = {
target: '_blank',
icon: 'tabler:brand-minecraft',
},
- { text: 'Learn more', href: '#features' },
+ { text: 'Learn more', href: '#nodesspecs' },
]}
>
- become an
+ Become an
Provider
@@ -52,6 +52,7 @@ const metadata = {
Welcome To
Project
-
- Compute
- is the currency
- of the future...
+ Compute
+ 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!
Internet Capacity, DePIN Cloud
-
Compute is the currency of the future...
Earn rewards by providing Internet Capacity to the world!
diff --git a/src/pages/partners.astro b/src/pages/partners.astro
index f5dd9ac..4ddedf1 100644
--- a/src/pages/partners.astro
+++ b/src/pages/partners.astro
@@ -9,6 +9,7 @@ import Features2 from '~/components/widgets/Features2.astro';
diff --git a/src/pages/purpose.astro b/src/pages/purpose.astro
index d89d831..51294e4 100644
--- a/src/pages/purpose.astro
+++ b/src/pages/purpose.astro
@@ -3,7 +3,7 @@ import Features from '~/components/widgets/Features.astro';
---