Update index.mdx

Minor edits to copy on the landing page.
This commit is contained in:
liftlines 2024-02-24 13:38:40 +11:00 committed by Jinho Jang
parent 1dc0d885a5
commit 3233d833b2
1 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ import { Button } from '@acid-info/lsd-react'
<ShowcaseCard <ShowcaseCard
index={3} index={3}
name="Portal Client" 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" borderStyle="none"
cta={{ cta={{
label: 'Read more', label: 'Read more',
@ -115,15 +115,15 @@ import { Button } from '@acid-info/lsd-react'
features={[ features={[
{ {
title: 'Easy to use', 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', 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', 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', title: 'Secure',