Update page.tsx

This commit is contained in:
Abubeker Yasin
2026-09-03 16:16:10 +03:00
parent 38df7f034c
commit 6eb5f2ee1e

View File

@@ -277,7 +277,10 @@ function LoginContent() {
);
const heading = {
identifier: { title: 'Sign in', subtitle: 'Enter your phone number or email to continue' },
identifier: {
title: 'Sign in or create account',
subtitle: "Enter your phone number or email — we'll sign you in, or set up a new account",
},
password: { title: 'Welcome back', subtitle: 'Enter your password to sign in' },
setup: { title: 'Set your password', subtitle: 'Enter the code we sent, then choose a password' },
signup: { title: 'Create your account', subtitle: 'We just need a couple of details' },