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