From 1f11ca5319ef4c9ac946dfc7d0e24d8df13c3e9e Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 4 Nov 2025 14:05:27 +0100 Subject: [PATCH] feat: update cloud hosting capabilities section with audience-focused messaging - Reorganized features to target specific user personas (DevOps, Security, Data, AI/ML teams) - Updated feature descriptions to emphasize technical benefits and security posture - Changed section eyebrow from "DEPLOY" to "CAPABILITIES" for clearer positioning --- src/pages/cloud/CloudHosting.tsx | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/pages/cloud/CloudHosting.tsx b/src/pages/cloud/CloudHosting.tsx index 3c08f6a..b4869a6 100644 --- a/src/pages/cloud/CloudHosting.tsx +++ b/src/pages/cloud/CloudHosting.tsx @@ -8,24 +8,28 @@ import { CP, CT, Eyebrow, H3, P } from '../../components/Texts' const features = [ { + Eyebrow: 'DevOps / Cloud teams', name: 'Kubernetes Clusters', - description: 'Deploy and scale containerized apps across your own hardware.', + description: 'Deterministic K3s workloads across sovereign hardware.', icon: ServerIcon, }, { - name: 'AI Agents & LLM Runtimes', - description: 'Run open-source models locally, securely, and offline.', - icon: ArrowPathIcon, + Eyebrow: 'Security & infrastructure', + name: 'Encrypted Mesh Networking', + description: 'No public ingress, no exposed attack surface, zero-trust routing.', + icon: ShieldCheckIcon, }, { + Eyebrow: 'Data-driven teams', name: 'S3-Compatible Storage', - description: 'Your own personal over-the-network drive, encrypted end-to-end.', + description: 'Distributed storage with erasure coding and residency control.', icon: CloudArrowUpIcon, }, { - name: 'Mesh VPN & Zero-Trust Networking', - description: 'Securely connect all your devices and remote locations.', - icon: ShieldCheckIcon, + Eyebrow: 'AI / ML workloads', + name: 'GPU-Ready', + description: 'Scale inference & training on demand.', + icon: ArrowPathIcon, }, ] @@ -33,7 +37,7 @@ export function CloudHosting() { return (
- DEPLOY + CAPABILITIES

What You Can Run on Mycelium Cloud

Turn your own machines into real, production-grade infrastructure. Mycelium handles the networking, @@ -48,6 +52,7 @@ export function CloudHosting() { + {feature.Eyebrow} {feature.name}