import { motion } from "framer-motion"; import { Apple, Award, Bolt, BookOpen, Brain, Building, Calendar, DollarSign, Eye, Globe, Layers, Play, Rocket, Settings, Shield, ShieldCheck, ShoppingCart, Smartphone, Stethoscope, Truck, UserPlus, Watch, Zap } from "lucide-react"; import React from "react"; import { navigateTo } from "../App"; import { FAQSection } from "../components/FAQSection"; import { Footer } from "../components/Footer"; import { Navigation } from "../components/Navigation"; import { ProcessSection } from "../components/ProcessSection"; import { Badge } from "../components/ui/badge"; import { Button } from "../components/ui/button"; import { Card, CardContent } from "../components/ui/card"; import { ShimmerButton } from "../components/ui/shimmer-button"; import heroMockupImage from '../public/images/mobile-app-banner.webp'; // Enhanced Hero Section - NEW IMAGE WITH COMPREHENSIVE CSS REQUIREMENTS const HeroWithCTA = () => { return (
{/* Mobile App Development Label */}
Mobile App Development
{/* Main Heading */}

Expert Mobile App Development Services

Build secure, scalable, high-performance apps for iOS, Android, or cross-platform — fast.

{/* BULLET POINTS REMOVED - Content flows directly to CTAs */} {/* CTAs - STANDARDIZED BUTTON HEIGHTS WITH IMPROVED SPACING */} navigateTo('/start-a-project')} >
Book a Discovery Call
{/* Right side with hero image - COMPREHENSIVE CSS IMPLEMENTATION */} {/* Image Container - FOLLOWING ALL COMPREHENSIVE CSS REQUIREMENTS */}
{/* Hero Image with comprehensive CSS styling */} Mobile App Development Services - Fashion, Social, and Fitness Apps {/* Alternative background method for enhanced browser support */}
); }; // Enhanced Horizontal Tag Scroller with Marquee Animation const HorizontalTagScroller = () => { const industries = [ { name: "FinTech", icon: DollarSign, color: "text-green-400" }, { name: "HealthTech", icon: Stethoscope, color: "text-red-400" }, { name: "EdTech", icon: BookOpen, color: "text-blue-400" }, { name: "eCommerce", icon: ShoppingCart, color: "text-orange-400" }, { name: "OTT & Streaming", icon: Play, color: "text-purple-400" }, { name: "Logistics", icon: Truck, color: "text-yellow-400" }, { name: "On-Demand Services", icon: Bolt, color: "text-cyan-400" } ]; return (
{/* Add subtle decorative elements */}

Apps Built for High-Impact Industries

Our mobile apps power industries where user trust, speed, and uptime are critical.

{/* Gradient overlays for smooth fade effect */}
{/* Marquee container */}
{/* First set of industries */} {industries.map((industry, index) => { const IconComponent = industry.icon; return (
{industry.name}
); })} {/* Second set for seamless loop */} {industries.map((industry, index) => { const IconComponent = industry.icon; return (
{industry.name}
); })} {/* Third set for extra smoothness */} {industries.map((industry, index) => { const IconComponent = industry.icon; return (
{industry.name}
); })}
); }; // Updated Title-Only Layout - No Body Text const SideBySideContentWithIcons = () => { const trustFactors = [ { id: "engineering", title: "24+ Years in App Engineering", icon: Award }, { id: "ownership", title: "100% Ownership, No Lock-ins", icon: Shield }, { id: "agile", title: "Agile Sprints with Rapid Iteration", icon: Zap }, { id: "security", title: "Enterprise Security & Compliance-Ready", icon: ShieldCheck }, { id: "devices", title: "Deep Experience Across Devices", icon: Settings } ]; return (
{/* Main Heading */}

Why Founders and CTOs Trust WDI

{/* Subtext */}

Not just a dev agency. A product partner.

{/* Uniform Grid - Title Only Cards */} {trustFactors.map((factor, index) => { const IconComponent = factor.icon; return ( {/* Icon - Clean without background */}
{/* Title */}

{factor.title}

); })}
); }; // Enhanced Mobile Expertise Grid const TabbedServiceDisplay = () => { const services = [ { title: "iOS App Development", icon: Smartphone, description: "Native iOS applications built with Swift and optimized for App Store success.", link: "/services/ios-app-development" }, { title: "Android App Development", icon: Smartphone, description: "High-performance Android apps using Kotlin with Google Play optimization.", link: "/services/android-app-development" }, { title: "Cross-Platform Development", icon: Layers, description: "Efficient cross-platform solutions using React Native and Flutter.", link: "/services/cross-platform-app-development" }, { title: "Wearable App Development", icon: Watch, description: "Smart watch and wearable device applications for health and fitness.", link: "/services/wearable-device-development" }, { title: "Progressive Web Apps", icon: Globe, description: "Web applications that work like native mobile apps across all devices.", link: "/services/pwa-development" }, { title: "Enterprise Mobile Solutions", icon: Building, description: "Secure, scalable mobile solutions for enterprise business needs.", link: "/services/enterprise-software-solutions" } ]; return (

