diff --git a/Frontend/src/pages/Login/LoginPage.jsx b/Frontend/src/pages/Login/LoginPage.jsx index 69d1863..015ea22 100644 --- a/Frontend/src/pages/Login/LoginPage.jsx +++ b/Frontend/src/pages/Login/LoginPage.jsx @@ -39,38 +39,29 @@ const LoginPage = () => { navigate("/"); } }; + + return ( -
-
-
-
-
- -

+
+
+
+
+
+

Welcome Back!

- {/* */} - {/* Arrow */}
-
-

Login

-

+

+

Login

+

Welcome back! Please login to your account.

@@ -86,7 +77,7 @@ const LoginPage = () => {
@@ -109,7 +100,7 @@ const LoginPage = () => { /> @@ -118,16 +109,18 @@ const LoginPage = () => { to={"/user/forgetpassword"} className="text-sm font-medium text-blue-600 hover:underline dark:text-blue-500" > - Forget Password? + Forgot Password?
- -

+

+ +
+

New User?{" "} { }; return ( -

-
+
+
-
+
{ className="absolute order-3 w-full h-full" />

- Welcome to MentorFlux! + Welcome to Crop Compass

- {/* */} - {/* Arrow */}
-
-

+
+

Register Your account

-

- Welcome to MentorFlux. Please register your new account. +

+ Welcome to Crop Compass. +

+

+ Please register your new account.

{
@@ -99,14 +96,14 @@ const SignupPage = () => { id="firstName" ref={firstNameElement} className="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" - placeholder="Enter your First name here..." + placeholder="John" required />
@@ -115,7 +112,7 @@ const SignupPage = () => { id="LastName" ref={lastNameElement} className="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" - placeholder="Enter your Last name here..." + placeholder="Doe" required />
@@ -124,7 +121,7 @@ const SignupPage = () => {
@@ -132,27 +129,11 @@ const SignupPage = () => { type="email" id="email" ref={emailElement} - className="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" - placeholder="Please Enter your Email here..." + className="bg-gray-50 border border-gray-300 text-gray-100 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" + placeholder="user@mail.com" required />
-
- - -
@@ -189,12 +170,14 @@ const SignupPage = () => { className="text-sm font-medium text-blue-600 hover:underline dark:text-blue-500" >
- +
+ +

Already have an Account ?{" "} {

-
+ {/*
{

Welcome to MentorFlux!

- {/* */} - {/* Arrow */}
-
+
*/}