From c86258cd3f04b480434296a4e0bea5cfba8922b1 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Wed, 5 Jun 2024 16:30:53 -0400 Subject: [PATCH] updated landing page --- src/pages/index.astro | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 17b9628..5d9e183 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -207,17 +207,17 @@ const metadata = { title: 'Step 2: Connect the node', description: "Setting an INCA 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:package', + icon: 'tabler:plug-connected', }, { title: 'Step 3: Earn rewards', 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 INCA rewards.', - icon: 'tabler:paint', + icon: 'tabler:award', }, { title: 'You\'re a cloud solution provider!', - icon: 'tabler:check', + icon: 'tabler:rosette-discount-check', }, ]} image={{ src: '~/assets/images/currency_of_future.png', alt: 'INCA Image Here' }}, @@ -227,58 +227,58 @@ const metadata = {