From 081862e1d739377a5ef97bd70f18fef4b6450bb5 Mon Sep 17 00:00:00 2001 From: MOHAN Date: Wed, 26 Aug 2026 18:24:08 +0530 Subject: [PATCH] Clarify sign-up link on the login page The only path to /register read as marketing copy ("Start your 14-day free trial") rather than an obvious sign-up action. Added a clearer lead-in and a second, redundant link at the bottom of the form to match the register page's existing "Sign in" link. --- app/login/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/login/page.tsx b/app/login/page.tsx index a41f631..c6e1cd5 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -211,6 +211,13 @@ function LoginForm() {

{status}

)} + +

+ Don’t have an account?{" "} + + Sign up + +

); } @@ -253,7 +260,8 @@ export default function LoginPage() { Sign In

- + New to Aarthalabs?{" "} + Start your 14-day free trial