update landing page copy
This commit is contained in:
parent
41ab0fe28e
commit
b93c700bb9
|
@ -23,10 +23,10 @@ import {
|
|||
|
||||
<Box top={{ xs: 32 }} bottom={{ xs: 144, lg: 216 }}>
|
||||
<HeroTitle>
|
||||
{'LIGHT AND PERFORMANT CLIENTS, FOR ALL ETHEREUM VALIDATORS'}
|
||||
{'NIMBUS OFFERS LIGHT AND HIGH PERFORMING CLIENTS FOR THE ETHEREUM NETWORK'}
|
||||
</HeroTitle>
|
||||
<HeroDescription>
|
||||
{'Ethereum validators of all sizes trust Nimbus to run their nodes. From large node operators, to solo stakers on a Raspberry Pi.'}
|
||||
{'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.'}
|
||||
</HeroDescription>
|
||||
<HeroActions>
|
||||
<HeroAction variant="outlined" href="/about" target="_blank">
|
||||
|
@ -44,12 +44,12 @@ import {
|
|||
{
|
||||
title: 'Consensus Client',
|
||||
description:
|
||||
'An ultra-light client that contributes to the network and does not require syncing.',
|
||||
'Use Nimbus today to monitor the beacon chain and join the network as a fully-fledged validator.',
|
||||
},
|
||||
{
|
||||
title: 'Verified Web3 Proxy',
|
||||
description:
|
||||
'A lightweight execution layer client to complement the consensus layer - coming soon.',
|
||||
'Enables you to independently verify data received from RPC endpoints.',
|
||||
},
|
||||
{
|
||||
title: 'Portal Client',
|
||||
|
@ -82,26 +82,26 @@ import {
|
|||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
index={1}
|
||||
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 using <a href='https://nimbus.guide/quick-start.html'>this simple guide</a>.</>
|
||||
}
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
index={2}
|
||||
name="Lightweight"
|
||||
description="A low resource footprint makes Nimbus an attractive option for solo stakers and distributed validators. Institutional operators benefit from having more headroom in their setup, preventing failure when Ethereum is under stress."
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
index={2}
|
||||
index={3}
|
||||
name="Secure"
|
||||
description="Nimbus has undergone extensive security testing from some of the leading security firms in blockchain technology, including ConsenSys Diligence, Trail Of Bits, and NCC Group."
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
index={3}
|
||||
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 using <a href='https://nimbus.guide/quick-start.html'>this simple guide</a>.</>
|
||||
}
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
index={4}
|
||||
|
@ -143,9 +143,9 @@ import {
|
|||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<CallToActionSection
|
||||
title="User endorsements"
|
||||
title="Community Suppport"
|
||||
columns={2}
|
||||
description="Nimbus is trusted by Etherem validators diverse in both size and operating requirements. But don’t just take our word for it."
|
||||
description="Nimbus is trusted by Etherem validators diverse in both size and operating requirements. But don't just take our word for it."
|
||||
label="Get Nimbus"
|
||||
href="https://nimbus.guide/quick-start.html"
|
||||
target="_blank"
|
||||
|
@ -153,7 +153,6 @@ import {
|
|||
</Box>
|
||||
|
||||
<Box top={{ xs: 64, lg: 100 }}>
|
||||
<Box top={{ xs: 100, lg: 100 }}>
|
||||
<Grid
|
||||
xs={{ cols: 2, wrap: true, gap: '1.5rem 1em' }}
|
||||
lg={{ cols: 4, gap: '1rem' }}
|
||||
|
@ -188,7 +187,6 @@ import {
|
|||
</Grid.Item>
|
||||
</Grid>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<LogoCarousel
|
||||
|
|
Loading…
Reference in New Issue