From 14435d8f63318fbb0f719f56508d725300d31471 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 8 Sep 2025 17:42:19 +0200 Subject: [PATCH] ok --- src/components/StackSection.tsx | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/src/components/StackSection.tsx b/src/components/StackSection.tsx index e25532a..0c72497 100644 --- a/src/components/StackSection.tsx +++ b/src/components/StackSection.tsx @@ -2,11 +2,15 @@ import { StackedCubes } from "@/components/ui/StackedCubes"; import { Button } from "@/components/Button"; +import { motion, useInView } from "framer-motion"; +import { useRef } from "react"; export function StackSectionPreview() { + const ref = useRef(null); + const isInView = useInView(ref, { once: true }); return ( -
+
{/* Gradient Blob Component */}
@@ -14,13 +18,29 @@ export function StackSectionPreview() {
{/* 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) */}