This commit is contained in:
kristof de spiegeleer 2024-06-08 17:11:17 +03:00
parent ce630106d0
commit 126f3d42fe
6 changed files with 16 additions and 8 deletions

0
build_sync.sh Normal file → Executable file
View File

View File

@ -19,7 +19,7 @@ export const headerData = {
href: getPermalink('/contact'), href: getPermalink('/contact'),
}, },
], ],
actions: [{ text: 'Get INCA Nodes', href: 'https://threefold.io', target: '_blank' }], actions: [{ text: 'Get INCA Nodes', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', target: '_blank' }],
}; };
export const footerData = { export const footerData = {

View File

@ -21,7 +21,7 @@ const metadata = {
{ {
variant: 'primary', variant: 'primary',
text: 'Get INCA Nodes', text: 'Get INCA Nodes',
href: 'https://threefold.io', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
target: '_blank', target: '_blank',
icon: 'tabler:brand-minecraft', icon: 'tabler:brand-minecraft',
}, },

View File

@ -13,8 +13,12 @@ import NodeSteps from './steps_node_buy.astro'
const metadata = { const metadata = {
title: 'Farming', title: 'Farming',
}; };
--- ---
<Layout metadata={metadata}> <Layout metadata={metadata}>
<!-- HeroText Widget ******************* --> <!-- HeroText Widget ******************* -->
@ -23,6 +27,8 @@ const metadata = {
title="Become <br>an Internet Capacity <br>Provider" title="Become <br>an Internet Capacity <br>Provider"
/> />
<!-- Pricing Widget ******************* --> <!-- Pricing Widget ******************* -->
<Prices <Prices
@ -52,7 +58,7 @@ const metadata = {
callToAction: { callToAction: {
target: '_blank', target: '_blank',
text: 'Get INCA Nodes', text: 'Get INCA Nodes',
href: 'https://threefold.io', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
}, },
}, },
{ {
@ -77,7 +83,7 @@ const metadata = {
callToAction: { callToAction: {
target: '_blank', target: '_blank',
text: 'Get INCA Nodes', text: 'Get INCA Nodes',
href: 'https://threefold.io', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
}, },
hasRibbon: true, hasRibbon: true,
ribbonTitle: 'popular', ribbonTitle: 'popular',
@ -104,7 +110,7 @@ const metadata = {
callToAction: { callToAction: {
target: '_blank', target: '_blank',
text: 'Get INCA Nodes', text: 'Get INCA Nodes',
href: 'https://threefold.io', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
}, },
}, },
]} ]}
@ -246,4 +252,6 @@ const metadata = {
}, },
]} ]}
/> />
</Layout> </Layout>

View File

@ -34,7 +34,7 @@ const metadata = {
{ {
variant: 'primary', variant: 'primary',
text: 'Get INCA Nodes', text: 'Get INCA Nodes',
href: 'https://threefold.io', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
target: '_blank', target: '_blank',
icon: 'tabler:brand-minecraft', icon: 'tabler:brand-minecraft',
}, },
@ -343,7 +343,7 @@ const metadata = {
{ {
variant: 'primary', variant: 'primary',
text: 'Get INCA Nodes', text: 'Get INCA Nodes',
href: 'https://threefold.io', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
target: '_blank', target: '_blank',
icon: 'tabler:brand-minecraft', icon: 'tabler:brand-minecraft',
}, },

View File

@ -276,7 +276,7 @@ const metadata = {
variant: 'primary', variant: 'primary',
target: '_blank', target: '_blank',
text: 'Get INCA Nodes', text: 'Get INCA Nodes',
href: 'https://threefold.io', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
icon: 'tabler:brand-minecraft', icon: 'tabler:brand-minecraft',
}, },
]} ]}