[ 'title' => 'Sign In', 'description' => 'Sign in to your account to access the dashboard.', 'keywords' => 'login, sign in, auth', ], 'register' => [ 'title' => 'Sign Up', 'description' => 'Create a new account to get started.', 'keywords' => 'register, sign up, auth', ], 'forgot_password' => [ 'title' => 'Forgot Password', 'description' => 'Recover your account password.', 'keywords' => 'forgot password, recover, auth', ], 'reset_password' => [ 'title' => 'Reset Password', 'description' => 'Set a new password for your account.', 'keywords' => 'reset password, auth', ], 'verify_email' => [ 'title' => 'Verify Email', 'description' => 'Verify your email address to secure your account.', 'keywords' => 'verify email, auth', ], 'confirm_password' => [ 'title' => 'Confirm Password', 'description' => 'Please confirm your password before continuing.', 'keywords' => 'confirm password, auth', ], ];