added kristof ideas in revised

This commit is contained in:
Mik-TF 2024-06-06 15:47:48 -04:00
parent 1b66e67a61
commit ca0910a983
2 changed files with 14 additions and 15 deletions

View File

@ -7,8 +7,8 @@ export const headerData = {
href: getPermalink('/technology'), href: getPermalink('/technology'),
}, },
{ {
text: 'Nodes', text: 'Farming',
href: getPermalink('/nodes'), href: getPermalink('/farming'),
}, },
{ {
text: 'About', text: 'About',
@ -36,9 +36,9 @@ export const footerData = {
{ {
title: 'Nodes', title: 'Nodes',
links: [ links: [
{ text: 'Silver', href: '/nodes#pincanodes' }, { text: 'Silver', href: '/farming#incanodes' },
{ text: 'Platinum', href: '/nodes#pincanodes' }, { text: 'Platinum', href: '/farming#incanodes' },
{ text: 'AI', href: '/nodes#pincanodes' }, { text: 'AI', href: '/farming#incanodes' },
], ],
}, },
{ {

View File

@ -8,7 +8,7 @@ import Features3 from '~/components/widgets/Features3.astro';
import CallToAction from '~/components/widgets/CallToAction.astro'; import CallToAction from '~/components/widgets/CallToAction.astro';
const metadata = { const metadata = {
title: 'Nodes', title: 'Farming',
}; };
--- ---
@ -16,16 +16,15 @@ const metadata = {
<!-- HeroText Widget ******************* --> <!-- HeroText Widget ******************* -->
<HeroText <HeroText
tagline="Nodes" tagline="Farming"
title="Building the Unbreakable Internet<br> One Node at a Time" title="Become <br>an Internet Capacity <br>Provider"
subtitle="Choose the perfect node for your goals"
/> />
<!-- Pricing Widget ******************* --> <!-- Pricing Widget ******************* -->
<Prices <Prices
id="pincanodes" id="incanodes"
title="Project Internet Capacity Nodes" title="Internet Capacity Nodes"
subtitle="A Cloud Engine for the New Internet" subtitle="A Cloud Engine for the New Internet"
prices={[ prices={[
{ {
@ -209,13 +208,13 @@ const metadata = {
<!-- CallToAction Widget *********** --> <!-- CallToAction Widget *********** -->
<CallToAction <CallToAction
title="Ready to Expand the Internet Capacity? " title="Do you want to build <br>your own INCA nodes?"
subtitle="Join our community of cloud service providers <br>who have transformed the Internet landscape." subtitle="All our work is open-source and you can build your own nodes!"
actions={[ actions={[
{ {
variant: 'primary', variant: 'primary',
text: 'Get INCA Nodes', text: 'Build DIY INCA Nodes',
href: 'https://threefold.io', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html',
}, },
]} ]}
/> />