From ffbdc7a9d78365f028f4af6e02e51985d48f56fc Mon Sep 17 00:00:00 2001 From: "parth.ramani" Date: Thu, 9 Apr 2026 19:34:32 +0530 Subject: [PATCH 1/2] worked on the pages --- pages/HireMobileAppDevelopersUk.tsx | 572 +++++++++++++++++++ pages/HireMobileAppDevelopersUsa.tsx | 550 ++++++++++++++++++ pages/MobileAppDevelopmentIndia.tsx | 823 +++++++++++++++++++++++++++ src/Router.tsx | 16 +- 4 files changed, 1960 insertions(+), 1 deletion(-) create mode 100644 pages/HireMobileAppDevelopersUk.tsx create mode 100644 pages/HireMobileAppDevelopersUsa.tsx create mode 100644 pages/MobileAppDevelopmentIndia.tsx diff --git a/pages/HireMobileAppDevelopersUk.tsx b/pages/HireMobileAppDevelopersUk.tsx new file mode 100644 index 0000000..2950fa1 --- /dev/null +++ b/pages/HireMobileAppDevelopersUk.tsx @@ -0,0 +1,572 @@ +import React from "react"; +import { Navigation } from "../components/Navigation"; +import { Footer } from "../components/Footer"; +import { motion } from "framer-motion"; +import { Button } from "../components/ui/button"; +import { Badge } from "../components/ui/badge"; +import { Card, CardContent } from "../components/ui/card"; +import { + ArrowRight, + Smartphone, + Apple, + Code, + Zap, + Shield, + Target, + Users, + CheckCircle, + Star, +} from "lucide-react"; +import { useNavigate } from "react-router-dom"; +import { Helmet } from "react-helmet-async"; +import { HireTalentHeroBanner } from "@/components/HireTalentHeroBanner"; +import { MobileAppVector } from "@/components/vectors"; +import { + Accordion, + AccordionContent, + AccordionItem, + AccordionTrigger, +} from "../components/ui/accordion"; + +export const HireMobileAppDevelopersUk = () => { + const navigate = useNavigate(); + const expertise = [ + { + icon: Apple, + title: "iOS Developers", + description: ( + <> + Seasoned experts proficient in Swift and Objective-C for designing strong and seamless applications for iPhone and iPad. + + ), + skills: ["Swift", "Objective-C", "Xcode", "Core Data", "SwiftUI"], + }, + { + icon: Code, + title: "Android Developers", + description: ( + <> + Designing scalable apps for the vast Android ecosystem with seasoned skills in Kotlin and Java. + + ), + skills: [ + "Kotlin", + "Java", + "Android Studio", + "Room Database", + "Jetpack Compose", + ], + }, + { + icon: Smartphone, + title: "Cross-Platform Developers", + description: ( + <> + {/* React Native and Flutter experts, designing efficient development across multiple platforms with a single codebase. */} + Seasoned experts making + + efficient development across multiple platforms + with a single codebase, with frameworks like React Native and Flutter. + + + ), + skills: ["React Native", "Flutter", "Dart", "Expo", "Xamarin"], + }, + { + icon: Code, + title: "Hybrid App Developers", + description: ( + <> + Building better web-based mobile applications with advanced technologies like Ionic and Xamarin. + + + ), + skills: ["Ionic", "Cordova", "PhoneGap", "Progressive Web Apps"], + }, + ]; + + const deliverables = [ + { + icon: Target, + title: "Intuitive UI/UX", + description: + "Guaranteeing a seamless and engaging user experience.", + }, + { + icon: Zap, + title: "High Performance", + description: + "Checking apps and clearing bugs to optimise speed, responsiveness, and stability.", + }, + { + icon: Shield, + title: "Robust Security", + description: + "Ensuring data protection and user privacy by implementing best practices.", + }, + { + icon: Code, + title: "API Integration", + description: + "Supporting seamless connection between backend services and third-party APIs.", + }, + { + icon: Users, + title: "Scalability", + description: + "Designing high-performing apps that grow with your user base and feature set.", + }, + { + icon: CheckCircle, + title: "Post-Launch Assistance", + description: + ( + <> + {/* React Native and Flutter experts, designing efficient development across multiple platforms with a single codebase. */} + Ensuring optimal app performance through{" "} + post-launch updates, maintenance, and regular monitoring. + + + + + ), + }, + ]; + + const heroBanner = [ + { + category: "Hire Expert Developers", + title: "Transform Business Ideas into Functional End Products with Mobile App Developers", + description: + "Build high-performing applications with the help of mobile app developers in the UK, specialising in iOS, Android, React Native, and Flutter. Get going with efficient and engaging mobile applications that users love and find easy to use!", + primaryCTA: { + text: "Hire Mobile Developers", + href: "/start-a-project", + icon: Smartphone, + }, + secondaryCTA: { + text: "View Developer Profiles", + href: "/hire-talent", + icon: Users, + }, + }, + ]; + + const projectTypes = [ + "E-Commerce and Retail Apps", + "On-demand Services and Delivery Apps", + "Social Networking Platforms", + "Enterprise and Business Productivity Tools", + "Health and Fitness Trackers", + "Educational Apps & E-learning Platforms", + ]; + + const testimonials = [ + { + quote: + "The mobile app developers from WDI delivered an exceptional iOS app that exceeded our expectations. Their expertise in Swift and attention to detail was outstanding.", + author: "Sarah Johnson", + role: "CTO, TechStart Inc.", + rating: 5, + }, + { + quote: + "Our React Native app was completed ahead of schedule and performs flawlessly across both platforms. The team's cross-platform expertise saved us significant time and cost.", + author: "Michael Chen", + role: "Product Manager, InnovateNow", + rating: 5, + }, + ]; + + const HireMobileFAQs = () => { + const faqs = [ + { + question: + "How do I hire your app developers in the UK?", + answer: + "The process of hiring our app developers is fairly simple. Just reach out to us, discuss your vision, and we will take over the rest of the process. ", + }, + { + question: "What is the cost of hiring mobile app developers?", + answer: + "The charges for hiring our mobile app developers aren’t fixed. This varies depending on the type of app that you are developing and other specifics. ", + }, + { + question: "Are your app developers skilled in complying with regulatory standards?", + answer: + "Certainly. Our app developers in the UK are skilled in complying with regulatory standards. This is why our designed 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). ", + }, + { + question: "What is the best way to guarantee security and quality in outsourced app development?", + answer: + "WDI guarantees security and quality in outsourced app development through a strict QA procedure. We use secure coding techniques and maintain constant transparency with frequent updates, testing, and version control. ", + }, + { + question: "Can you develop a mobile app for a dual-screen system?", + answer: + "Yes. Our app developers in the UK are experienced in building all types of mobile apps. They utilise a range of solutions to design a range of mobile apps, including those for dual-screen smartphones. ", + }, + { + question: "Is outsourcing mobile app developers a good choice? ", + answer: + "Definitely. Outsourcing an app developer in the UK helps with cost reduction. This also lets you access worldwide talent without spending a huge sum of your budget. ", + }, + { + question: "How long does it take for mobile app developers to develop an app?", + answer: + "The time required for mobile app developers to develop an app depends on the specifications of the app. Simpler apps generally take 8 to 12 weeks. On the other hand, complex enterprise apps take 16 to 24 weeks. ", + }, + { + question: "Will your app developers guide me with monetising my app?", + answer: + "Certainly. Our team of app developers in the UK guides you in choosing among common monetisation processes like in-app ads, in-app purchases, freemium models, and subscription-based models. ", + }, + ]; + + return ( +
+
+ +

+ Frequently Asked Questions +

+
+ + + + + + {faqs.map((faq, index) => ( + + + + {faq.question} + + + + {faq.answer} + + + ))} + + +
+
+ ); + }; + + return ( +
+ {/* */} + + {/* Page Title and Meta Description */} + App Developers in UK | Hire Mobile App Developers + + + {/* Canonical Link */} + + + {/* Open Graph Tags (for Facebook, LinkedIn) */} + + + + + + + {/* Twitter Card Tags */} + + + + + + {/* Social Profiles (using JSON-LD Schema) */} + + + {/* Hero Section with MobileAppVector */} + + + {/* Introduction */} +
+
+
+

+ Seasoned App Developers in the UK for High-Performance App Development

+

+ + + We have a team of seasoned app developers in the UK skilled at building intuitive, scalable, and secure mobile applications. Our apps are designed to seamlessly engage users and help with business growth. From native iOS and Android apps to cross-platform solutions, we bring your mobile vision to life with expertise in a wide range of solutions. +

+
+
+
+ + {/* Mobile Development Expertise */} +
+
+
+

+ Our Mobile App Development Expertise{" "} +

+

+ {/* With years of experience, the app developers of our company are skilled in all major platforms and frameworks. */} + {/* With years of experience, the{" "} + + app developers + {" "} + of our company are skilled in all major platforms and frameworks. */} + + As one of the seasoned app development companies, our app developers in the UK are skilled in all major platforms and frameworks. + +

+
+ +
+ {expertise.map((area, index) => ( + + + + +

+ {area.title} +

+ +

+ {area.description} +

+ +
+ {/* {area.skills.map((skill, skillIndex) => ( + + {skill} + + ))} */} +
+
+
+ ))} +
+
+
+ + {/* What Our Developers Deliver */} +
+
+
+

+ What Sets Apart Our Mobile App Developers in the UK +

+

+ Our mobile app developers in the UK are experts in comprehensive mobile solutions, equipped with skills that set them apart from others. +

+
+ +
+ {deliverables.map((item, index) => ( + + + +

+ {item.title} +

+

+ {item.description} +

+
+
+ ))} +
+
+
+ + {/* Ideal Projects */} +
+
+
+

+ Ideal for Projects Like +

+

+ Our team of mobile app developers in the UK excels across various industry verticals +

+
+ +
+ {projectTypes.map((project, index) => ( +
+ + {project} +
+ ))} +
+
+
+ + {/* Testimonials */} + {/*
+
+
+

+ What Our Clients Say +

+

+ Success stories from satisfied clients +

+
+ +
+ {testimonials.map((testimonial, index) => ( + + +
+ {[...Array(testimonial.rating)].map((_, i) => ( + + ))} +
+ +

+ "{testimonial.quote}" +

+ +
+

{testimonial.author}

+

{testimonial.role}

+
+
+
+ ))} +
+
+
*/} + + {/* CTA Section */} +
+
+
+

+ Ready to Design a High-Performing Mobile App?

+

+ Get in touch with our team of seasoned app developers in the UK and give your vision the shape of a powerful mobile experience with us. +

+
+ + +
+
+
+
+ + We serve customers + globally + + {/* FAQs */} +
+ +
+ + + {/*
*/} +
+ ); +}; diff --git a/pages/HireMobileAppDevelopersUsa.tsx b/pages/HireMobileAppDevelopersUsa.tsx new file mode 100644 index 0000000..524e7c4 --- /dev/null +++ b/pages/HireMobileAppDevelopersUsa.tsx @@ -0,0 +1,550 @@ +import React from "react"; +import { Navigation } from "../components/Navigation"; +import { Footer } from "../components/Footer"; +import { motion } from "framer-motion"; +import { Button } from "../components/ui/button"; +import { Badge } from "../components/ui/badge"; +import { Card, CardContent } from "../components/ui/card"; +import { + ArrowRight, + Smartphone, + Apple, + Code, + Zap, + Shield, + Target, + Users, + CheckCircle, + Star, +} from "lucide-react"; +import { useNavigate } from "react-router-dom"; +import { Helmet } from "react-helmet-async"; +import { HireTalentHeroBanner } from "@/components/HireTalentHeroBanner"; +import { MobileAppVector } from "@/components/vectors"; +import { + Accordion, + AccordionContent, + AccordionItem, + AccordionTrigger, +} from "../components/ui/accordion"; + +export const HireMobileAppDevelopersUsa = () => { + const navigate = useNavigate(); + const expertise = [ + { + icon: Apple, + title: "iOS Developers", + description: ( + <> + Seasoned expertise in Swift and Objective-C, capable of designing robust iPhone and iPad applications. + + ), + skills: ["Swift", "Objective-C", "Xcode", "Core Data", "SwiftUI"], + }, + { + icon: Code, + title: "Android Developers", + description: ( + <> + Experts in using Kotlin and Java for building and designing scalable apps for the vast Android ecosystem. + + ), + skills: [ + "Kotlin", + "Java", + "Android Studio", + "Room Database", + "Jetpack Compose", + ], + }, + { + icon: Smartphone, + title: "Cross-Platform Developers", + description: ( + <> + React Native and Flutter experts, designing efficient development across multiple platforms with a single codebase. + + ), + skills: ["React Native", "Flutter", "Dart", "Expo", "Xamarin"], + }, + { + icon: Code, + title: "Hybrid App Developers", + description: ( + <> + Seasoned developers with skills in advanced technologies like Ionic and Xamarin to build better{" "} + + web-based mobile applications. + {" "} + + + ), + skills: ["Ionic", "Cordova", "PhoneGap", "Progressive Web Apps"], + }, + ]; + + const deliverables = [ + { + icon: Target, + title: "Intuitive UI/UX", + description: + "Crafting a seamless and engaging user experience.", + }, + { + icon: Zap, + title: "Uninterrupted Performance", + description: + "Highly efficient apps that optimize speed, responsiveness, and stability.", + }, + { + icon: Shield, + title: "Foolproof Security", + description: + "Guaranteeing data protection and user privacy with the implementation of best practices", + }, + { + icon: Code, + title: "API Integration", + description: + "Creating a seamless connection between third-party APIs and backend services.", + }, + { + icon: Users, + title: "Scalability", + description: + "Building seamless apps that grow with your user base and feature set.", + }, + { + icon: CheckCircle, + title: "Post-Launch Assistance", + description: + "Regular support with post-launch updates, maintenance, and monitoring for optimal app performance. ", + }, + ]; + + const heroBanner = [ + { + category: "Hire Expert Developers", + title: "Turning Vision into Scalable Products with Mobile App Developers", + description: + "Design seamless applications with the help of mobile app developers, specializing in iOS, Android, React Native, and Flutter. Hire mobile app developers in the USA and build high-performing and engaging mobile applications that users love.", + primaryCTA: { + text: "Hire Mobile Developers", + href: "/start-a-project", + icon: Smartphone, + }, + secondaryCTA: { + text: "View Developer Profiles", + href: "/hire-talent", + icon: Users, + }, + }, + ]; + + const projectTypes = [ + "E-Commerce and Retail Apps", + "On-demand Services and Delivery Apps", + "Social Networking Platforms", + "Enterprise and Business Productivity Tools", + "Health and Fitness Trackers", + "Educational Apps and Ed-tech Platforms", + ]; + + const testimonials = [ + { + quote: + "The mobile app developers from WDI delivered an exceptional iOS app that exceeded our expectations. Their expertise in Swift and attention to detail was outstanding.", + author: "Sarah Johnson", + role: "CTO, TechStart Inc.", + rating: 5, + }, + { + quote: + "Our React Native app was completed ahead of schedule and performs flawlessly across both platforms. The team's cross-platform expertise saved us significant time and cost.", + author: "Michael Chen", + role: "Product Manager, InnovateNow", + rating: 5, + }, + ]; + + const HireMobileFAQs = () => { + const faqs = [ + { + question: + "What is the process of hiring mobile app developers in the USA from you?", + answer: + "The process of hiring our app developers is fairly simple. Just reach out to us, discuss your vision, and we will take over the rest of the process.", + }, + { + question: "Are your app developers skilled in complying with regulatory standards?", + answer: + "Certainly. Our app developers are aware of the importance of complying with regulatory standards. The apps that we design and develop are compliant with key US laws and regulations like the Children’s Online Protection and Privacy Act, 1998 (COPPA), Statewise Data Protection Acts (CCPA, VCDPA, CPA, UCPA, CDPA, etc.), and Federal laws and FTC rules. It also follows standard compliances for Privacy Policy, User Consent, Data Rights, Third-party SDKs, and Data Security. ", + }, + { + question: "What is the best way to guarantee security and quality in outsourced app development?", + answer: + "WDI guarantees security and quality in outsourced app development through a strict QA procedure. We use secure coding techniques and maintain constant transparency with frequent updates, testing, and version control. ", + }, + { + question: "What are the charges of hiring mobile app developers in the USA?", + answer: + "We do not have any fixed charges for our mobile app developers. The cost of our services depends on the app that you are developing with the help of our experts and its specifics. ", + }, + { + question: "Will hiring mobile app developers from you be ideal to develop a mobile app for a dual-screen system?", + answer: + "Certainly, our experts utilize different solutions to design a range of mobile apps, including those for dual-screen smartphones. So, hiring mobile app developers in the USA from us will be ideal because we are skilled in building all types of mobile apps. ", + }, + { + question: "Is it profitable to outsource mobile app developers? ", + answer: + "Definitely, outsourcing app developers is great for cost reduction. This allows you to design high-performing apps with expert assistance at rates that do not cause a dent in your budget.", + }, + { + question: "How long will your app developers take to develop an app?", + answer: + "The time range for developing an app with the help of our experts varies depending on the type of app. Simpler apps take around 8 to 12 weeks, but complex enterprise apps take 16 to 24 weeks. ", + }, + { + question: "Can the app developers help me with monetizing my app?", + answer: + "Certainly, our app developers are focused on offering overall assistance. We help you choose from common monetization processes like in-app ads, in-app purchases, freemium models, and subscription-based models. ", + }, + ]; + + return ( +
+
+ +

+ Frequently Asked Questions +

+
+ + + + + + {faqs.map((faq, index) => ( + + + + {faq.question} + + + + {faq.answer} + + + ))} + + +
+
+ ); + }; + + return ( +
+ {/* */} + + {/* Page Title and Meta Description */} + Hire App Developers in USA | Professional Mobile App Developers + + + {/* Canonical Link */} + + + {/* Open Graph Tags (for Facebook, LinkedIn) */} + + + + + + + {/* Twitter Card Tags */} + + + + + + {/* Social Profiles (using JSON-LD Schema) */} + + + {/* Hero Section with MobileAppVector */} + + + {/* Introduction */} +
+
+
+

+ Trained App Developers in the USA for Seamless App Development +

+

+ We offer our clients the assistance of skilled app developers, capable of building intuitive, scalable, and secure mobile applications. We design apps that seamlessly engage users and help with growth in their industry. From native iOS and Android apps to cross-platform solutions, hiring mobile app developers in the USA from us is ideal to turn ideation into a scalable reality. +

+
+
+
+ + {/* Mobile Development Expertise */} +
+
+
+

+ Our Mobile App Development Proficiency{" "} +

+

+ {/* With years of experience, the app developers of our company are skilled in all major platforms and frameworks. */} + With years of experience, the{" "} + + app developers + {" "} + of our company are skilled in all major platforms and frameworks. +

+
+ +
+ {expertise.map((area, index) => ( + + + + +

+ {area.title} +

+ +

+ {area.description} +

+ +
+ {/* {area.skills.map((skill, skillIndex) => ( + + {skill} + + ))} */} +
+
+
+ ))} +
+
+
+ + {/* What Our Developers Deliver */} +
+
+
+

+ Why Our Mobile App Developers in the USA Stand Out

+

+ One of the major factors behind hiring mobile app developers in the USA is their expertise in comprehensive mobile solutions. It is the skills they are equipped with that set them apart from others. +

+
+ +
+ {deliverables.map((item, index) => ( + + + +

+ {item.title} +

+

+ {item.description} +

+
+
+ ))} +
+
+
+ + {/* Ideal Projects */} +
+
+
+

+ Ideal for Projects Like +

+

+ Hiring mobile app developers in the USA from us lets you access the assistance of experts who excel across various industry verticals: +

+
+ +
+ {projectTypes.map((project, index) => ( +
+ + {project} +
+ ))} +
+
+
+ + {/* Testimonials */} + {/*
+
+
+

+ What Our Clients Say +

+

+ Success stories from satisfied clients +

+
+ +
+ {testimonials.map((testimonial, index) => ( + + +
+ {[...Array(testimonial.rating)].map((_, i) => ( + + ))} +
+ +

+ "{testimonial.quote}" +

+ +
+

{testimonial.author}

+

{testimonial.role}

+
+
+
+ ))} +
+
+
*/} + + {/* CTA Section */} +
+
+
+

+ Looking to Build a High-Performing Mobile App?

+

+ Hire mobile app developers in the USA from us to turn your vision into the shape of a powerful mobile experience with us. +

+
+ + +
+
+
+
+ + We serve customers + globally + + {/* FAQs */} +
+ +
+ + + {/*
*/} +
+ ); +}; diff --git a/pages/MobileAppDevelopmentIndia.tsx b/pages/MobileAppDevelopmentIndia.tsx new file mode 100644 index 0000000..c1ccbdd --- /dev/null +++ b/pages/MobileAppDevelopmentIndia.tsx @@ -0,0 +1,823 @@ +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.png'; +import { Helmet } from "react-helmet-async"; +import { useNavigate } from "react-router-dom"; + + +// Enhanced Hero Section - NEW IMAGE WITH COMPREHENSIVE CSS REQUIREMENTS +const HeroWithCTA = () => { + const navigate = useNavigate(); + return ( +
+ + {/* Page Title and Meta Description */} + Mobile Application Development Company India | 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 Ideas + + Straight to App + Store within 6 Weeks +

