diff --git a/apps/marketing/src/app/(marketing)/singleplayer/client.tsx b/apps/marketing/src/app/(marketing)/singleplayer/client.tsx index 4c1162599..a8e0a0c63 100644 --- a/apps/marketing/src/app/(marketing)/singleplayer/client.tsx +++ b/apps/marketing/src/app/(marketing)/singleplayer/client.tsx @@ -203,7 +203,7 @@ export const SinglePlayerClient = () => { target="_blank" className="hover:text-foreground/80 font-semibold transition-colors" > - community plan + early adopter plan {' '} for exclusive features, including the ability to collaborate with multiple signers.
diff --git a/apps/marketing/src/components/(marketing)/callout.tsx b/apps/marketing/src/components/(marketing)/callout.tsx index 990aa163b..faa486c46 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} > - Claim Community Plan + Claim Early Adopter Plan $30/mo diff --git a/apps/marketing/src/components/(marketing)/hero.tsx b/apps/marketing/src/components/(marketing)/hero.tsx index cf80d8302..ce520b86a 100644 --- a/apps/marketing/src/components/(marketing)/hero.tsx +++ b/apps/marketing/src/components/(marketing)/hero.tsx @@ -114,7 +114,7 @@ export const Hero = ({ className, ...props }: HeroProps) => { className="rounded-full bg-transparent backdrop-blur-sm" onClick={onSignUpClick} > - Claim Community Plan + Claim Early Adopter Plan $30/mo @@ -225,7 +225,8 @@ export const Hero = ({ className, ...props }: HeroProps) => { (in a non-legally binding, but heartfelt way) {' '} - and lock in the community plan for forever, including everything we build this year. + and lock in the early adopter plan for forever, including everything we build this + year.Early Adopters
@@ -119,7 +119,7 @@ export const PricingTable = ({ className, ...props }: PricingTableProps) => {