+
{/* ✅ 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 8b71451a..217fc383 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 73eb48af..551956fc 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 e9318e0d..e4c8e351 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 c134c3f1..9f7dda75 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 01952ff1..9615acfa 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 a45661b4..fc65d602 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 d97558ab..17d206cf 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 298cf92f..4416b302 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 5e41576e..1323db12 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 a4f6190d..3dbddfb0 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 16b65396..af44ea38 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 1d2750d4..fce5a9f6 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 5b125d6d..06c18a86 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 e516bfbb..c3a241af 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 e872b098..66583198 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 896dda00..c9d8966d 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) => (