feat(website): bump max team users to 500 (#10459)

Related: https://app.hubspot.com/live-messages/23723443/inbox/9728566686
This commit is contained in:
Jamil
2025-09-25 03:09:04 -04:00
committed by GitHub
parent 12986ebbcc
commit 6147110198
2 changed files with 2 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ export default function _Page() {
<li className="flex space-x-2.5">
<FaCheck className="mt-0.5 flex-shrink-0 w-4 h-4 text-primary-450" />
<span className="leading-tight font-bold text-neutral-900">
Up to 100 users
Up to 500 users
</span>
</li>
<li className="flex space-x-2.5">

View File

@@ -36,7 +36,7 @@ export default function PlanTable() {
</Tooltip>
</td>
<td className="font-semibold gmx-1 py-4 text-center">6</td>
<td className="font-semibold gmx-1 py-4 text-center">100</td>
<td className="font-semibold gmx-1 py-4 text-center">500</td>
<td className="font-semibold gmx-1 py-4 text-center">Unlimited</td>
</tr>
<tr className="border-b border-1 border-neutral-200">