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 { Layers, Users, Code, CheckCircle, Star, Award, Clock, TrendingUp } from "lucide-react";
const hireSaaSProductDevelopersData = {
heroBanner: {
category: "Hire Expert Developers",
title: "Hire SaaS Product Engineering Developers",
description: "Build scalable Software-as-a-Service platforms with our expert developers. We specialize in multi-tenant architecture, subscription management, and enterprise-grade SaaS solutions.",
primaryCTA: {
text: "Hire SaaS Developers",
href: "/contact-us",
icon: Layers
},
secondaryCTA: {
text: "View Developer Profiles",
href: "/hire-talent",
icon: Users
}
},
// SaaS Product specific metrics
metrics: [
{
value: "150+",
label: "SaaS Platforms Built",
description: "Successfully launched products"
},
{
value: "99.5%",
label: "Platform Uptime",
description: "Enterprise-grade reliability"
},
{
value: "10M+",
label: "Users Supported",
description: "Across all SaaS platforms"
},
{
value: "5x",
label: "Faster Time-to-Market",
description: "With proven frameworks"
}
],
// SaaS Product development process
process: {
title: "Our SaaS Product Development Process",
subtitle: "From MVP to enterprise-scale platform",
steps: [
{
number: "01",
title: "SaaS Architecture & Planning",
description: "Design scalable multi-tenant architecture with subscription management and enterprise features.",
icon: ,
details: [
"Core feature development",
"User authentication and management",
"Basic subscription handling",
"Analytics and monitoring setup"
]
},
{
number: "03",
title: "Feature Enhancement & Scaling",
description: "Expand functionality, optimize performance, and prepare for enterprise customers.",
icon: