diff --git a/src/app/students/page.tsx b/src/app/students/page.tsx index e7b03e2..be3c04c 100644 --- a/src/app/students/page.tsx +++ b/src/app/students/page.tsx @@ -17,8 +17,7 @@ const navItems = [ const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Dashboard", href: "/" }, { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, @@ -26,8 +25,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/docs" }, { label: "API Reference", href: "/api-docs" }, { label: "Tutorials", href: "/tutorials" }, @@ -35,8 +33,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -44,8 +41,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Security", href: "/security" }, @@ -99,35 +95,17 @@ export default function StudentsPage() {
{[ { - title: "Bulk Upload CSV", - subtitle: "Batch Import", - desc: "Import multiple students at once using CSV files", - }, + title: "Bulk Upload CSV", subtitle: "Batch Import", desc: "Import multiple students at once using CSV files"}, { - title: "Manual Add Student", - subtitle: "Individual Entry", - desc: "Add students one by one with full details", - }, + title: "Manual Add Student", subtitle: "Individual Entry", desc: "Add students one by one with full details"}, { - title: "Status Management", - subtitle: "Suspend / Activate", - desc: "Control student access and account status", - }, + title: "Status Management", subtitle: "Suspend / Activate", desc: "Control student access and account status"}, { - title: "Student Details", - subtitle: "Performance View", - desc: "View comprehensive student profiles and scores", - }, + title: "Student Details", subtitle: "Performance View", desc: "View comprehensive student profiles and scores"}, { - title: "Search Students", - subtitle: "Quick Lookup", - desc: "Find students by name, ID, or college", - }, + title: "Search Students", subtitle: "Quick Lookup", desc: "Find students by name, ID, or college"}, { - title: "Track Performance", - subtitle: "Analytics View", - desc: "Monitor individual and cohort performance metrics", - }, + title: "Track Performance", subtitle: "Analytics View", desc: "Monitor individual and cohort performance metrics"}, ].map((item, idx) => (