From 5483e7950a2ac7ac5851647be5ed16299c3ec0b9 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 15 Oct 2025 12:35:57 +0200 Subject: [PATCH] feat: add DevHub section and update heading styles across components --- src/app/(main)/download/page.tsx | 8 +++++ src/components/About.tsx | 5 +-- src/components/DevHub.tsx | 46 ++++++++++++++++++++++++++++ src/components/Features.tsx | 1 + src/components/PrimaryFeatures.tsx | 5 +-- src/components/SecondaryFeatures.tsx | 5 +-- 6 files changed, 64 insertions(+), 6 deletions(-) create mode 100644 src/components/DevHub.tsx diff --git a/src/app/(main)/download/page.tsx b/src/app/(main)/download/page.tsx index dc253a5..ce61006 100644 --- a/src/app/(main)/download/page.tsx +++ b/src/app/(main)/download/page.tsx @@ -1,5 +1,7 @@ import { AnimatedSection } from '@/components/AnimatedSection' import DownloadHero from '@/components/DownloadHero' +import { DevHub } from '@/components/DevHub' +import { Faqs } from '@/components/Faqs' export default function Download() { return ( @@ -7,6 +9,12 @@ export default function Download() { + + + + + + ) } diff --git a/src/components/About.tsx b/src/components/About.tsx index 4ecaa62..5f19f40 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -14,9 +14,10 @@ export function About() {
-

+

Our Mission

+

Discover Mycelium - +

Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning.

diff --git a/src/components/DevHub.tsx b/src/components/DevHub.tsx new file mode 100644 index 0000000..72eacfd --- /dev/null +++ b/src/components/DevHub.tsx @@ -0,0 +1,46 @@ +import { CheckIcon } from '@heroicons/react/20/solid' + +const features = [ + { + name: 'Documentation', + description: 'Documentation for Mycelium.', + }, + { name: 'Support', description: 'Talk to an expert.' }, + { + name: 'Forum', + description: 'Forum for all your questions.', + }, + { name: 'Community', description: 'Join our Developers community on telegram.' }, + +] + +export function DevHub() { + return ( +
+
+
+
+

Get Started

+

+ Developer Hub +

+

+ Our Developer Hub is a resource center for developers looking to build on top of Mycelium. Join our Developers community on telegram to get started. +

+
+
+ {features.map((feature) => ( +
+
+
+
{feature.description}
+
+ ))} +
+
+
+
+ ) +} diff --git a/src/components/Features.tsx b/src/components/Features.tsx index 814e9a1..5c2702b 100644 --- a/src/components/Features.tsx +++ b/src/components/Features.tsx @@ -8,6 +8,7 @@ export function Features() { return (
+

Core Components

Network Capabilities

diff --git a/src/components/PrimaryFeatures.tsx b/src/components/PrimaryFeatures.tsx index dfc6128..1b4bbc1 100644 --- a/src/components/PrimaryFeatures.tsx +++ b/src/components/PrimaryFeatures.tsx @@ -408,9 +408,10 @@ export function PrimaryFeatures() { >
-

+

How It Works

+

How Mycelium Operates - +

Mycelium, like its natural namesake, thrives on decentralization, efficiency, and security, making it a truly powerful force in the world of decentralized networks.

diff --git a/src/components/SecondaryFeatures.tsx b/src/components/SecondaryFeatures.tsx index f2521b2..9c8a400 100644 --- a/src/components/SecondaryFeatures.tsx +++ b/src/components/SecondaryFeatures.tsx @@ -195,9 +195,10 @@ export function SecondaryFeatures() { >
-

+

Roadmap

+

Coming Soon: The Future of Mycelium - +

Mycelium is evolving to bring even more powerful decentralized features, designed to enhance your experience and expand possibilities. Be the first to explore what's coming next by staying connected with our latest updates.