Update index.mdx
Minor edits to copy on the landing page.
This commit is contained in:
parent
1dc0d885a5
commit
3233d833b2
|
@ -78,7 +78,7 @@ import { Button } from '@acid-info/lsd-react'
|
|||
<ShowcaseCard
|
||||
index={3}
|
||||
name="Portal Client"
|
||||
description="An ultra-light client that contributes to the network and immediately usable from a fresh install."
|
||||
description="An ultra-light client that enables users to interact with the Ethereum blockchain in a trust-minimised manner."
|
||||
borderStyle="none"
|
||||
cta={{
|
||||
label: 'Read more',
|
||||
|
@ -115,15 +115,15 @@ import { Button } from '@acid-info/lsd-react'
|
|||
features={[
|
||||
{
|
||||
title: 'Easy to use',
|
||||
description: <>Nimbus offers a simple and easy to use consensus layer client that combines beacon node and validator client in one, or the flexibility to run the two independently.</>
|
||||
description: <>Nimbus offers a simple and easy to use consensus layer client that combines beacon node and validator client duties in one package, while also offering the flexibility to run the two independently.</>
|
||||
},
|
||||
{
|
||||
title: 'Lightweight',
|
||||
description: "Nimbus' low resource footprint makes it an attractive option for solo stakers. Institutional node operators benefit from having more headroom in their setup, preventing failure when Ethereum is under stress."
|
||||
description: "Nimbus' low resource footprint makes it an attractive option for solo stakers. It's low CPU and Memory consumption is also attractive for Institutional node operators, as it leaves more headroom on a server for when Ethereum network is under stress, reducing the risk of failover."
|
||||
},
|
||||
{
|
||||
title: 'Resilient',
|
||||
description: "Nimbus offers the ability to connect the validator client with multiple beacon nodes, and the beacon node with multiple execution layer clients, creating redundancy and resilience in your setup."
|
||||
description: "Nimbus offers the ability to connect the validator client with multiple beacon nodes. It also supports connection with multiple execution layer clients, creating redundancy and resilience in your setup."
|
||||
},
|
||||
{
|
||||
title: 'Secure',
|
||||
|
|
Loading…
Reference in New Issue