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 { TechStackVisualization } from "../components/vectors/TechStackVisualization";
import { Smartphone, Users, Code, CheckCircle, Star, Award, Clock, TrendingUp } from "lucide-react";
const hireWearableAppDevelopersData = {
heroBanner: {
category: "Hire Expert Developers",
title: "Hire Wearable App Developers",
description: "Get access to specialized wearable app developers for Apple Watch, Android Wear, and IoT devices. Build innovative wearable experiences that extend your digital ecosystem.",
primaryCTA: {
text: "Hire Wearable Developers",
href: "/contact-us",
icon: Smartphone
},
secondaryCTA: {
text: "View Developer Profiles",
href: "/hire-talent",
icon: Users
}
},
// Wearable-specific metrics
metrics: [
{
value: "45+",
label: "Wearable Apps Built",
description: "Apple Watch & Android Wear"
},
{
value: "85%",
label: "User Engagement Rate",
description: "Daily active usage"
},
{
value: "2M+",
label: "Wearable Installations",
description: "Across all platforms"
},
{
value: "95%",
label: "Battery Optimization",
description: "Efficient power consumption"
}
],
// Wearable development process
process: {
title: "Our Wearable Development Process",
subtitle: "Smart devices, smarter experiences",
steps: [
{
number: "01",
title: "Wearable Strategy & UX Design",
description: "Define wearable-specific features, micro-interactions, and user experience optimized for small screens.",
icon: ,
details: [
"Apple Watch WatchOS development",
"Android Wear OS implementation",
"Companion app integration",
"Sensor data processing"
]
},
{
number: "03",
title: "Performance & Battery Optimization",
description: "Optimize for wearable constraints including battery life, processing power, and memory limitations.",
icon: