From 3377b55341308d19dd7b06f277f56037b1fcfffc Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Fri, 22 Sep 2023 18:54:25 +0200 Subject: [PATCH] chore: rename community plan to early adopters --- .../src/app/(marketing)/pricing/page.tsx | 6 +++--- .../src/components/(marketing)/callout.tsx | 2 +- .../components/(marketing)/claim-plan-dialog.tsx | 2 +- .../src/components/(marketing)/hero.tsx | 2 +- .../src/components/(marketing)/pricing-table.tsx | 16 ++++++++++++---- .../src/components/(marketing)/widget.tsx | 2 +- 6 files changed, 19 insertions(+), 11 deletions(-) diff --git a/apps/marketing/src/app/(marketing)/pricing/page.tsx b/apps/marketing/src/app/(marketing)/pricing/page.tsx index 238fa11a4..e081303f2 100644 --- a/apps/marketing/src/app/(marketing)/pricing/page.tsx +++ b/apps/marketing/src/app/(marketing)/pricing/page.tsx @@ -48,9 +48,9 @@ export default function PricingPage() { You can self-host Documenso for free or use our ready-to-use hosted version. The hosted version comes with additional support, painless scalability and more. Early - adopters of the community plan will get access to all features we build this year, for - no additional cost! Forever! Yes, that includes multiple users per account later. If - you want Documenso for your enterprise, we are happy to talk about your needs. + adopters will get access to all features we build this year, for no additional cost! + Forever! Yes, that includes multiple users per account later. If you want Documenso + for your enterprise, we are happy to talk about your needs. diff --git a/apps/marketing/src/components/(marketing)/callout.tsx b/apps/marketing/src/components/(marketing)/callout.tsx index d83983141..c42f5f0fc 100644 --- a/apps/marketing/src/components/(marketing)/callout.tsx +++ b/apps/marketing/src/components/(marketing)/callout.tsx @@ -40,7 +40,7 @@ export const Callout = ({ starCount }: CalloutProps) => { className="rounded-full bg-transparent backdrop-blur-sm" onClick={onSignUpClick} > - Get the Community Plan + Get the Early Adopters Plan $30/mo. forever! diff --git a/apps/marketing/src/components/(marketing)/claim-plan-dialog.tsx b/apps/marketing/src/components/(marketing)/claim-plan-dialog.tsx index 7de30bba3..5f388dbd1 100644 --- a/apps/marketing/src/components/(marketing)/claim-plan-dialog.tsx +++ b/apps/marketing/src/components/(marketing)/claim-plan-dialog.tsx @@ -134,7 +134,7 @@ export const ClaimPlanDialog = ({ className, planId, children }: ClaimPlanDialog