diff --git a/build_sync.sh b/build_sync.sh old mode 100644 new mode 100755 diff --git a/src/components/widgets/Note.astro b/src/components/widgets/Note.astro index b0c8f40..71297dd 100644 --- a/src/components/widgets/Note.astro +++ b/src/components/widgets/Note.astro @@ -1,11 +1,22 @@ --- import { Icon } from 'astro-icon/components'; + +export interface Props { + title?: string; + content?: string; +} + +const { + title = await Astro.slots.render('title'), + content = await Astro.slots.render('content'), +} = Astro.props; + ---
- INCA: The Internet as intended + {title} {content}
diff --git a/src/navigation.js b/src/navigation.js index d5a33e9..da90401 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -19,7 +19,7 @@ export const headerData = { 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 = { @@ -36,7 +36,8 @@ export const footerData = { title: 'Join the Cloud', links: [ { text: 'Farming', href: '/farming' }, - { text: 'DIY Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' }, + { 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' }, ], }, { diff --git a/src/pages/ecosystem.astro b/src/pages/ecosystem.astro index c929bb4..6f4a1cb 100644 --- a/src/pages/ecosystem.astro +++ b/src/pages/ecosystem.astro @@ -21,7 +21,7 @@ const metadata = { { variant: 'primary', text: 'Get INCA Nodes', - href: 'https://threefold.io', + href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', target: '_blank', icon: 'tabler:brand-minecraft', }, diff --git a/src/pages/farming.astro b/src/pages/farming.astro index 8e9eaa3..1163f13 100644 --- a/src/pages/farming.astro +++ b/src/pages/farming.astro @@ -9,12 +9,16 @@ import CallToAction from '~/components/widgets/CallToAction.astro'; import Hero from '~/components/widgets/Hero.astro'; import InternetCapacity from './internetcapacity.astro'; import NodeSteps from './steps_node_buy.astro' - +import Note from '~/components/widgets/Note.astro'; const metadata = { title: 'Farming', }; + + --- + + @@ -23,6 +27,8 @@ const metadata = { title="Become
an Internet Capacity
Provider" /> + + - + @@ -246,4 +261,6 @@ const metadata = { }, ]} /> +
+ diff --git a/src/pages/index.astro b/src/pages/index.astro index bc79fd3..6e6be1e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -34,7 +34,7 @@ const metadata = { { variant: 'primary', text: 'Get INCA Nodes', - href: 'https://threefold.io', + href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', target: '_blank', icon: 'tabler:brand-minecraft', }, @@ -62,7 +62,7 @@ const metadata = { - + @@ -343,7 +343,7 @@ const metadata = { { variant: 'primary', text: 'Get INCA Nodes', - href: 'https://threefold.io', + href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', target: '_blank', icon: 'tabler:brand-minecraft', }, diff --git a/src/pages/technology.astro b/src/pages/technology.astro index 691bc78..28d132b 100644 --- a/src/pages/technology.astro +++ b/src/pages/technology.astro @@ -276,7 +276,7 @@ const metadata = { variant: 'primary', target: '_blank', text: 'Get INCA Nodes', - href: 'https://threefold.io', + href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', icon: 'tabler:brand-minecraft', }, ]}