Mobile App Development Services

Comprehensive mobile development services that transform your ideas into powerful, user-friendly applications across all platforms.

{services.map((service, index) => { const IconComponent = service.icon; return ( navigateTo(service.link)} >

{service.title}

{service.description}

); })}
); }; // Updated CTA Banner with ShimmerButton const InlineCTA = () => { return (
{/* Ready to Launch Badge */}
AI-Driven Innovation
{/* Main Heading */}

Let's Architect Intelligence Into Your App

{/* Subtitle */}

Schedule a discovery call to explore how AI can give you a strategic edge.

{/* CTA Button */}
navigateTo('/start-a-project')} >
Book an AI Discovery Call
{/* Small benefit text */}

App strategy • AI integration • Technology consultation

); }; // Updated Hire Developers Section with ShimmerButton const HireDevelopersSection = () => { const developers = [ { title: "iOS Developers", icon: Apple, skills: ["Swift", "Objective-C", "SwiftUI", "Core Data"], iconBg: "bg-gray-800", iconColor: "text-white", link: "/hire-talent/mobile-app-developers" }, { title: "Android Developers", icon: Smartphone, skills: ["Kotlin", "Java", "Jetpack Compose"], iconBg: "bg-green-500", iconColor: "text-white", link: "/hire-talent/mobile-app-developers" }, { title: "Cross-Platform Developers", icon: Layers, skills: ["React Native", "Flutter", "Xamarin"], iconBg: "bg-blue-500", iconColor: "text-white", link: "/hire-talent/mobile-app-developers" }, { title: "Mobile QA Engineers", icon: ShieldCheck, skills: ["Mobile Testing", "Automation", "Performance"], iconBg: "bg-purple-500", iconColor: "text-white", link: "/hire-talent/qa-engineers" } ]; return (

Hire Our Mobile App Experts

Get access to top-tier mobile developers who can bring your vision to life with cutting-edge technology and proven expertise.

{developers.map((developer, index) => { const IconComponent = developer.icon; return ( {/* Header with icon and title */}
Mobile Development

{developer.title}

{/* Skills section */}
{developer.skills.map((skill) => ( {skill} ))}
{/* CTA Buttons - Updated with ShimmerButton */}
navigateTo(developer.link)} >
Hire Now
); })}
); }; // FAQ data for Mobile App Development const mobileAppFAQs = [ { question: "Do you develop both iOS and Android apps?", answer: "Yes, we develop native iOS apps using Swift and Android apps using Kotlin. We also offer cross-platform solutions using React Native and Flutter for cost-effective multi-platform deployment." }, { question: "What is the typical timeline for mobile app development?", answer: "Timeline varies based on complexity. Simple apps take 8-12 weeks, while complex enterprise apps can take 16-24 weeks. We provide detailed project timelines after requirements analysis." }, { question: "How much does mobile app development cost?", answer: "Costs depend on features, platforms, and complexity. We offer competitive pricing with transparent estimates. Contact us for a detailed quote based on your specific requirements." }, { question: "Do you help with App Store submissions?", answer: "Yes, we handle the complete App Store submission process for both Apple App Store and Google Play Store, including app optimization, compliance, and approval assistance." }, { question: "Can you integrate third-party services and APIs?", answer: "Absolutely! We integrate various third-party services including payment gateways, social media, analytics, push notifications, maps, and custom APIs to enhance app functionality." }, { question: "Do you provide app maintenance and updates?", answer: "Yes, we offer comprehensive maintenance services including bug fixes, OS updates, security patches, feature enhancements, and performance optimization to keep your app current." }, { question: "What about app security and data protection?", answer: "We implement robust security measures including data encryption, secure API communication, user authentication, and compliance with privacy regulations like GDPR and CCPA." }, { question: "Can you develop offline-capable mobile apps?", answer: "Yes, we can develop apps with offline functionality using local storage, caching strategies, and data synchronization to ensure your app works even without internet connectivity." } ]; // Main Mobile App Development Page Component export const MobileAppDevelopment = () => { // Set document title for SEO React.useEffect(() => { document.title = "Mobile App Development Services | WDI - iOS & Android App Development"; // Update meta description for SEO const metaDescription = document.querySelector('meta[name="description"]'); if (metaDescription) { metaDescription.setAttribute('content', 'Professional mobile app development services at WDI. Build secure, scalable iOS and Android apps with expert developers. Cross-platform solutions available.'); } }, []); return (
{/* Hero Section */} {/* Industries Scroller */} {/* Why Choose WDI */} {/* Service Categories */} {/* Process Steps */} {/* Hire Developers */} {/* Final CTA */} {/* FAQ Section */}
); };