From 43613b60ce6393bd6157e712339f13da34e49a06 Mon Sep 17 00:00:00 2001 From: Bhakti Date: Sun, 23 Feb 2025 03:05:24 +0530 Subject: [PATCH 1/2] landing successful --- Frontend/src/pages/Home/Cards.jsx | 27 +++++++++++++------------ Frontend/src/pages/Home/Hero2.jsx | 4 ++-- Frontend/src/pages/Home/Testimonial.jsx | 24 +++++++++++----------- 3 files changed, 28 insertions(+), 27 deletions(-) diff --git a/Frontend/src/pages/Home/Cards.jsx b/Frontend/src/pages/Home/Cards.jsx index 9201b82..c37104b 100644 --- a/Frontend/src/pages/Home/Cards.jsx +++ b/Frontend/src/pages/Home/Cards.jsx @@ -31,10 +31,11 @@ export const CardWithImage = () => {
-
Excellent Dashboards
+
High tech, high yields?
-

Our descriptive dashboards give insights into your crop's health and keeps track of your burning expenses

- +

The Kenyan farmers deploying AI to increase productivity +This article is more than 4 months old. AI apps are increasingly popular among small-scale farmers seeking to improve the quality and quantity of their crop.

+
Read more
- -
Noteworthy technology acquisitions 2021
-

Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.

+
+
{props.headingText}
+

{props.bodyText}

) @@ -59,11 +60,11 @@ export const CardOnlyText = () => { export const CardWithButton = () => { return(
- -
Noteworthy technology acquisitions 2021
+
+
Empowering smallholder farmers with AI tools can bolster global food security
-

Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.

- +

AI-powered weather forecasts help rural Indian farmers make informed planting decisions, reducing debt and boosting savings.

+
Read more ) diff --git a/Frontend/src/pages/Home/Hero2.jsx b/Frontend/src/pages/Home/Hero2.jsx index 6672848..8184f33 100644 --- a/Frontend/src/pages/Home/Hero2.jsx +++ b/Frontend/src/pages/Home/Hero2.jsx @@ -41,13 +41,13 @@ function Hero2() {
- +
+ -
diff --git a/Frontend/src/pages/Home/Testimonial.jsx b/Frontend/src/pages/Home/Testimonial.jsx index d2d9970..43d459f 100644 --- a/Frontend/src/pages/Home/Testimonial.jsx +++ b/Frontend/src/pages/Home/Testimonial.jsx @@ -60,16 +60,16 @@ const Testimonial = () => {
-
+
-
Need a help in Claim?
+
Excellent Dashboards
-

Go to this step by step guideline process on how to certify for your weekly benefits:

+

Our descriptive dashboards give insights into your crop's health and keeps track of your burning expenses

- See our guideline + Check Out @@ -79,16 +79,16 @@ const Testimonial = () => { -
+
-
Need a help in Claim?
+
Crop Disease Prediction
-

Go to this step by step guideline process on how to certify for your weekly benefits:

+

Predict the possible crop diseases based on their shown symptoms

- See our guideline + Check Out @@ -97,16 +97,16 @@ const Testimonial = () => { -
+
-
Need a help in Claim?
+
Crop Planner
-

Go to this step by step guideline process on how to certify for your weekly benefits:

+

Based on previous season's crop and used pertilizers and pesticides, plan what crops would best suit the present state of your soil

- See our guideline + Check Out From c4eb3e940e343d1ad65a8495fe7fb7359182fe31 Mon Sep 17 00:00:00 2001 From: Bhakti Date: Sun, 23 Feb 2025 03:06:23 +0530 Subject: [PATCH 2/2] Changes made to Login and SignUp --- Frontend/src/pages/Login/LoginPage.jsx | 55 +++++++-------- Frontend/src/pages/Login/MainLoginPage.jsx | 2 +- Frontend/src/pages/Login/SignupPage.jsx | 81 ++++++++-------------- 3 files changed, 54 insertions(+), 84 deletions(-) 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 */}
-
+
*/}