development to main #33

Merged
mik-tf merged 27 commits from development into main 2024-06-06 20:21:32 +00:00
2 changed files with 14 additions and 15 deletions
Showing only changes of commit ca0910a983 - Show all commits

View File

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