diff --git a/src/pages/agents/AgentPro.tsx b/src/pages/agents/AgentPro.tsx index 2a34fca..e09de76 100644 --- a/src/pages/agents/AgentPro.tsx +++ b/src/pages/agents/AgentPro.tsx @@ -38,7 +38,7 @@ export function AgentPro() { {/* Intro Block */}
+
Run compute, storage, and AI resources on infrastructure you control. -
The Mycelium Cloud runs on a distributed grid of independent nodes, delivering secure, scalable performance wherever your users or data live. -
Host nodes, deploy workloads, or build private AI systems all on infrastructure you own and control. Mycelium gives you scalable compute, secure storage, and sovereign orchestration without depending on @@ -138,7 +138,7 @@ export function CloudIntro() { setActive(tab.id)} - className={`text-sm font-medium tracking-wide pb-2 ${ + className={`text-sm font-medium tracking-wide leading-tight pb-2 ${ active === tab.id ? "border-b-2 border-cyan-500 text-white" : "text-gray-400 hover:text-white" @@ -152,8 +152,8 @@ export function CloudIntro() { {/* Tab Content */} - {current.item} - + {current.item} + {current.desc} @@ -165,7 +165,7 @@ export function CloudIntro() { {current.bullets.map((b, i) => ( - + • {b} diff --git a/src/pages/cloud/CloudPros.tsx b/src/pages/cloud/CloudPros.tsx index 0099506..e9f9c35 100644 --- a/src/pages/cloud/CloudPros.tsx +++ b/src/pages/cloud/CloudPros.tsx @@ -37,7 +37,7 @@ export function CloudPros() { {/* Intro Block */} - + Cloud Advantages diff --git a/src/pages/home/HomeDesign.tsx b/src/pages/home/HomeDesign.tsx index 2988c67..2429a7c 100644 --- a/src/pages/home/HomeDesign.tsx +++ b/src/pages/home/HomeDesign.tsx @@ -37,7 +37,7 @@ export function HomeDesign() { {/* Centered intro */} - + Who's it For diff --git a/src/pages/network/NetworkPros.tsx b/src/pages/network/NetworkPros.tsx index f055851..23f6467 100644 --- a/src/pages/network/NetworkPros.tsx +++ b/src/pages/network/NetworkPros.tsx @@ -38,7 +38,7 @@ export function NetworkPros() { {/* Centered intro */} - + WHY diff --git a/src/pages/pods/PodsDesign.tsx b/src/pages/pods/PodsDesign.tsx index 56349a8..b952e93 100644 --- a/src/pages/pods/PodsDesign.tsx +++ b/src/pages/pods/PodsDesign.tsx @@ -52,7 +52,7 @@ export function PodsDesign() { - + {product.subtitle} diff --git a/src/pages/pods/PodsPro.tsx b/src/pages/pods/PodsPro.tsx index 0d798bb..8a6c1d7 100644 --- a/src/pages/pods/PodsPro.tsx +++ b/src/pages/pods/PodsPro.tsx @@ -57,7 +57,7 @@ export function PodsPro() { - + {product.subtitle}
{current.item}
{current.desc}