From 3f6ffbe4ea28c95333f1605bba4382d7d90602b1 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 17 Sep 2025 17:21:23 +0200 Subject: [PATCH] ok --- src/components/ClickableGallery.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ClickableGallery.tsx b/src/components/ClickableGallery.tsx index 8eac564..c19f160 100644 --- a/src/components/ClickableGallery.tsx +++ b/src/components/ClickableGallery.tsx @@ -54,7 +54,7 @@ export function ClickableGallery() { return (
-
+

One Agent, Endless Possibilities.

@@ -68,7 +68,7 @@ export function ClickableGallery() { initial={{ opacity: 0 }} animate={isInView ? { opacity: 1 } : { opacity: 0 }} transition={{ duration: 1, delay: 0.4 }} - className="relative w-full flex items-center justify-center overflow-hidden bg-black pt-0 pb-32" + className="relative w-full flex items-center justify-center overflow-hidden bg-black pt-0 pb-24" onMouseEnter={() => setHovering(true)} onMouseLeave={() => setHovering(false)} >