Skip to content

Commit

Permalink
updating the home page (#529)
Browse files Browse the repository at this point in the history
Co-authored-by: “Max <“max@obol.tech”>
  • Loading branch information
slugmann321 and “Max authored Feb 4, 2025
1 parent 2acf7db commit 7531424
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions src/components/HomepageFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,51 +19,48 @@ type FeatureItem = {

const FeatureList: FeatureItem[] = [
{
title: "Generate Key Shares",
image: "/img/noun_Key.png",
alt: "Image copyright Turkkub, courtesy of the Noun Project",
title: "Learn",
image: "/img/CharonLogo.svg",
alt: "Charon Distributed Validator Client Logomark",
description: (
<>
The <Link to="https://launchpad.obol.org/">Distributed Validator Launchpad</Link> is
an interface to enable distributed key generation for Distributed
Validators.
Understand how Charon powers Obol distributed validators.
</>
),
link: "/next/learn/intro/launchpad",
link: "/learn/charon/intro",
},
{
title: "Deploy Distributed Validators",
image: "/img/CharonLogo.svg",
alt: "Charon Distributed Validator Client Logomark",
title: "Run a DV",
image: "/img/noun_ethereum.png",
alt: "Image courtesy of the Noun Project",
description: (
<>
<Link to="/next/learn/charon/intro">Charon</Link> is a Distributed Validator Client for running Ethereum validators in a fault tolerant manner.
Jump straight into our quickstart guides.
</>
),
link: "/next/learn/charon/intro",
link: "/run/start/quickstart_overview",
},
{
title: "Build on the Obol Network",
image: "/img/noun_ethereum.png",
title: "Advanced Guides",
image: "/img/noun_laboratory.png",
alt: "Image courtesy of the Noun Project",
description: (
<>
<Link to="/next/learn/intro/obol-splits">Obol Splits</Link> are smart contracts for the distribution of rewards from Distributed Validators.
Use the SDK, migrate existing validators, and more.
</>
),
link: "/next/learn/intro/obol-splits",
link: "/adv/advanced/quickstart-sdk",
},
{
title: "Earn Contributions",
title: "Community & Governance",
image: "/img/noun_gardening.png",
alt: "Image courtesy of the Noun Project",
description: (
<>
Run Distributed Validators on mainnet and take part in Obol's{" "}
<Link to="https://obol.org/contributions">Contributions Program.</Link>
Info on Obol’s governance, RAF, token, Techne Credential, and Staking Mastery program.
</>
),
link: "/next/run/start/quickstart_overview",
link: "/gov/governance/collective",
},
];

Expand Down

0 comments on commit 7531424

Please sign in to comment.