Update index.mdx (#155)

Copy updates to home page
This commit is contained in:
Amelia7689 2023-12-12 17:21:10 +00:00 committed by Jinho Jang
parent c1411aaeb6
commit ae38260bc9
1 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
---
title: Light and Performant Clients, for All Ethereum Validators
description: Ethereum validators of all sizes trust Nimbus to run their nodes. From large node operators, to solo stakers on a Raspberry Pi.
title: Nimbus offers light and high-performing clients for the Ethereum Network
description: Run Nimbus on lightweight devices or enterprise-grade servers with equal ease and peace of mind. Trusted by solo stakers and enterprise node operators alike.
---
import {
@ -29,8 +29,8 @@ import {
{'Ethereum validators of all sizes trust Nimbus to run their nodes. From large node operators, to solo stakers on a Raspberry Pi.'}
</HeroDescription>
<HeroActions>
<HeroAction variant="outlined" href="https://nimbus.guide/quick-start.html" target="_blank">
Get Nimbus
<HeroAction variant="outlined" href="https://nimbus.team/about" target="_blank">
Learn more
</HeroAction>
</HeroActions>
</HeroInfo>
@ -54,12 +54,12 @@ import {
{
title: 'Easy to use',
description:
<>Nimbus offers a simple consensus layer setup combining beacon node and validator clients, or the flexibility to run the two independently. Get up and running quickly in one of <a href='https://nimbus.guide/quick-start.html'>three steps</a>.</>,
<>Nimbus offers a simple consensus layer setup combining beacon node and validator clients, or the flexibility to run the two independently. Get up and running quickly using <a href='https://nimbus.guide/quick-start.html'>this simple guide</a>.</>,
},
{
title: 'Downtime resilient',
title: 'Resilient',
description:
"Nimbus includes several features to improve redundancy and resilience. For example, distributed keystore support allows for pairing a single Nimbus instance with multiple Web3Signer servers. If one of the instances fails, another takes over. Plus Nimbus can support multiple Beacon Nodes, creating redundancy and resilience against downtime.",
"Nimbus includes several features to improve redundancy and resilience. For example, distributed keystore support allows for pairing a single Nimbus instance with multiple Web3Signer servers. If one of the instances fails, another takes over. Plus, Nimbus can support multiple Beacon Nodes, creating redundancy and resilience against downtime.",
},
]}
>
@ -70,7 +70,7 @@ import {
<Box top={{ xs: 144, lg: 336 }}>
<CallToActionSection
title="Run Nimbus in one of three setups"
title="Run the Nimbus Consensus client"
description={
<>
Follow the detailed<br/>step-by-step guide here
@ -83,11 +83,11 @@ import {
},
{
title: "Use Nimbus Beacon node",
description: "Run Nimbus Beacon Node with an alternative validator client."
description: "Use Nimbus Beacon Node with an alternative validator client."
},
{
title: "Use Nimbus Validator client",
description: "Run Nimbus Validator Client with an alternative Beacon Node"
description: "Use Nimbus Validator Client with an alternative Beacon Node"
}
]}
label="Get Nimbus"