+
{/* ✅ LEFT SIDE — Title + Intro */}
@@ -94,8 +94,8 @@ export function ComputeFeatures() {
{/* ✅ Bottom horizontal line with spacing */}
-
-
+
+
)
}
diff --git a/src/pages/compute/ComputeHero.tsx b/src/pages/compute/ComputeHero.tsx
index 8b71451..217fc38 100644
--- a/src/pages/compute/ComputeHero.tsx
+++ b/src/pages/compute/ComputeHero.tsx
@@ -6,7 +6,7 @@ export function ComputeHero({ onGetStartedClick = () => {} }: { onGetStartedClic
{/* Boxed container */}
{/* Inner padding */}
@@ -44,8 +44,8 @@ export function ComputeHero({ onGetStartedClick = () => {} }: { onGetStartedClic
{/* ✅ Bottom horizontal line with spacing */}
-
-
+
+
)
}
diff --git a/src/pages/compute/ComputeOverview.tsx b/src/pages/compute/ComputeOverview.tsx
index 73eb48a..551956f 100644
--- a/src/pages/compute/ComputeOverview.tsx
+++ b/src/pages/compute/ComputeOverview.tsx
@@ -20,8 +20,8 @@ export function ComputeOverview() {
{/* ✅ Top horizontal line with spacing */}
-
-
+
+
{/* ✅ subtle light-mode background accents */}
@@ -36,7 +36,7 @@ export function ComputeOverview() {
-
+
Mycelium Compute
@@ -67,7 +67,7 @@ export function ComputeOverview() {
{overviewCards.map((card) => (
@@ -87,8 +87,8 @@ export function ComputeOverview() {
{/* ✅ Bottom horizontal line with spacing */}
-
-
+
+
)
}
diff --git a/src/pages/download/DownloadHero.tsx b/src/pages/download/DownloadHero.tsx
index e9318e0..e4c8e35 100644
--- a/src/pages/download/DownloadHero.tsx
+++ b/src/pages/download/DownloadHero.tsx
@@ -73,7 +73,7 @@ export function DownloadHero() {
{features.map((feature) => (
diff --git a/src/pages/gpu/GpuHero.tsx b/src/pages/gpu/GpuHero.tsx
index c134c3f..9f7dda7 100644
--- a/src/pages/gpu/GpuHero.tsx
+++ b/src/pages/gpu/GpuHero.tsx
@@ -8,7 +8,7 @@ export function GpuHero() {
{/* Boxed container */}
{/* Inner padding */}
@@ -33,8 +33,8 @@ export function GpuHero() {
{/* ✅ Bottom horizontal line with spacing */}
-
-
+
+
)
}
diff --git a/src/pages/home/HomeAurora.tsx b/src/pages/home/HomeAurora.tsx
index 01952ff..9615acf 100644
--- a/src/pages/home/HomeAurora.tsx
+++ b/src/pages/home/HomeAurora.tsx
@@ -6,7 +6,7 @@ export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => voi
{/* Boxed container */}
{/* Inner padding */}
diff --git a/src/pages/home/HomeBenefits.tsx b/src/pages/home/HomeBenefits.tsx
index a45661b..fc65d60 100644
--- a/src/pages/home/HomeBenefits.tsx
+++ b/src/pages/home/HomeBenefits.tsx
@@ -38,16 +38,16 @@ export function HomeBenefits() {
{/* ✅ Top horizontal line with spacing */}
-
-
+
+
{/* ✅ Main content */}
-
+
{benefits.map((item) => (
@@ -62,8 +62,8 @@ export function HomeBenefits() {
{/* ✅ Bottom line + spacing */}
-
-
+
+
);
}
diff --git a/src/pages/home/HomeHosting.tsx b/src/pages/home/HomeHosting.tsx
index d97558a..17d206c 100644
--- a/src/pages/home/HomeHosting.tsx
+++ b/src/pages/home/HomeHosting.tsx
@@ -111,12 +111,12 @@ export function HomeHosting() {
{/* ✅ Top horizontal line with spacing */}
-
-
+
+
{/* ✅ Inner content container */}
-
+
IN ACTIVE EVOLUTION
@@ -138,7 +138,7 @@ export function HomeHosting() {
{features.map((feature) => (
@@ -151,8 +151,8 @@ export function HomeHosting() {
{/* ✅ Bottom horizontal line with spacing */}
-
-
+
+
)
}
diff --git a/src/pages/home/HomeTab.tsx b/src/pages/home/HomeTab.tsx
index 298cf92..4416b30 100644
--- a/src/pages/home/HomeTab.tsx
+++ b/src/pages/home/HomeTab.tsx
@@ -83,12 +83,12 @@ export function HomeTab() {
{/* ✅ Top spacer + full-width line */}
-
-
+
+
{/* ✅ Section with vertical borders */}
-
+
Deploy faster
Mycelium Components
@@ -120,8 +120,8 @@ export function HomeTab() {
{/* ✅ Bottom full-width line + spacer */}
-
-
+
+
);
}
diff --git a/src/pages/home/archive/HomeCTA.tsx b/src/pages/home/archive/HomeCTA.tsx
index 5e41576..1323db1 100644
--- a/src/pages/home/archive/HomeCTA.tsx
+++ b/src/pages/home/archive/HomeCTA.tsx
@@ -4,7 +4,7 @@ import { ArrowRightIcon } from "@heroicons/react/24/solid";
export function HomeCTA() {
return (
-
+
{/* LEFT: Big CTA Button */}
diff --git a/src/pages/home/archive/HomeGlobeNew.tsx b/src/pages/home/archive/HomeGlobeNew.tsx
index a4f6190..3dbddfb 100644
--- a/src/pages/home/archive/HomeGlobeNew.tsx
+++ b/src/pages/home/archive/HomeGlobeNew.tsx
@@ -4,7 +4,7 @@ import { Globe } from "@/components/ui/Globe";
export function HomeGlobeNew() {
return (
-
+
{/* Column 1 */}
diff --git a/src/pages/home/archive/HomeHero.tsx b/src/pages/home/archive/HomeHero.tsx
index 16b6539..af44ea3 100644
--- a/src/pages/home/archive/HomeHero.tsx
+++ b/src/pages/home/archive/HomeHero.tsx
@@ -2,7 +2,7 @@ import { Button } from '@/components/Button'
export function HomeHero() {
return (
-
+
diff --git a/src/pages/home/archive/HomeNew.tsx b/src/pages/home/archive/HomeNew.tsx
index 1d2750d..fce5a9f 100644
--- a/src/pages/home/archive/HomeNew.tsx
+++ b/src/pages/home/archive/HomeNew.tsx
@@ -6,7 +6,7 @@ export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => voi
{/* Boxed container */}
{/* Inner padding */}
diff --git a/src/pages/home/archive/HomeProductsA.tsx b/src/pages/home/archive/HomeProductsA.tsx
index 5b125d6..06c18a8 100644
--- a/src/pages/home/archive/HomeProductsA.tsx
+++ b/src/pages/home/archive/HomeProductsA.tsx
@@ -2,7 +2,7 @@
export function HomeProductsA() {
return (
-
+
{/* Product 1 */}
@@ -32,7 +32,7 @@ export function HomeProductsA() {
{/* Product 3 */}
-
+
Mycelium Agents
@@ -45,7 +45,7 @@ export function HomeProductsA() {
{/* Product 4 */}
-
+
Compute / Storage / GPU
diff --git a/src/pages/home/archive/HomeStack.tsx b/src/pages/home/archive/HomeStack.tsx
index e516bfb..c3a241a 100644
--- a/src/pages/home/archive/HomeStack.tsx
+++ b/src/pages/home/archive/HomeStack.tsx
@@ -31,7 +31,7 @@ export function HomeStack() {
const current = layers.find((l) => l.id === active)!;
return (
-
+
{/* LEFT COLUMN (2 COLS) */}
diff --git a/src/pages/home/archive/HomeStat.tsx b/src/pages/home/archive/HomeStat.tsx
index e872b09..6658319 100644
--- a/src/pages/home/archive/HomeStat.tsx
+++ b/src/pages/home/archive/HomeStat.tsx
@@ -1,6 +1,6 @@
export function HomeStat() {
return (
-
+
{/* CORES */}
diff --git a/src/pages/home/archive/HomeTabs.tsx b/src/pages/home/archive/HomeTabs.tsx
index 896dda0..c9d8966 100644
--- a/src/pages/home/archive/HomeTabs.tsx
+++ b/src/pages/home/archive/HomeTabs.tsx
@@ -54,11 +54,11 @@ export function HomeApplication() {
const Icon = current.icon; // ✅ dynamic icon
return (
-
+
{/* ✅ VERTICAL DIVIDER ON DESKTOP */}
-
+
{/* LEFT COLUMN */}
@@ -71,7 +71,7 @@ export function HomeApplication() {
{/* TABS */}
-
+
{tabs.map((tab) => (