import { Navigation } from "../components/Navigation";
import { Footer } from "../components/Footer";
import { HireTalentHeroBanner } from "../components/HireTalentHeroBanner";
import { FAQSection } from "../components/FAQSection";
import { AppSuccessMetrics } from "../components/AppSuccessMetrics";
import { StepsIllustrated } from "../components/StepsIllustrated";
import { CarouselTestimonials } from "../components/CarouselTestimonials";
import { ResourceCards } from "../components/ResourceCards";
import { SplitCallToAction } from "../components/SplitCallToAction";
import { MobileAppVector } from "../components/vectors/MobileAppVector";
import { Smartphone, Users, Code, CheckCircle, Star, Award, Clock, TrendingUp } from "lucide-react";
const hireiOSAppDevelopersData = {
heroBanner: {
category: "Hire Expert Developers",
title: "Hire iOS App Developers",
description: "Get access to expert iOS developers specialized in Swift, SwiftUI, and Objective-C. Build premium iOS applications that deliver exceptional user experiences on iPhone and iPad.",
primaryCTA: {
text: "Hire iOS Developers",
href: "/contact-us",
icon: Smartphone
},
secondaryCTA: {
text: "View Developer Profiles",
href: "/hire-talent",
icon: Users
}
},
// iOS-specific metrics
metrics: [
{
value: "150+",
label: "iOS Apps Delivered",
description: "Successfully launched on App Store"
},
{
value: "4.8/5",
label: "App Store Rating",
description: "Average user satisfaction"
},
{
value: "30M+",
label: "iOS Downloads",
description: "Across all published apps"
},
{
value: "98%",
label: "App Store Approval",
description: "First-time submission success"
}
],
// iOS development process
process: {
title: "Our iOS Development Process",
subtitle: "From concept to App Store success",
steps: [
{
number: "01",
title: "iOS Strategy & Architecture",
description: "Define iOS-specific features, target devices, and architecture for optimal iPhone/iPad performance.",
icon: ,
details: [
"iOS design system implementation",
"Native iOS UI components",
"iOS accessibility features",
"Dark mode compatibility"
]
},
{
number: "03",
title: "Swift Development & Testing",
description: "Build robust iOS applications using Swift and SwiftUI with comprehensive device testing.",
icon: