import { motion } from "framer-motion"; import { Lightbulb, Clock } from "lucide-react"; import { Button } from "./ui/button"; import { GridPattern } from "./GridPattern"; import { navigateTo } from "../App"; export const InlineCTA = () => { 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
15min
Quick Discovery Call
24hrs
Detailed Proposal
48hrs
Project Kickoff
); };