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 }}>
|
<Box top={{ xs: 32 }} bottom={{ xs: 144, lg: 216 }}>
|
||||||
<HeroTitle>
|
<HeroTitle>
|
||||||
{'LIGHT AND PERFORMANT CLIENTS, FOR ALL ETHEREUM VALIDATORS'}
|
{'NIMBUS OFFERS LIGHT AND HIGH PERFORMING CLIENTS FOR THE ETHEREUM NETWORK'}
|
||||||
</HeroTitle>
|
</HeroTitle>
|
||||||
<HeroDescription>
|
<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>
|
</HeroDescription>
|
||||||
<HeroActions>
|
<HeroActions>
|
||||||
<HeroAction variant="outlined" href="/about" target="_blank">
|
<HeroAction variant="outlined" href="/about" target="_blank">
|
||||||
|
@ -44,12 +44,12 @@ import {
|
||||||
{
|
{
|
||||||
title: 'Consensus Client',
|
title: 'Consensus Client',
|
||||||
description:
|
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',
|
title: 'Verified Web3 Proxy',
|
||||||
description:
|
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',
|
title: 'Portal Client',
|
||||||
|
@ -82,26 +82,26 @@ import {
|
||||||
<Grid.Item>
|
<Grid.Item>
|
||||||
<ShowcaseCard
|
<ShowcaseCard
|
||||||
index={1}
|
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"
|
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."
|
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>
|
||||||
<Grid.Item>
|
<Grid.Item>
|
||||||
<ShowcaseCard
|
<ShowcaseCard
|
||||||
index={2}
|
index={3}
|
||||||
name="Secure"
|
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."
|
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>
|
||||||
<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>
|
<Grid.Item>
|
||||||
<ShowcaseCard
|
<ShowcaseCard
|
||||||
index={4}
|
index={4}
|
||||||
|
@ -143,9 +143,9 @@ import {
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 216 }}>
|
<Box top={{ xs: 144, lg: 216 }}>
|
||||||
<CallToActionSection
|
<CallToActionSection
|
||||||
title="User endorsements"
|
title="Community Suppport"
|
||||||
columns={2}
|
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"
|
label="Get Nimbus"
|
||||||
href="https://nimbus.guide/quick-start.html"
|
href="https://nimbus.guide/quick-start.html"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
@ -153,7 +153,6 @@ import {
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box top={{ xs: 64, lg: 100 }}>
|
<Box top={{ xs: 64, lg: 100 }}>
|
||||||
<Box top={{ xs: 100, lg: 100 }}>
|
|
||||||
<Grid
|
<Grid
|
||||||
xs={{ cols: 2, wrap: true, gap: '1.5rem 1em' }}
|
xs={{ cols: 2, wrap: true, gap: '1.5rem 1em' }}
|
||||||
lg={{ cols: 4, gap: '1rem' }}
|
lg={{ cols: 4, gap: '1rem' }}
|
||||||
|
@ -188,7 +187,6 @@ import {
|
||||||
</Grid.Item>
|
</Grid.Item>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 216 }}>
|
<Box top={{ xs: 144, lg: 216 }}>
|
||||||
<LogoCarousel
|
<LogoCarousel
|
||||||
|
|
Loading…
Reference in New Issue