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