diff --git a/src/pages/network/CallToAction.tsx b/src/pages/network/CallToAction.tsx index b102f09..14b88be 100644 --- a/src/pages/network/CallToAction.tsx +++ b/src/pages/network/CallToAction.tsx @@ -14,14 +14,14 @@ export function CallToAction() {

- Get Started Today + Choose How You Want to Start

- Download the Mycelium app and step into the future of secure, peer-to-peer networking; fast, private, and decentralized. + Use the network to connect workloads or host nodes to deepen mesh resilience and run your environments on your own hardware.

diff --git a/src/pages/network/NetworkPage.tsx b/src/pages/network/NetworkPage.tsx index 4ecfd41..1e3b78d 100644 --- a/src/pages/network/NetworkPage.tsx +++ b/src/pages/network/NetworkPage.tsx @@ -5,6 +5,8 @@ import { Features } from './Features' import { PrimaryFeatures } from './PrimaryFeatures' import { SecondaryFeatures } from './SecondaryFeatures' import { CallToAction } from './CallToAction' +import { NetworkCapabilities } from './NetworkCapabilities' +import { NetworkUsecases } from './NetworkUsecases' export default function NetworkPage() { return ( @@ -12,19 +14,28 @@ export default function NetworkPage() { + - + + + + + + + + - + +ß diff --git a/src/pages/network/NetworkUsecases.tsx b/src/pages/network/NetworkUsecases.tsx new file mode 100644 index 0000000..7cd42e5 --- /dev/null +++ b/src/pages/network/NetworkUsecases.tsx @@ -0,0 +1,64 @@ +import { Container } from '../../components/Container' +import { Eyebrow, SectionHeader, P } from '../../components/Texts' + +const networkUseCases = [ + { + title: 'Secure Access to Self-Hosted Services', + description: + 'Access your services, VMs, and clusters remotely without VPNs, public IPs, or port forwarding.', + ideal: + 'Ideal for: homelabs, personal clouds, long-running self-hosted stacks', + }, + { + title: 'Service-to-Service Networking Across Environments', + description: + 'Connect applications running across home labs, cloud regions, edge nodes, and data centers all on one address space.', + ideal: + 'Ideal for: dev teams, distributed apps, container + K3s workloads', + }, + { + title: 'Resilient Connectivity Across Regions & Outages', + description: + 'Connect systems across countries, datacenters, edge locations, and remote deployments — with routing that automatically heals around ISP failures, censorship, and regional outages.', + ideal: + 'Ideal for: research networks, cross-border orgs, distributed compute, off-grid / rural deployments', + }, +] + +export function NetworkUseCases() { + return ( +
+ +
+ USE CASES + + Private Connectivity for People, Services, and Infrastructures + +

+ Mycelium Network provides a secure, autonomous communication layer + that works across homes, clouds, edge workloads, and global deployments. +

+
+ +
+ {networkUseCases.map((useCase) => ( +
+

+ {useCase.title} +

+

+ {useCase.description} +

+

+ {useCase.ideal} +

+
+ ))} +
+
+
+ ) +} diff --git a/src/pages/network/SecondaryFeatures.tsx b/src/pages/network/SecondaryFeatures.tsx index aeba697..bbb5067 100644 --- a/src/pages/network/SecondaryFeatures.tsx +++ b/src/pages/network/SecondaryFeatures.tsx @@ -194,12 +194,12 @@ export function SecondaryFeatures() { >
-

Roadmap

+

IN ACTIVE EVOLUTION

- Coming Soon: The Future of Mycelium + Expanding the Network Layer

- 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. + The Mycelium Network is evolving to support richer data movement, identity, and application connectivity across the mesh. These enhancements deepen autonomy and improve real-world usability.