-
From 4e84f778a445e88a3a6f55adfd16733bf8e040cd Mon Sep 17 00:00:00 2001
From: redwest88 <71982739+redwest88@users.noreply.github.com>
Date: Sat, 9 Sep 2023 23:15:41 +0200
Subject: [PATCH 2/5] Update index.tsx
---
src/components/HomepageFeatures/index.tsx | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx
index 57a368b8..16a5ce2a 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -10,34 +10,29 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
- title: "Always relevant Info",
+ title: "Open-Source Knowledge",
Svg: require("@site/static/img/undraw1.svg").default,
description: (
<>
- Nodes Wiki provides an up-to-date information on blockchain nodes. Our community-driven platform allows
- anyone to contribute by adding their own info, ensuring that the platform remains comprehensive and
- relevant.
+ Being open-source, Nodes Wiki invites contributions from across the globe, ensuring a rich and dynamic repository of content that benefits everyone.
>
),
},
{
- title: "What for?",
+ title: "Up-to-date Information",
Svg: require("@site/static/img/undraw2.svg").default,
description: (
<>
- If you're experiencing issues with your nodes, Nodes Wiki is here to help. The platform provides a variety
- of solutions to all types of problems.
+ Nodes Wiki is committed to keeping you at the forefront, with timely updates reflecting the latest developments and useful resources.
>
),
},
{
- title: "Easy to Use",
+ title: "Validator-Driven Content",
Svg: require("@site/static/img/undraw3.svg").default,
description: (
<>
- Nodes Wiki is user-friendly and easy to navigate, with simple scripts that make it easy for users of all
- skill levels to find the information they need, including scripts for installing and updating nodes,
- downloading snapshots, adding live peers, and finding public endpoints.
+ With content sourced and scrutinized by some of the most active validators in the blockchain world, Nodes Wiki stands as a beacon of reliable and expert-backed information.
>
),
},
@@ -50,7 +45,7 @@ function Feature({ title, Svg, description }: FeatureItem) {