"use client"; import { motion } from "framer-motion"; import { StackedCubesLight } from "@/components/ui/StackedCubesLight"; import { P, SectionHeader, Eyebrow } from "@/components/Texts"; import { FadeIn } from "@/components/ui/FadeIn"; export function StackSectionLight() { return (
{/* === Background Layer === */}
{/* Central main aura */} {/* Faint cyan mist in the back for depth */}
{/* === Content === */}
{/* Left Column - Text */}
Technology Layers The Mycelium Stack

Project Mycelium unifies compute, storage, networking, and AI into a resilient ecosystem that preserves data sovereignty, powers seamless collaboration, and keeps every layer of your infrastructure secure end to end on decentralized infrastructure.

{/* Right Column - Animated Stack */}
); }