Agency plans: Starter/Growth/Scale/Pro(699)/Enterprise(Contact)

This commit is contained in:
2026-04-13 20:22:38 +02:00
parent 765f61358b
commit ce79bdb43a
2 changed files with 19 additions and 6 deletions
+17 -5
View File
@@ -74,7 +74,7 @@ const agencyPlans = [
clients: "10",
badge: "",
highlight: false,
features: ["1,000 job submissions/month", "Up to 10 client profiles", "AI resume tailoring", "White-label dashboard", "API access"],
features: ["1,000 job submissions/month", "Up to 10 client profiles", "AI resume tailoring", "White-label dashboard"],
cta: "Start Agency",
ctaStyle: "bg-purple-600 hover:bg-purple-500"
},
@@ -103,15 +103,27 @@ const agencyPlans = [
ctaStyle: "bg-slate-600 hover:bg-slate-500"
},
{
name: "Enterprise",
price: "$2,222",
name: "Pro",
price: "$3,699",
period: "/mo",
submissions: "10,000",
clients: "500",
badge: "Max Cap",
badge: "Best Value",
highlight: false,
features: ["10,000 job submissions/month", "Up to 500 client profiles", "AI resume tailoring", "White-label dashboard", "Dedicated account manager", "Custom integrations"],
cta: "Get Enterprise",
cta: "Go Pro",
ctaStyle: "bg-slate-600 hover:bg-slate-500"
},
{
name: "Enterprise",
price: "Custom",
period: "",
submissions: "Unlimited",
clients: "Unlimited",
badge: "",
highlight: false,
features: ["Unlimited job submissions", "Unlimited client profiles", "AI resume tailoring", "White-label dashboard", "Dedicated account manager", "Custom integrations", "SLA guarantee"],
cta: "Contact Us",
ctaStyle: "bg-slate-600 hover:bg-slate-500"
},
]