Agency plans: Starter/Growth/Scale/Pro(699)/Enterprise(Contact)
This commit is contained in:
+2
-1
@@ -34,7 +34,8 @@ AGENCY_PLANS = {
|
||||
"agency_starter": {"name": "Agency Starter", "submissions": 1000, "clients": 10, "price": 555},
|
||||
"agency_growth": {"name": "Agency Growth", "submissions": 3000, "clients": 50, "price": 999},
|
||||
"agency_scale": {"name": "Agency Scale", "submissions": 5000, "clients": 150, "price": 1499},
|
||||
"agency_enterprise": {"name": "Agency Enterprise", "submissions": 10000, "clients": 500, "price": 2222},
|
||||
"agency_pro": {"name": "Agency Pro", "submissions": 10000, "clients": 500, "price": 3699},
|
||||
"agency_enterprise": {"name": "Enterprise", "submissions": -1, "clients": -1, "price": -1},
|
||||
}
|
||||
|
||||
# --- Database ---
|
||||
|
||||
+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