chore: pricing update

This commit is contained in:
Timur Ercan
2024-02-20 18:57:44 +01:00
parent 0b83671c78
commit 9ea56bddd1
2 changed files with 14 additions and 19 deletions

View File

@ -24,6 +24,8 @@ tags:
</figcaption> </figcaption>
</figure> </figure>
> 🔔 UPDATE: We launched <a href="https://documen.so/day1" target="_blank">teams</a> and the early adopters plan will be replaced by the new teams pricing as soon as all availible early adopters seats are filled.
## Community-Driven Development ## Community-Driven Development
As we ramp up hiring and development speed for Documenso, I want to discuss how we plan to build its core version. As we ramp up hiring and development speed for Documenso, I want to discuss how we plan to build its core version.

View File

@ -117,29 +117,22 @@ export const PricingTable = ({ className, ...props }: PricingTableProps) => {
</Button> </Button>
<div className="mt-8 flex w-full flex-col divide-y"> <div className="mt-8 flex w-full flex-col divide-y">
<p className="text-foreground py-4 font-medium">
{' '}
<a href="https://documenso.com/blog/early-adopters" target="_blank" rel="noreferrer">
The Early Adopter Deal:
</a>
</p>
<p className="text-foreground py-4">Join the movement</p>
<p className="text-foreground py-4">Simple signing solution</p>
<p className="text-foreground py-4">Email, Discord and Slack assistance</p>
<p className="text-foreground py-4"> <p className="text-foreground py-4">
<strong>
{' '}
<a <a
href="https://documenso.com/blog/early-adopters" href="https://documen.so/early-adopters-pricing-page"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
Includes all upcoming features Limited Time Offer: <span className="text-documenso-700">Read More</span>
</a> </a>
</strong>
</p> </p>
<p className="text-foreground py-4">Fixed, straightforward pricing</p> <p className="text-foreground py-4">Unlimited Teams</p>
<p className="text-foreground py-4">Unlimited Users</p>
<p className="text-foreground py-4">Unlimited Documents per month</p>
<p className="text-foreground py-4">Includes all upcoming features</p>
<p className="text-foreground py-4">Email, Discord and Slack assistance</p>
</div> </div>
<div className="flex-1" />
</div> </div>
<div <div