Update form section to handle login and signup

cgen-3dbc2841f2904729860b58a84b178096
This commit is contained in:
Builder.io 2025-08-06 00:06:06 +00:00
parent d1e1ccdc37
commit 21858635da

View file

@ -121,10 +121,13 @@ export default function Login() {
</div>
<div className="space-y-2">
<CardTitle className="text-2xl text-gradient-purple">
Welcome Back
{isSignUp ? "Create Account" : "Welcome Back"}
</CardTitle>
<CardDescription>
Sign in to your AeThex account to access the dashboard
{isSignUp
? "Create your AeThex account to get started"
: "Sign in to your AeThex account to access the dashboard"
}
</CardDescription>
</div>
<Badge