+ +

+ Design secure, scalable, high-performance apps for Android, iOS, or cross-platform - for the Indian audience - fast. +

+
+ + {/* 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 */} +
+
+
+
+
+ +

+ Efficient Apps for High-Impact Indian Industries +

+

+ As a mobile app development company in India, we are focused on delivering mobile apps for industries where speed, trust, and uptime play a key 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: "Secure, Compliance-Ready Apps", + icon: ShieldCheck + }, + { + id: "devices", + title: "Seamless Experience Across Devices", + icon: Settings + } + ]; + + return ( +
+
+ + {/* Main Heading */} +

+ What Helps Founders and CTOs Trust WDI

+ + {/* Subtext */} +

+ We do more than just offer mobile application development services in India; we are your most 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: "High-performing native iOS applications created with Swift and optimized for the App Store.", + link: "/services/ios-app-development" + }, + { + title: "Android App Development", + icon: Smartphone, + description: + <> + Innovative{" "} + + Android apps + + + {" "} built with the help of Kotlin and optimized through Google Play., + // "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 in India

+

+ Transform the application with a comprehensive offshore mobile app development in India. Reshape your ideas into efficient, user-friendly apps that run smoothly 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 Architect + Intelligence + Into Your App +

+ + {/* Subtitle */} +

+ Schedule a discovery call to explore how AI can give you 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 ( +
+
+ +

+ Hire Our + AI Mobile Application Developers +

+

+ Get access to top-tier AI app development company experts who can bring your vision to life with AI-powered features 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 */} +
+ navigate(developer.link)} + > +
+ + Hire Now +
+
+
+
+
+
+ ); + })} +
+
+
+ ); +}; + +// FAQ data for Mobile App Development +const mobileAppFAQs = [ + { + question: "Do you develop both iOS and Android apps?", + answer: "Yes, our AI mobile application developers create native iOS apps using Swift (including AI iOS development) and Android apps using Kotlin. We also offer cross-platform AI mobile app development 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 AI mobile apps take 8-12 weeks, while complex enterprise apps with AI-powered features 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 for AI app development company services. 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 AI mobile app optimization, compliance, and approval assistance." + }, + { + question: "Can you integrate third-party services and APIs?", + answer: "Absolutely! Our AI mobile application developers integrate various third-party services including payment gateways, social media, analytics, push notifications, maps, and custom APIs to enhance AI-powered features." + }, + { + question: "Do you provide app maintenance and updates?", + answer: "Yes, our AI app development company offers comprehensive maintenance services including bug fixes, OS updates, security patches, AI-powered 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 for all AI mobile apps." + }, + { + question: "Can you develop offline-capable mobile apps?", + answer: "Yes, we can develop offline-capable AI mobile apps using local storage, caching strategies, and data synchronization to ensure your app works seamlessly even without internet connectivity." + } +]; + +// Main Mobile App Development Page Component +export const MobileAppDevelopmentIndia = () => { + // 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 */} + + + {/*
*/} +
+ ); +}; \ No newline at end of file diff --git a/src/Router.tsx b/src/Router.tsx index bd40ab3..a2e77f3 100644 --- a/src/Router.tsx +++ b/src/Router.tsx @@ -181,6 +181,9 @@ import { HireMobileAppDevelopersIndia } from "../pages/HireMobileAppDevelopersIn // Placeholder import { ArticleDetail } from "../pages/ArticleDetail"; import { BrowserRouter as Router, Routes, Route } from "react-router-dom"; +import { HireMobileAppDevelopersUsa } from "@/pages/HireMobileAppDevelopersUsa"; +import { HireMobileAppDevelopersUk } from "@/pages/HireMobileAppDevelopersUk"; +import { MobileAppDevelopmentIndia } from "@/pages/MobileAppDevelopmentIndia"; export const AppRouter = () => ( @@ -207,6 +210,10 @@ export const AppRouter = () => ( path="/services/mobile-app-development" element={} /> + } + /> } @@ -532,7 +539,14 @@ export const AppRouter = () => ( path="/hire-talent/mobile-app-developers-india" element={} /> - + } + /> + } + /> {/* New hire pages */} Date: Fri, 10 Apr 2026 12:11:15 +0530 Subject: [PATCH 2/2] worked on the mobileapp --- pages/MobileAppDevelopment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/MobileAppDevelopment.tsx b/pages/MobileAppDevelopment.tsx index e8b4322..9598382 100644 --- a/pages/MobileAppDevelopment.tsx +++ b/pages/MobileAppDevelopment.tsx @@ -37,7 +37,7 @@ import { Helmet } from "react-helmet-async"; import { useNavigate } from "react-router-dom"; -// Enhanced Hero Section - NEW IMAGE WITH COMPREHENSIVE CSS REQUIREMENTS +// Enhanced Hero Section - NEW IMAGE WITH COMPREHENSIVE CSS REQUIREMENT const HeroWithCTA = () => { const navigate = useNavigate(); return (