diff --git a/public/assets/icons/apple.svg b/public/assets/icons/apple.svg new file mode 100644 index 0000000..f59af6c --- /dev/null +++ b/public/assets/icons/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/app/(auth)/login/page.tsx b/src/app/(auth)/login/page.tsx index 574b8be..8654103 100644 --- a/src/app/(auth)/login/page.tsx +++ b/src/app/(auth)/login/page.tsx @@ -75,16 +75,34 @@ export default function LoginPage() { <> {/* Login Heading */}
-

Login

-

- Sign in to your account to access your real estate dashboard and manage your properties +

Login

+

+ Login or create an account to enjoy FREE consultation on all property inquiries.

+ {/* User Type Toggle */} +
+
+ + +
+
+ {/* Login Form */}
{error && ( -
+
{error}
)} @@ -97,7 +115,7 @@ export default function LoginPage() { value={email} onChange={(e) => setEmail(e.target.value)} required - className="w-full px-6 py-6 bg-[#f0f5fc] rounded-[20px] text-[#00293d] text-sm font-light placeholder:text-[#00293d] focus:outline-none focus:ring-2 focus:ring-[#00293d]/20 transition-all" + className="w-full px-6 py-6 bg-[#f0f5fc] rounded-[7px] text-[#00293d] text-[14px] font-light font-serif placeholder:text-[#00293d] focus:outline-none focus:ring-2 focus:ring-[#00293d]/20 transition-all" />
@@ -109,7 +127,7 @@ export default function LoginPage() { value={password} onChange={(e) => setPassword(e.target.value)} required - className="w-full px-6 py-6 bg-[#f0f5fc] rounded-[20px] text-[#00293d] text-sm font-light placeholder:text-[#00293d] focus:outline-none focus:ring-2 focus:ring-[#00293d]/20 transition-all pr-14" + className="w-full px-6 py-6 bg-[#f0f5fc] rounded-[7px] text-[#00293d] text-[14px] font-light font-serif placeholder:text-[#00293d] focus:outline-none focus:ring-2 focus:ring-[#00293d]/20 transition-all pr-14" />
- {/* Don't Have Account */} -
- Don't Have An Account ? - - Sign Up - -
- {/* Divider */}
- Or + Or
{/* Social Login Icons */}
+ {/* Apple */} + + {/* Google */}
-

Check Your Email

-

+

Check Your Email

+

We've sent a verification link to {email}. Please check your inbox and click the link to verify your account before logging in.

Go to Login @@ -125,21 +125,21 @@ export default function SignUpPage() { <> {/* Sign Up Heading */}
-

Sign Up

-

+

Sign Up

+

Sign in or create an account to showcase your skills & expertise to millions of people starting their real estate journey today"

{/* User Type Toggle */}
-
+
@@ -298,8 +298,8 @@ export default function SignUpPage() { {/* Already Have Account */}
- Already Have An Account ? - + Already Have An Account ? + Login
@@ -307,12 +307,20 @@ export default function SignUpPage() { {/* Divider */}
- Or + Or
{/* Social Login Icons */}
+ {/* Apple */} + + {/* Google */}