Update src/app/dashboard/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function DashboardPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="large"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -35,9 +35,7 @@ export default function DashboardPage() {
|
||||
brandName="UniMarks"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "View Dashboard",
|
||||
href: "/dashboard",
|
||||
}}
|
||||
text: "View Dashboard", href: "/dashboard"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,22 +45,17 @@ export default function DashboardPage() {
|
||||
description="Access your grades, track your academic progress, and stay informed about your performance in real-time. Secure, reliable, and designed for your success."
|
||||
buttons={[
|
||||
{
|
||||
text: "Back to Home",
|
||||
href: "/",
|
||||
},
|
||||
text: "Back to Home", href: "/"},
|
||||
{
|
||||
text: "View Grades",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Grades", href: "#features"},
|
||||
]}
|
||||
background={{
|
||||
variant: "noiseDiagonalGradient",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg?_wi=3"
|
||||
variant: "sparkles-gradient"}}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg"
|
||||
imageAlt="Dashboard interface for viewing academic records"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -73,37 +66,16 @@ export default function DashboardPage() {
|
||||
tag="Dashboard Tools"
|
||||
features={[
|
||||
{
|
||||
id: "view-grades",
|
||||
label: "Grades",
|
||||
title: "View All Your Course Grades",
|
||||
items: [
|
||||
"Real-time grade updates",
|
||||
"Course-by-course breakdown",
|
||||
"GPA calculation and tracking",
|
||||
"Grade history and trends",
|
||||
],
|
||||
id: "view-grades", label: "Grades", title: "View All Your Course Grades", items: [
|
||||
"Real-time grade updates", "Course-by-course breakdown", "GPA calculation and tracking", "Grade history and trends"],
|
||||
},
|
||||
{
|
||||
id: "track-progress",
|
||||
label: "Progress",
|
||||
title: "Track Your Academic Journey",
|
||||
items: [
|
||||
"Semester progress overview",
|
||||
"Performance metrics",
|
||||
"Attendance records",
|
||||
"Academic standing status",
|
||||
],
|
||||
id: "track-progress", label: "Progress", title: "Track Your Academic Journey", items: [
|
||||
"Semester progress overview", "Performance metrics", "Attendance records", "Academic standing status"],
|
||||
},
|
||||
{
|
||||
id: "notifications",
|
||||
label: "Alerts",
|
||||
title: "Stay Informed with Smart Notifications",
|
||||
items: [
|
||||
"Grade release notifications",
|
||||
"Important deadline reminders",
|
||||
"Performance alerts",
|
||||
"System maintenance notices",
|
||||
],
|
||||
id: "notifications", label: "Alerts", title: "Stay Informed with Smart Notifications", items: [
|
||||
"Grade release notifications", "Important deadline reminders", "Performance alerts", "System maintenance notices"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -111,9 +83,7 @@ export default function DashboardPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Login to Dashboard",
|
||||
href: "#",
|
||||
},
|
||||
text: "Login to Dashboard", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,38 +95,20 @@ export default function DashboardPage() {
|
||||
useInvertedBackground={true}
|
||||
animationType="smooth"
|
||||
textPosition="left"
|
||||
faqsAnimation="blur-reveal"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I log into my dashboard?",
|
||||
content: "Use your institutional credentials (student ID and password) to log into your UniMarks dashboard. If you've forgotten your password, select 'Forgot Password' on the login page and follow the recovery instructions sent to your registered email.",
|
||||
},
|
||||
id: "1", title: "How do I log into my dashboard?", content: "Use your institutional credentials (student ID and password) to log into your UniMarks dashboard. If you've forgotten your password, select 'Forgot Password' on the login page and follow the recovery instructions sent to your registered email."},
|
||||
{
|
||||
id: "2",
|
||||
title: "When are grades typically released?",
|
||||
content: "Grade release timing varies by course and instructor. Most grades are released within 2-3 weeks of final exams. You'll receive a notification as soon as grades are posted to your dashboard.",
|
||||
},
|
||||
id: "2", title: "When are grades typically released?", content: "Grade release timing varies by course and instructor. Most grades are released within 2-3 weeks of final exams. You'll receive a notification as soon as grades are posted to your dashboard."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How accurate is the GPA calculation?",
|
||||
content: "Our GPA calculations follow your institution's official grading standards and policies. The system is regularly audited for accuracy and compliance with institutional requirements.",
|
||||
},
|
||||
id: "3", title: "How accurate is the GPA calculation?", content: "Our GPA calculations follow your institution's official grading standards and policies. The system is regularly audited for accuracy and compliance with institutional requirements."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I download my transcript?",
|
||||
content: "Yes, you can generate and download an unofficial transcript from your dashboard anytime. For official transcripts, submit a request through the Registrar's Office.",
|
||||
},
|
||||
id: "4", title: "Can I download my transcript?", content: "Yes, you can generate and download an unofficial transcript from your dashboard anytime. For official transcripts, submit a request through the Registrar's Office."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is my data secure on the dashboard?",
|
||||
content: "Absolutely. Your dashboard uses bank-level encryption, secure authentication protocols, and FERPA-compliant storage to protect your academic records and personal information.",
|
||||
},
|
||||
id: "5", title: "Is my data secure on the dashboard?", content: "Absolutely. Your dashboard uses bank-level encryption, secure authentication protocols, and FERPA-compliant storage to protect your academic records and personal information."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I contact support?",
|
||||
content: "If you need help, use the Support button in your dashboard or visit our contact page. Our support team responds to inquiries within 24 hours during business days.",
|
||||
},
|
||||
id: "6", title: "How do I contact support?", content: "If you need help, use the Support button in your dashboard or visit our contact page. Our support team responds to inquiries within 24 hours during business days."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,13 +117,9 @@ export default function DashboardPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="UniMarks"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
}}
|
||||
text: "Privacy Policy", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "/terms",
|
||||
}}
|
||||
text: "Terms of Service", href: "/terms"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user