mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
chore: pricing update
This commit is contained in:
@ -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.
|
||||||
|
|||||||
@ -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">
|
<p className="text-foreground py-4">
|
||||||
{' '}
|
<a
|
||||||
<a href="https://documenso.com/blog/early-adopters" target="_blank" rel="noreferrer">
|
href="https://documen.so/early-adopters-pricing-page"
|
||||||
The Early Adopter Deal:
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
Limited Time Offer: <span className="text-documenso-700">Read More</span>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p className="text-foreground py-4">Join the movement</p>
|
<p className="text-foregro‚und py-4">Unlimited Teams</p>
|
||||||
<p className="text-foreground py-4">Simple signing solution</p>
|
<p className="text-foregro‚und py-4">Unlimited Users</p>
|
||||||
|
<p className="text-foregro‚und 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>
|
<p className="text-foreground py-4">Email, Discord and Slack assistance</p>
|
||||||
<p className="text-foreground py-4">
|
|
||||||
<strong>
|
|
||||||
{' '}
|
|
||||||
<a
|
|
||||||
href="https://documenso.com/blog/early-adopters"
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer"
|
|
||||||
>
|
|
||||||
Includes all upcoming features
|
|
||||||
</a>
|
|
||||||
</strong>
|
|
||||||
</p>
|
|
||||||
<p className="text-foreground py-4">Fixed, straightforward pricing</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div className="flex-1" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user