Update src/app/student-portal/page.tsx

This commit is contained in:
2026-03-05 16:31:03 +00:00
parent 76beb90214
commit f7738fcd2b

View File

@@ -45,25 +45,15 @@ export default function StudentPortalPage() {
background={{ variant: "animated-grid" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg?_wi=2",
imageAlt: "Student Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg", imageAlt: "Student Dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=4",
imageAlt: "Learning Interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Learning Interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=4",
imageAlt: "Grade Tracker",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Grade Tracker"},
{
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=4",
imageAlt: "Secure Login",
},
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Secure Login"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=4",
imageAlt: "Class Communication",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Class Communication"},
]}
buttons={[
{ text: "Login Now", href: "https://portal.eduportal.edu" },
@@ -78,33 +68,13 @@ export default function StudentPortalPage() {
description="Everything you need for academic success in one unified interface"
features={[
{
id: "01",
title: "Grade Tracking",
description: "View all your grades, assignments, and exam scores in real-time with detailed breakdowns by subject",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=5",
imageAlt: "Grade Tracking",
},
id: "01", title: "Grade Tracking", description: "View all your grades, assignments, and exam scores in real-time with detailed breakdowns by subject", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Grade Tracking"},
{
id: "02",
title: "Assignment Dashboard",
description: "Submit assignments, view due dates, and receive instant feedback from your teachers",
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=5",
imageAlt: "Assignment Management",
},
id: "02", title: "Assignment Dashboard", description: "Submit assignments, view due dates, and receive instant feedback from your teachers", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Assignment Management"},
{
id: "03",
title: "Attendance Records",
description: "Check your attendance status, get notifications for absences, and view historical records",
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=5",
imageAlt: "Attendance Tracker",
},
id: "03", title: "Attendance Records", description: "Check your attendance status, get notifications for absences, and view historical records", imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Attendance Tracker"},
{
id: "04",
title: "Teacher Messages",
description: "Communicate directly with teachers, ask questions, and get academic support whenever you need it",
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=5",
imageAlt: "Messaging System",
},
id: "04", title: "Teacher Messages", description: "Communicate directly with teachers, ask questions, and get academic support whenever you need it", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Messaging System"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -121,32 +91,18 @@ export default function StudentPortalPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "How do I reset my password?",
content: "Click 'Forgot Password' on the login page, enter your email, and follow the reset instructions sent to your inbox.",
},
id: "1", title: "How do I reset my password?", content: "Click 'Forgot Password' on the login page, enter your email, and follow the reset instructions sent to your inbox."},
{
id: "2",
title: "Can I access the portal on mobile?",
content: "Yes! The student portal is fully responsive and works on smartphones, tablets, and computers for convenient access anytime.",
},
id: "2", title: "Can I access the portal on mobile?", content: "Yes! The student portal is fully responsive and works on smartphones, tablets, and computers for convenient access anytime."},
{
id: "3",
title: "How often are grades updated?",
content: "Teachers update grades within 48 hours of assignments or exams. You'll receive notifications when new grades are posted.",
},
id: "3", title: "How often are grades updated?", content: "Teachers update grades within 48 hours of assignments or exams. You'll receive notifications when new grades are posted."},
{
id: "4",
title: "Can I download my transcripts?",
content: "Yes, you can download your academic transcripts, progress reports, and certificates in PDF format directly from your portal.",
},
id: "4", title: "Can I download my transcripts?", content: "Yes, you can download your academic transcripts, progress reports, and certificates in PDF format directly from your portal."},
{
id: "5",
title: "Is my data secure?",
content: "Absolutely. Your personal and academic data is protected with enterprise-grade encryption and FERPA compliance.",
},
id: "5", title: "Is my data secure?", content: "Absolutely. Your personal and academic data is protected with enterprise-grade encryption and FERPA compliance."},
]}
animationType="smooth"
faqsAnimation="none"
/>
</div>
@@ -154,8 +110,7 @@ export default function StudentPortalPage() {
<FooterBaseReveal
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Student Portal", href: "/student-portal" },
{ label: "Teacher Dashboard", href: "/teacher-dashboard" },
{ label: "Admin Panel", href: "/admin-panel" },
@@ -163,8 +118,7 @@ export default function StudentPortalPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/api" },
{ label: "Support Center", href: "/support" },
@@ -172,8 +126,7 @@ export default function StudentPortalPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/careers" },
{ label: "Blog", href: "/blog" },