Update index.mdx (#157)

Two typo fixes. Moved the 'Nimbus Users' carousel above the 'Community Support' section.
This commit is contained in:
Amelia7689 2023-12-18 18:24:44 +00:00 committed by Jinho Jang
parent 4946ed7758
commit ff95f28b98
1 changed files with 30 additions and 30 deletions

View File

@ -132,7 +132,7 @@ import {
},
{
title: "Use Nimbus Validator client",
description: "Use Nimbus Validator Client with an alternative Beacon Node"
description: "Use Nimbus Validator Client with an alternative Beacon Node."
}
]}
label="Get Nimbus"
@ -145,13 +145,41 @@ import {
<CallToActionSection
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 Ethereum 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"
/>
</Box>
<Box top={{ xs: 144, lg: 216 }}>
<LogoCarousel
title="Nimbus Users"
items={[
{
logoSrc: '/showcase/ethos-black.svg',
logoSrcDark: '/showcase/ethos-white.svg',
},
{
logoSrc: '/showcase/dsrv-black.svg',
logoSrcDark: '/showcase/dsrv-white.svg',
},
{
logoSrc: '/showcase/stader-black.svg',
logoSrcDark: '/showcase/stader-white.svg',
},
{
logoSrc: '/showcase/staking-facilities-black.svg',
logoSrcDark: '/showcase/staking-facilities-white.svg',
},
{
logoSrc: '/showcase/sensei-node-black.svg',
logoSrcDark: '/showcase/sensei-node-white.svg',
}
]}
/>
</Box>
<Box top={{ xs: 64, lg: 100 }}>
<Grid
xs={{ cols: 2, wrap: true, gap: '1.5rem 1em' }}
@ -188,34 +216,6 @@ import {
</Grid>
</Box>
<Box top={{ xs: 144, lg: 216 }}>
<LogoCarousel
title="Nimbus Users"
items={[
{
logoSrc: '/showcase/ethos-black.svg',
logoSrcDark: '/showcase/ethos-white.svg',
},
{
logoSrc: '/showcase/dsrv-black.svg',
logoSrcDark: '/showcase/dsrv-white.svg',
},
{
logoSrc: '/showcase/stader-black.svg',
logoSrcDark: '/showcase/stader-white.svg',
},
{
logoSrc: '/showcase/staking-facilities-black.svg',
logoSrcDark: '/showcase/staking-facilities-white.svg',
},
{
logoSrc: '/showcase/sensei-node-black.svg',
logoSrcDark: '/showcase/sensei-node-white.svg',
}
]}
/>
</Box>
<Box top={{ xs: 144, lg: 216 }}>
<CallToActionSection
columns={1}