diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index 5d99d50..373ff4e 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -1,5 +1,8 @@ +"use client"; + import Link from "next/link"; import { GraduationCap, BookOpen, FileText, Sparkles } from "lucide-react"; +import { motion } from "framer-motion"; import { QuickActionCard } from "@/components/dashboard/quick-action-card"; import { RecentActivityCard } from "@/components/dashboard/recent-activity-card"; @@ -23,7 +26,13 @@ export default function DashboardPage() {
- Browse branch-specific syllabus, previous year questions, Hyper AI - learning resources, and academic content organized semester by - semester. +
+ Access high-quality academic content, analyze previous year + questions, and accelerate your learning with Hyper AI—intelligently + organized by semester.
@@ -100,73 +102,74 @@ export default function BranchGrid() { const CardContent = (- {branch.name} -
++ {branch.name} +
-- Hyper Learning is being structured to support every major RGPV - engineering branch through syllabus-driven learning, AI-generated - academic resources, and previous year question analysis. +
+ Hyper Learning is expanding to support all major RGPV branches. We + combine structured academic curriculums with AI-powered resources to + deliver a seamless, high-quality learning experience.
+ + {/* Elegant fading divider */} +