docs & ux improvmeents
This commit is contained in:
@@ -129,7 +129,7 @@ export default function SignUpForm({ planDetails: planDetailsProp, planLoading:
|
||||
<p className="text-sm text-gray-500 dark:text-gray-400">
|
||||
{planSlug && paidPlans.includes(planSlug)
|
||||
? `You're signing up for the ${planSlug} plan. You'll be taken to billing to complete payment.`
|
||||
: "No credit card required. 100 AI credits to get started."}
|
||||
: "No credit card required. Start creating content today."}
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
@@ -275,7 +275,7 @@ export default function SignUpFormEnhanced({ planDetails: planDetailsProp, planL
|
||||
<p className="text-sm text-gray-500 dark:text-gray-400">
|
||||
{isPaidPlan
|
||||
? `Complete the ${totalSteps}-step process to activate your subscription.`
|
||||
: 'No credit card required. 1000 AI credits to get started.'}
|
||||
: 'No credit card required. Start creating content today.'}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@ export default function SignUpFormSimplified({ planDetails: planDetailsProp, pla
|
||||
<p className="text-sm text-gray-500 dark:text-gray-400">
|
||||
{isPaidPlan
|
||||
? 'Complete your registration and select a payment method.'
|
||||
: 'No credit card required. 1000 AI credits to get started.'}
|
||||
: 'No credit card required. Start creating content today.'}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user