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 hireAndroidAppDevelopersData = {
heroBanner: {
category: "Hire Expert Developers",
title: "Hire Android App Developers",
description: "Get access to skilled Android developers specialized in Kotlin, Java, and Android SDK. Build powerful Android applications that reach billions of users worldwide.",
primaryCTA: {
text: "Hire Android Developers",
href: "/contact-us",
icon: Smartphone
},
secondaryCTA: {
text: "View Developer Profiles",
href: "/hire-talent",
icon: Users
}
},
// Android-specific metrics
metrics: [
{
value: "180+",
label: "Android Apps Delivered",
description: "Successfully launched on Google Play"
},
{
value: "4.7/5",
label: "Play Store Rating",
description: "Average user satisfaction"
},
{
value: "45M+",
label: "Android Downloads",
description: "Across all published apps"
},
{
value: "96%",
label: "Play Store Approval",
description: "First-time submission success"
}
],
// Android development process
process: {
title: "Our Android Development Process",
subtitle: "From concept to Google Play success",
steps: [
{
number: "01",
title: "Android Strategy & Architecture",
description: "Define Android-specific features, target devices, and architecture for optimal performance across Android ecosystem.",
icon: ,
details: [
"Material Design 3 components",
"Android adaptive layouts",
"Accessibility features",
"Dark theme support"
]
},
{
number: "03",
title: "Kotlin Development & Testing",
description: "Build robust Android applications using Kotlin and modern Android development tools with comprehensive testing.",
icon: