"use client"; import { StackedCubes } from "@/components/ui/StackedCubes"; import { Button } from "@/components/Button"; export function StackSectionPreview() { return (
{/* Gradient Blob Component */}
{/* Left Column - Text (1/3 width) */}

A Decentralized Infrastructure Layer

We have built a foundational platform that runs directly on bare metal, offering a scalable solution focused on the essential building blocks of the Internet and Cloud: compute, data, and network.

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