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) */}