diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx
index 4857616..6db3e19 100644
--- a/app/dashboard/page.tsx
+++ b/app/dashboard/page.tsx
@@ -1,3 +1,216 @@
-export default function Page() {
- return
Coming Soon
;
+import Link from "next/link";
+import {
+ GraduationCap,
+ BookOpen,
+ FileText,
+ Sparkles,
+ ArrowRight,
+ Clock,
+ ChevronRight,
+} from "lucide-react";
+
+export default function DashboardPage() {
+ return (
+
+ {/* 1. Premium Welcome Hero */}
+
+
+
+
+
+
+ Student Dashboard
+
+
+ Welcome Back 👋
+
+
+ Continue your learning journey with Hyper Learning. Access your
+ subjects, AI notes, and PYQs.
+
+
+
+
+
+
+ {/* 2. Quick Action Cards */}
+
+
+
+ Quick Actions
+
+
+
+ {/* Action 1 */}
+
+
+
+
+
+
+ Browse Universities
+
+
+ Explore available institutions and branches.
+
+
+
+
+
+ {/* Action 2 */}
+
+
+
+
+
+
+ View Syllabus
+
+
+ Access detailed syllabus breakdowns.
+
+
+
+
+
+ {/* Action 3 */}
+
+
+
+
+
+
+ Explore PYQs
+
+
+ Practice with past year questions.
+
+
+
+
+
+ {/* Action 4 */}
+
+
+
+
+
+
+ AI Assistant
+
+
+ Get instant help from the AI tutor.
+
+
+
+
+
+
+
+ {/* 3. Continue Learning / Recent Activity */}
+
+
+
+ Continue Learning
+
+
+ View all history
+
+
+
+
+ {/* Placeholder Card 1 */}
+
+
+
+
+
+
+
+
+ Mathematics-III (BT-401)
+
+
+ RGPV • CSE • Semester 4
+
+
+
+
+
+ 2 hours ago
+
+
+
+
+
+ Unit 2: Laplace Transform
+
+
+ Resume{" "}
+
+
+
+
+
+ {/* Placeholder Card 2 */}
+
+
+
+
+
+
+
+
+ Data Structures (BT-402)
+
+
+ RGPV • CSE • Semester 4
+
+
+
+
+
+ Yesterday
+
+
+
+
+
+ Viewing June-2024 PYQ
+
+
+ Resume{" "}
+
+
+
+
+
+
+
+
+ );
}