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 { 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 "../src/images/mobile-app-banner.jpg"; import { Helmet } from "react-helmet-async"; import { useNavigate } from "react-router-dom"; // Enhanced Hero Section - NEW IMAGE WITH COMPREHENSIVE CSS REQUIREMENT const HeroWithCTA = () => { const navigate = useNavigate(); return (
{/* Page Title and Meta Description */} Mobile App Development Company UK | Mobile App Development Services {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} {/* Twitter Card Tags */} {/* Social Profiles (using JSON-LD Schema) */}
{/* Mobile App Development Label */}
Mobile App Development
{/* Main Heading */}

From Vision to App Store in Just 6 weeks

Design secure, scalable, high-performance apps for IOS, Android, or cross-platform - for the UK audience - fast and easy.

{/* BULLET POINTS REMOVED - Content flows directly to CTAs */} {/* CTAs - STANDARDIZED BUTTON HEIGHTS WITH IMPROVED SPACING */} navigate("/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 */}

High-Performing Apps for High-Value-Added UK Industries

As one of the skilled mobile app development companies in the UK, we are focused on delivering mobile apps to industries where user trust, speed, and uptime play a big role.

{/* 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 Leading Founders and CTOs Trust WDI

{/* Subtext */}

We are more than just a company that offers mobile app development services in the UK. We come with qualities, making us capable of being your trusted 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 navigate = useNavigate(); const services = [ { title: "iOS App Development", icon: Smartphone, description: "Seamless performance of native iOS applications optimised for the App Store, designed with Swift.", link: "/services/ios-app-development", }, { title: "Android App Development", icon: Smartphone, description: "Efficient Android apps optimised with Google Play, built with the help of Kotlin.", link: "/services/android-app-development", }, { title: "Cross-Platform Development", icon: Layers, description: "Delivering efficient cross-platform app development solutions with the help of React Native and Flutter.", link: "/services/cross-platform-app-development", }, { title: "Wearable App Development", icon: Watch, description: "Improving responsive apps for smart watches and wearable devices for optimising health and fitness tracking.", link: "/services/wearable-device-development", }, { title: "Progressive Web Apps", icon: Globe, description: "Building native mobile apps like highly innovative web applications that work seamlessly across all devices.", link: "/services/pwa-development", }, { title: "Enterprise Mobile Solutions", icon: Building, description: "Secure, scalable mobile solutions for supporting critical enterprise business needs.", link: "/services/enterprise-software-solutions", }, ]; return (

Mobile App Development Services in the UK

Comprehensive mobile application development services in the UK for reshaping your ideas into seamless, high-performing, user-friendly apps that can be accessed across all platforms.

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

{service.title}

{service.description}

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

Let’s Make Your Your App Better with Latest Intelligence

{/* Subtitle */}

Schedule a discovery call with our team of experts and find out how AI can give your app a strategic edge.

{/* CTA Button */}
navigate("/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 navigate = useNavigate(); 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 (

Start App Development with Our{" "} Mobile App Development Experts

Want to build an app that works seamlessly across all platforms? Begin your journey with the help of the experts in our mobile app development services in the UK. We use our seasoned knowledge, highly innovative technology, and tested expertise to convert ideas into reality.

{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 */}
navigate(developer.link)} >
Hire Now
); })}
); }; // FAQ data for Mobile App Development const mobileAppFAQs = [ { question: "What is the cost of mobile app development services in the UK?", answer: "There is no fixed charge for our services. The cost depends on the app’s features, the platforms it needs to support, and design complexity. You must reach out to our team to get transparent estimates along with competitive pricing as per your outlined requirements.", }, { question: "Does your team design app compliant with the UK’s privacy laws?", answer: "As a seasoned mobile application development company in the UK, our apps are compliant with key UK laws and regulations like the UK GDPR, the Data Protection Act 2018, and PECR, enforced by the Information Commissioner's Office (ICO). \n\nBesides that, our app design also follows standard compliance for Privacy Policy, User Consent, Data Rights, Third-party SDKs, and Data Security.", }, { question: "How long is your mobile app development and deployment process?", answer: "The total time required for mobile app development and deployment depends on the complexity of the project. If you are looking to develop a simple app, then our team will take somewhere around 8 to 12 weeks to deliver the project. \n\nSimilarly, complex enterprise apps tend to take as long as 16 to 24 weeks. Get in touch with our UK team to discuss your requirements and help us provide you with a properly analysed timeline.", }, { question: "Will your team deliver third-party services and API integration for the app?", answer: "As one of the skilled mobile application development companies in the UK, our services are focused on all kinds of assistance, including integration of third-party services like payment gateways, analytics, maps, push notifications, social media plug-ins, and custom APIs. This is how we work on enhancing the app’s functionality.", }, { question: "Do you help with regular app maintenance and updates for launched apps?", answer: "We have a team of experts who offer comprehensive maintenance services. Our mobile app development services in the UK include routine bug fixes, OS updates, feature enhancements, security updates and patches, and performance optimisation. This is how we guarantee the launched apps are up-to-date and user-friendly.", }, { question: "Can you help me with ideas to protect my app idea?", answer: "Certainly. Our experts educate individuals regarding the ways of protecting their app idea, including using NDAs with developers and documents.", }, { question: "Do you offer mobile apps that can operate offline?", answer: "Yes. We develop apps that offer offline functionality with the help of local storage, caching strategies, and data synchronisation. This is done to ensure our designed apps cater to a larger audience, including individuals who look for applications that do not use an internet connection.", }, { question: "Can you guide me in choosing app monetisation methods?", answer: "Certainly. The team of experts at our mobile application development services in the UK helps clients choose among common monetisation methods like in-app ads, in-app purchases, freemium models, and subscription-based models.", }, ]; // Main Mobile App Development Page Component export const MobileAppDevelopmentUk = () => { // 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 */} {/*
); };