From f7738fcd2b762cace5c5a72e9279e1b579e1aca1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:31:03 +0000 Subject: [PATCH] Update src/app/student-portal/page.tsx --- src/app/student-portal/page.tsx | 83 +++++++-------------------------- 1 file changed, 18 insertions(+), 65 deletions(-) diff --git a/src/app/student-portal/page.tsx b/src/app/student-portal/page.tsx index 178de06..025f135 100644 --- a/src/app/student-portal/page.tsx +++ b/src/app/student-portal/page.tsx @@ -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" /> @@ -154,8 +110,7 @@ export default function StudentPortalPage() {