Select a career path above to unlock tailored insights
and view your eligibility status.
@@ -609,8 +609,8 @@ export default function CgpaCalculatorPage() {
if (!currentCgpa || isNaN(current)) {
return (
-
-
+
+
Enter your current CGPA above to see your eligibility
status for this path.
@@ -620,13 +620,13 @@ export default function CgpaCalculatorPage() {
if (current >= required) {
return (
-
+
Safe Zone
-
+
Your CGPA comfortably meets the standard{" "}
{required.toFixed(1)} cutoff for this tier. Focus
heavily on DSA and interview prep!
@@ -636,13 +636,13 @@ export default function CgpaCalculatorPage() {
);
} else if (current >= required - 0.5) {
return (
-
+
Borderline
-
+
You are very close to the {required.toFixed(1)}{" "}
cutoff. Pushing your CGPA up slightly in remaining
semesters will safely unlock this tier.
@@ -652,13 +652,13 @@ export default function CgpaCalculatorPage() {
);
} else {
return (
-
+
Action Required
-
+
You are currently falling short of the{" "}
{required.toFixed(1)} cutoff. Don't panic! Set{" "}
@@ -677,7 +677,7 @@ export default function CgpaCalculatorPage() {
{/* Pro-Tips for Boosting SGPA */}
-
+
diff --git a/components/dashboard/auth-overlay.tsx b/components/dashboard/auth-overlay.tsx
index 4517849..e9203b8 100644
--- a/components/dashboard/auth-overlay.tsx
+++ b/components/dashboard/auth-overlay.tsx
@@ -52,10 +52,10 @@ export function DashboardAuthOverlay({
-
+
{/* Dynamic Lock Icon with floating + pulse */}
-
+
{/* Premium Badge */}
-
+
Personalized Dashboard
{/* Heading */}
-
+
Unlock Your Personalized Dashboard
{/* Description — explains WHY login is needed */}
-
+
Create an account and complete your profile to unlock a dashboard
tailored to your{" "}
@@ -112,7 +112,7 @@ export function DashboardAuthOverlay({