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 { BackendVector } from "../components/vectors/BackendVector";
import { Server, Users, Code, CheckCircle, Star, Award, Clock, TrendingUp } from "lucide-react";
const hireSystemArchitectureDevOpsDevelopersData = {
heroBanner: {
category: "Hire Expert Developers",
title: "Hire System Architecture & DevOps Developers",
description: "Build robust, scalable infrastructure and streamline development workflows with expert system architects and DevOps engineers. Optimize deployment pipelines, cloud infrastructure, and system reliability.",
primaryCTA: {
text: "Hire DevOps Experts",
href: "/contact-us",
icon: Server
},
secondaryCTA: {
text: "View Developer Profiles",
href: "/hire-talent",
icon: Users
}
},
// System Architecture & DevOps specific metrics
metrics: [
{
value: "200+",
label: "Infrastructure Projects",
description: "Cloud and on-premise setups"
},
{
value: "99.99%",
label: "System Uptime",
description: "High-availability architecture"
},
{
value: "80%",
label: "Deployment Speed",
description: "Faster release cycles"
},
{
value: "24/7",
label: "Monitoring Coverage",
description: "Continuous system monitoring"
}
],
// System Architecture & DevOps development process
process: {
title: "Our System Architecture & DevOps Process",
subtitle: "From infrastructure design to automated deployment",
steps: [
{
number: "01",
title: "Architecture Assessment & Design",
description: "Analyze current infrastructure and design scalable, resilient system architecture tailored to your requirements.",
icon: ,
details: [
"CI/CD pipeline setup and automation",
"Infrastructure as Code (IaC) implementation",
"Container orchestration and management",
"Automated testing and quality gates"
]
},
{
number: "03",
title: "Cloud Migration & Optimization",
description: "Migrate to cloud platforms and optimize infrastructure for performance, cost-efficiency, and scalability.",
icon: