"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 (
{/* ✅ Top horizontal line with spacing */}
{/* === 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 */}
{/* ✅ Bottom horizontal line with spacing */}
); }