"use client"; import { StackedCubes } from "@/components/ui/StackedCubes"; import { H2, P } from '@/components/Texts'; import { FadeIn } from "./FadeIn"; export function StackSectionPreview() { return (
{/* Left Column - Text (1/3 width) */}

The Mycelium Stack

Built with Mycelium technology, our AI infrastructure ensures unbreakable networks, complete data sovereignty, ultra-secure agent-human communication, and unhackable data storage systems.

{/* Right Column - Stacked Cubes (2/3 width) */}
); }