diff --git a/src/components/ui/cards.tsx b/src/components/ui/cards.tsx index 257d975..2c27087 100644 --- a/src/components/ui/cards.tsx +++ b/src/components/ui/cards.tsx @@ -8,7 +8,7 @@ const DarkCard = React.forwardRef<
+ + + + diff --git a/src/pages/home/HomeHosting.tsx b/src/pages/home/HomeHosting.tsx index f2faf9d..dee7d25 100644 --- a/src/pages/home/HomeHosting.tsx +++ b/src/pages/home/HomeHosting.tsx @@ -1,6 +1,6 @@ -import { useId } from 'react' + import { Container } from '../../components/Container' -import { CP, CT, Eyebrow, H3, P } from '../../components/Texts' +import {Eyebrow, H3, P } from '../../components/Texts' /* ✅ Custom Icons */ diff --git a/src/pages/home/HomePage.tsx b/src/pages/home/HomePage.tsx index c672edc..42ede82 100644 --- a/src/pages/home/HomePage.tsx +++ b/src/pages/home/HomePage.tsx @@ -1,7 +1,7 @@ import { useRef } from 'react' import { AnimatedSection } from '../../components/AnimatedSection' import { HomeAurora } from './HomeAurora' -import { StackSectionLight } from './StackSection' +import { StackSectionDark } from './StackSectionDark' import { WorldMap } from './HomeGlobe' import { HomeBenefits } from './HomeBenefits' import { CallToAction } from './CallToAction' @@ -18,7 +18,7 @@ export default function HomePage() { return (
- + @@ -30,7 +30,7 @@ export default function HomePage() { - + diff --git a/src/pages/home/StackSectionDark.tsx b/src/pages/home/StackSectionDark.tsx new file mode 100644 index 0000000..b19d4c6 --- /dev/null +++ b/src/pages/home/StackSectionDark.tsx @@ -0,0 +1,98 @@ +"use client"; + +import { motion } from "framer-motion"; +import { StackedCubes } from "@/components/ui/StackedCubes"; +import { P, Eyebrow, H3 } from "@/components/Texts"; +import { FadeIn } from "@/components/ui/FadeIn"; + +export function StackSectionDark() { + return ( +
+ {/* === Background Layer === */} +
+ {/* Central main aura */} + + + {/* Faint cyan mist in the back for depth */} + +
+ + {/* === Content === */} +
+ {/* Left Column - Text */} +
+ + Technology Layers +

+ Mycelium Stack +

+
+ + +

+ Mycelium unifies compute, storage, networking, and AI into a self-governing comprehensive decentralized infrastructure fabric. +

+
+
+ + {/* Right Column - Animated Stack */} +
+ + + + + +
+
+
+ ); +} diff --git a/src/pages/storage/StorageOverview.tsx b/src/pages/storage/StorageOverview.tsx index 65d03b4..b155dc9 100644 --- a/src/pages/storage/StorageOverview.tsx +++ b/src/pages/storage/StorageOverview.tsx @@ -26,6 +26,7 @@ export function StorageOverview() { return (
+
Platform Overview