import { motion } from "framer-motion"; import { Phone, Clock, Zap, Calendar, MessageSquare } from "lucide-react"; import { Button } from "./ui/button"; import { GridPattern } from "./GridPattern"; import { useNavigate } from "react-router-dom"; export const SplitCallToAction = () => { const navigate = useNavigate(); return (
{/* Left Content */}

Ready to Build with WDI?

Schedule a no-commitment discovery call with our consulting team. Let's discuss your AI mobile app vision and create a roadmap to success.

Free Consultation
No sales pitch, just honest advice
Flexible Scheduling
Available across all time zones
Quick Response
We'll get back to you within 2 hours
{/* Right CTA */}

Book a Discovery Call

Let's discuss your project and explore how we can help you succeed.

200+
Projects
25+
Years
15+
Countries
); };