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 = ({ >
- + + +