From e3dd999e1d7f920fb6f3f09283cbd17630638267 Mon Sep 17 00:00:00 2001 From: Kewonit <108450560+kewonit@users.noreply.github.com.> Date: Sat, 5 Jul 2025 17:17:51 +0530 Subject: [PATCH] feat: add data safety message and Pepe icon to MHTCET login page for user reassurance --- app/mht-cet-login-required/page.tsx | 36 +++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/app/mht-cet-login-required/page.tsx b/app/mht-cet-login-required/page.tsx index 4b5aebe..c8478b0 100644 --- a/app/mht-cet-login-required/page.tsx +++ b/app/mht-cet-login-required/page.tsx @@ -27,12 +27,34 @@ export default async function MHTCETLoginRequired({ searchParams }: {

+
+
+

+ Your Data is Safe +

+

+ We only collect your email to rate limit usage and keep this service free for everyone. We will never sell your data. +

+
+ + {/* Pepe icon positioned at top right with overflow */} +
+ Pepe Chill +
+
+
-

+

Login Required

- Please sign in to access MHT-CET resources that includs state cutoffs + Please sign in to access MHT-CET resources including state cutoffs

@@ -40,7 +62,7 @@ export default async function MHTCETLoginRequired({ searchParams }: { href={`/login?redirect=${encodeURIComponent(redirectTo)}`} className="block w-full" > - @@ -49,7 +71,7 @@ export default async function MHTCETLoginRequired({ searchParams }: { href={`/signup?redirect=${encodeURIComponent(redirectTo)}`} className="block w-full" > - @@ -63,14 +85,14 @@ export default async function MHTCETLoginRequired({ searchParams }: {
-
+
Page Screenshot