"use client"; import { motion } from "framer-motion"; import { StackedCubesLight } from "@/components/ui/StackedCubesLight"; import { P, Eyebrow, H3 } 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

Mycelium Stack

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

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