mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
Clarify Company Brain trial copy (#1469)
Make the trial terms and payment timing clear, and simplify the call to action.
This commit is contained in:
parent
eac070048b
commit
2e85722cf4
1 changed files with 4 additions and 4 deletions
|
|
@ -177,11 +177,11 @@ export function StepTrial({ onActive }: { onActive: () => void }) {
|
|||
"text-[22px] leading-tight font-medium text-[#fafafa]",
|
||||
)}
|
||||
>
|
||||
Start your {TRIAL_DAYS}-day trial
|
||||
Start your {TRIAL_DAYS}-day free trial
|
||||
</h2>
|
||||
<p className="text-[13px] leading-relaxed text-[#8b8b8b]">
|
||||
We take a card now so Company Brain keeps working when the trial
|
||||
ends. Cancel any time before then and you won't be charged.
|
||||
Add a payment method to start. You will not be charged today. We
|
||||
will email you before your first payment.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
@ -221,7 +221,7 @@ export function StepTrial({ onActive }: { onActive: () => void }) {
|
|||
</>
|
||||
) : (
|
||||
<>
|
||||
Add card and start trial
|
||||
Start free trial
|
||||
<ArrowRight className="size-3.5" />
|
||||
</>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue