Agency plans: Starter/Growth/Scale/Pro(699)/Enterprise(Contact)
This commit is contained in:
+17
-5
@@ -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"
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user