From c59c905945cf04cc5435c11811bd59c1e2f0fad3 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 8 Sep 2025 17:48:06 +0200 Subject: [PATCH] ok --- src/components/StackSection.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/StackSection.tsx b/src/components/StackSection.tsx index 0c72497..0076cfb 100644 --- a/src/components/StackSection.tsx +++ b/src/components/StackSection.tsx @@ -7,7 +7,7 @@ import { useRef } from "react"; export function StackSectionPreview() { const ref = useRef(null); - const isInView = useInView(ref, { once: true }); + const isInView = useInView(ref); return (
@@ -45,7 +45,13 @@ export function StackSectionPreview() { {/* Right Column - Stacked Cubes (2/3 width) */}
- + + +