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 { TeamCollaborationVector } from "../components/vectors/TeamCollaborationVector";
import { Link, Users, Code, CheckCircle, Star, Award, Clock, TrendingUp } from "lucide-react";
const hireThirdPartyIntegrationsDevelopersData = {
heroBanner: {
category: "Hire Expert Developers",
title: "Hire Third-Party Integrations Developers",
description: "Connect your systems seamlessly with expert integration developers. Streamline workflows, automate data exchange, and enhance functionality through robust third-party API integrations and middleware solutions.",
primaryCTA: {
text: "Hire Integration Experts",
href: "/contact-us",
icon: Link
},
secondaryCTA: {
text: "View Developer Profiles",
href: "/hire-talent",
icon: Users
}
},
// Third-Party Integrations specific metrics
metrics: [
{
value: "500+",
label: "API Integrations",
description: "Successful third-party connections"
},
{
value: "99.5%",
label: "Integration Uptime",
description: "Reliable data synchronization"
},
{
value: "50+",
label: "Platform Integrations",
description: "Different systems connected"
},
{
value: "Real-time",
label: "Data Sync",
description: "Live data synchronization"
}
],
// Third-Party Integrations development process
process: {
title: "Our Third-Party Integration Process",
subtitle: "From API analysis to seamless system connectivity",
steps: [
{
number: "01",
title: "Integration Planning & Analysis",
description: "Analyze your systems and third-party requirements to design optimal integration architecture and data flow strategies.",
icon: ,
details: [
"System architecture and API analysis",
"Integration requirements gathering",
"Data mapping and transformation planning",
"Security and authentication strategy design"
]
},
{
number: "02",
title: "API Development & Implementation",
description: "Build robust APIs and integration layers that connect your systems with third-party services efficiently and securely.",
icon: ,
details: [
"Custom API development and middleware",
"Third-party API integration and mapping",
"Data transformation and validation logic",
"Authentication and security implementation"
]
},
{
number: "03",
title: "Testing & Validation",
description: "Comprehensive testing of integrations including data flow, error handling, and performance under various conditions.",
icon: