Update index.mdx

2nd round of copy changes with Kaushal and Amelai
This commit is contained in:
JDS 2024-02-09 19:33:29 +08:00 committed by GitHub
parent 1d659e234b
commit 308e3a3235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 7 deletions

View File

@ -42,7 +42,7 @@ import {
title="Features"
features={[
{
title: 'Consensus Client',
title: 'Consensus client',
description:
'Monitor the beacon chain and join the network as a validator.',
},
@ -116,10 +116,10 @@ import {
<Box top={{ xs: 144, lg: 216 }}>
<CallToActionSection
title="Run the Nimbus Consensus client"
title="Get started"
description={
<>
Follow the detailed<br/>step-by-step guide here
Run the Nimbus consensus client <br/>in one of three ways
</>
}
border={false}
@ -127,7 +127,7 @@ import {
{
title: "Simple setup",
href: "https://nimbus.guide/quick-start.html",
description: "Run integrated Nimbus Beacon Node and Validator client together."
description: "Setup the Nimbus Beacon Node with Validator client duties."
},
{
title: "Use Nimbus Beacon node",
@ -140,9 +140,7 @@ import {
description: "Use Nimbus Validator client with an alternative Beacon Node."
}
]}
label="Get Nimbus"
target="_blank"
href="https://nimbus.guide/quick-start.html"
/>
</Box>