Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/web/components/onboarding-brain/step-trial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -221,7 +221,7 @@ export function StepTrial({ onActive }: { onActive: () => void }) {
</>
) : (
<>
Add card and start trial
Start free trial
<ArrowRight className="size-3.5" />
</>
)}
Expand Down
Loading