From 34a568195a8d052020f42e00821d8ea8854d3d2a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 18:15:09 +0200 Subject: [PATCH] Bob AI: Add animation to the hero section text --- src/components/sections/hero/HeroSignup.tsx | 29 +++++++++++++-------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/src/components/sections/hero/HeroSignup.tsx b/src/components/sections/hero/HeroSignup.tsx index 3325be7..0c3d6b4 100644 --- a/src/components/sections/hero/HeroSignup.tsx +++ b/src/components/sections/hero/HeroSignup.tsx @@ -5,6 +5,7 @@ import HeroBackgrounds, { type HeroBackgroundVariantProps } from "@/components/b import EmailSignupForm from "@/components/form/EmailSignupForm"; import { cls } from "@/lib/utils"; import { LucideIcon } from "lucide-react"; +import { motion } from "framer-motion"; type HeroSignupBackgroundProps = Extract< HeroBackgroundVariantProps, @@ -79,17 +80,23 @@ const HeroSignup = ({ >
- + + +