import { motion } from "framer-motion"; import { Lightbulb, Clock } from "lucide-react"; import { Button } from "./ui/button"; import { GridPattern } from "./GridPattern"; import { useNavigate } from "react-router-dom"; export const InlineCTA = () => { const navigate = useNavigate(); return (
{/* Animated glow effect */} {/* Pulsing ring */} {/* Main icon with subtle animation */} {/* Sparkle effects */} Have an Idea? Let's Talk. Get clarity, timelines, and answers within 24 hours.
24-hour response guarantee
45min
Quick Discovery Call
48hrs
Detailed Proposal
72hrs
Project Kickoff
); };