From f5a59ea7f1172d87cc37f243029a1ffc413f4fc6 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 12 Sep 2025 22:36:03 +0200 Subject: [PATCH] feat: add gradient backgrounds and animated typing effect to gallery component --- src/components/ClickableGallery.tsx | 42 ++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 6 deletions(-) diff --git a/src/components/ClickableGallery.tsx b/src/components/ClickableGallery.tsx index 7cf6be2..9a38e0e 100644 --- a/src/components/ClickableGallery.tsx +++ b/src/components/ClickableGallery.tsx @@ -5,6 +5,7 @@ import Image from 'next/image' import { motion, AnimatePresence } from 'framer-motion' import { wrap } from 'popmotion' import { Button } from '@/components/Button' +import { TypeAnimation } from 'react-type-animation' const galleryItems = [ { text: 'Navigate and interact with any web interface', image: '/images/interface.png' }, @@ -50,7 +51,7 @@ export function ClickableGallery() { return ( <> -
+
- The future isn’t about more tools — it’s about one intelligent partner that can do it all. This is your gateway to creativity, automation, and discovery. + The future isn’t about more tools. It’s about one intelligent partner that can do it all. This is your gateway to creativity, automation, and discovery. +
+