33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
---
|
|
import Steps from '~/components/widgets/Steps.astro';
|
|
---
|
|
<Steps
|
|
id="steps"
|
|
title="Get a node <br> up and running<br>in no time to earn rewards..."
|
|
items={[
|
|
{
|
|
title: 'Step 1: <span class="font-medium">Order a node</span>',
|
|
description:
|
|
"We propose different nodes to suit your specific situation. From basic generic cloud services to advanced AI workloads, it's all possible on the grid.",
|
|
icon: 'tabler:package',
|
|
},
|
|
{
|
|
title: 'Step 2: <span class="font-medium">Connect the node</em>',
|
|
description:
|
|
"Setting a node is a no brainer: plug the node to an eletric outlet and connect it to the Internet via a cable. That\'s it! You\'re hosting the grid!",
|
|
icon: 'tabler:plug-connected',
|
|
},
|
|
{
|
|
title: 'Step 3: <span class="font-medium">Earn rewards</span>',
|
|
description:
|
|
'The node is self-healing and autonomous. It\'s cruising speed from here on out: users can deploy on your node and you receive rewards.',
|
|
icon: 'tabler:award',
|
|
},
|
|
{
|
|
title: 'You\'re a cloud solution provider!',
|
|
icon: 'tabler:rosette-discount-check',
|
|
},
|
|
]}
|
|
image={{ src: '~/assets/images/currency_of_future.png', alt: '' }},
|
|
/>
|