chore: unlimited users

This commit is contained in:
Bereket Engida
2026-03-01 04:58:17 -08:00
parent 3728b2bd92
commit 4ac7866481

View File

@@ -16,6 +16,7 @@ const pricingTiers = [
seats: "1 dashboard seat", seats: "1 dashboard seat",
featuresPrefix: "Includes", featuresPrefix: "Includes",
features: [ features: [
"Unlimited users",
"All auth features", "All auth features",
"User management", "User management",
"Audit logs (1 day)", "Audit logs (1 day)",
@@ -100,6 +101,13 @@ const pricingTiers = [
// Comparison table data // Comparison table data
const comparisonRows = [ const comparisonRows = [
{
label: "Unlimited users",
starter: true,
pro: true,
business: true,
enterprise: true,
},
{ {
label: "All auth features", label: "All auth features",
starter: true, starter: true,
@@ -532,7 +540,7 @@ export function PricingPageClient() {
</div> </div>
<p className="text-[13px] text-foreground/80 dark:text-foreground/65 leading-relaxed max-w-md"> <p className="text-[13px] text-foreground/80 dark:text-foreground/65 leading-relaxed max-w-md">
Comprehensive authentication and authorization Comprehensive authentication and authorization
framework. framework. Unlimited users on every plan.
</p> </p>
</div> </div>
<div className="text-right shrink-0 flex flex-col items-end gap-3"> <div className="text-right shrink-0 flex flex-col items-end gap-3">