From 75314247c22aecb34ccf90aa5c15c4f78b94812b Mon Sep 17 00:00:00 2001
From: Max Sherwood <63233138+slugmann321@users.noreply.github.com>
Date: Tue, 4 Feb 2025 15:15:37 +0100
Subject: [PATCH] updating the home page (#529)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: “Max <“max@obol.tech”>
---
src/components/HomepageFeatures.tsx | 37 +++++++++++++----------------
1 file changed, 17 insertions(+), 20 deletions(-)
diff --git a/src/components/HomepageFeatures.tsx b/src/components/HomepageFeatures.tsx
index 09d10d13fa..2115a0bca5 100644
--- a/src/components/HomepageFeatures.tsx
+++ b/src/components/HomepageFeatures.tsx
@@ -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 Distributed Validator Launchpad 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: (
<>
- Charon 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: (
<>
- Obol Splits 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{" "}
- Contributions Program.
+ Info on Obol’s governance, RAF, token, Techne Credential, and Staking Mastery program.
>
),
- link: "/next/run/start/quickstart_overview",
+ link: "/gov/governance/collective",
},
];