chore: update landing page copy
This commit is contained in:
parent
23f4eb7cc3
commit
ab832eb891
|
@ -29,7 +29,7 @@ import {
|
||||||
{'Ethereum validators of all sizes trust Nimbus to run their nodes. From large node operators, to solo stakers on a Raspberry Pi.'}
|
{'Ethereum validators of all sizes trust Nimbus to run their nodes. From large node operators, to solo stakers on a Raspberry Pi.'}
|
||||||
</HeroDescription>
|
</HeroDescription>
|
||||||
<HeroActions>
|
<HeroActions>
|
||||||
<HeroAction variant="outlined" href="https://nimbus.team/about" target="_blank">
|
<HeroAction variant="outlined" href="/about" target="_blank">
|
||||||
Learn more
|
Learn more
|
||||||
</HeroAction>
|
</HeroAction>
|
||||||
</HeroActions>
|
</HeroActions>
|
||||||
|
@ -97,14 +97,16 @@ import {
|
||||||
<ShowcaseCard
|
<ShowcaseCard
|
||||||
index={3}
|
index={3}
|
||||||
name="Easy to use"
|
name="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 three steps."
|
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 using <a href='https://nimbus.guide/quick-start.html'>this simple guide</a>.</>
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
</Grid.Item>
|
</Grid.Item>
|
||||||
<Grid.Item>
|
<Grid.Item>
|
||||||
<ShowcaseCard
|
<ShowcaseCard
|
||||||
index={4}
|
index={4}
|
||||||
name="Downtime resilient"
|
name="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."
|
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."
|
||||||
/>
|
/>
|
||||||
</Grid.Item>
|
</Grid.Item>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
Loading…
Reference in New Issue