diff --git a/src/components/Texts.tsx b/src/components/Texts.tsx
index f40954e..8410884 100644
--- a/src/components/Texts.tsx
+++ b/src/components/Texts.tsx
@@ -131,7 +131,7 @@ export const FeatureTitle = createTextComponent(
)
export const FeatureDescription = createTextComponent(
'p',
- 'text-sm leading-normal tracking-normal'
+ 'lg:text-base text-sm leading-normal tracking-normal'
)
export const MobileFeatureTitle = createTextComponent(
'h3',
diff --git a/src/components/ui/cards.tsx b/src/components/ui/cards.tsx
index 13d6b23..257d975 100644
--- a/src/components/ui/cards.tsx
+++ b/src/components/ui/cards.tsx
@@ -8,7 +8,7 @@ const DarkCard = React.forwardRef<
+
-
+
Technical Architecture
-
- Built on a sovereign, encrypted delivery mesh.
-
+
+ Built on a Sovereign, Encrypted Delivery Mesh.
+
Mycelium Cloud rides on the ThreeFold Grid, pairing encrypted mesh
networking with deterministic K3s orchestration. Every layer is
diff --git a/src/pages/cloud/CloudFeatures.tsx b/src/pages/cloud/CloudFeatures.tsx
index dcc1fc9..f86cef1 100644
--- a/src/pages/cloud/CloudFeatures.tsx
+++ b/src/pages/cloud/CloudFeatures.tsx
@@ -363,7 +363,7 @@ function CloudFeaturesMobile() {
-
+
{feature.name}
@@ -383,7 +383,7 @@ function CloudFeaturesMobile() {
key={featureIndex}
className={clsx(
'relative h-0.5 w-4 rounded-full',
- featureIndex === activeIndex ? 'bg-gray-300' : 'bg-gray-500',
+ featureIndex === activeIndex ? 'bg-gray-600' : 'bg-gray-700',
)}
aria-label={`Go to slide ${featureIndex + 1}`}
onClick={() => {
diff --git a/src/pages/cloud/CloudHero.tsx b/src/pages/cloud/CloudHero.tsx
index 5b2aed6..6a17204 100644
--- a/src/pages/cloud/CloudHero.tsx
+++ b/src/pages/cloud/CloudHero.tsx
@@ -2,7 +2,7 @@ import { useId } from 'react'
import { Button } from '../../components/Button'
import { Container } from '../../components/Container'
-import { Eyebrow, SectionHeader, P } from '../../components/Texts'
+import { Eyebrow, H2, P, H5 } from '../../components/Texts'
function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) {
const id = useId()
@@ -82,16 +82,16 @@ export function CloudHero() {
Mycelium Cloud
-
+
Deploy sovereign Kubernetes clusters on decentralized
infrastructure.
-
-
+
+
Mycelium Cloud turns the ThreeFold Grid into a programmable
substrate for K3s. Launch verifiable clusters with nature-inspired
networking, quantum-safe storage, and zero-image delivery that
keeps every workload deterministic.
-
+
Developer guide to decentralized cloud computing.