"use client"; import { motion } from "framer-motion"; import { StackedCubesLight } from "@/components/ui/StackedCubesLight"; import { H2, P, SectionHeader } from "@/components/Texts"; import { FadeIn } from "./FadeIn"; import { DottedGlowBackground } from '@/components/ui/dotted-glow-background'; export function StackSectionLight() { return (
{/* === Background Layer === */}
{/* Dotted Glow Background */} {/* Faint 3D grid floor */}
{/* === Content === */}
{/* Left Column - Text */}
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 - Animated Stack */}
); }