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 { DeveloperSkillsVector } from "../components/vectors/DeveloperSkillsVector";
import { Smartphone, Users, Code, CheckCircle, Star, Award, Clock, TrendingUp } from "lucide-react";
const hireNativeAppDevelopersData = {
heroBanner: {
category: "Hire Expert Developers",
title: "Hire Native App Developers",
description: "Get access to specialized native app developers for iOS and Android platforms. Build high-performance applications with platform-specific optimizations and native user experiences.",
primaryCTA: {
text: "Hire Native Developers",
href: "/contact-us",
icon: Smartphone
},
secondaryCTA: {
text: "View Developer Profiles",
href: "/hire-talent",
icon: Users
}
},
// Native development specific metrics
metrics: [
{
value: "200+",
label: "Native Apps Delivered",
description: "iOS and Android applications"
},
{
value: "99%",
label: "Performance Optimization",
description: "Native speed and efficiency"
},
{
value: "35M+",
label: "Native Downloads",
description: "Across both platforms"
},
{
value: "4.9/5",
label: "User Experience Rating",
description: "Platform-native feel"
}
],
// Native development process
process: {
title: "Our Native Development Process",
subtitle: "Platform-specific excellence",
steps: [
{
number: "01",
title: "Platform-Specific Strategy",
description: "Define native development approach for iOS and Android with platform-optimized features.",
icon: ,
details: [
"iOS-specific interface patterns",
"Android Material Design implementation",
"Platform-native animations",
"Accessibility compliance"
]
},
{
number: "03",
title: "Native Development & Optimization",
description: "Build applications using native languages and SDKs with maximum performance optimization.",
icon: