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

This commit is contained in:
2026-03-05 16:29:13 +00:00
parent 5932f1d708
commit c9dd7ea970

View File

@@ -45,23 +45,23 @@ export default function StudentPortalPage() {
background={{ variant: "animated-grid" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg",
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/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg",
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/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg",
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/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg",
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/man-showing-something-smartphone-woman_53876-30737.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=4",
imageAlt: "Class Communication",
},
]}
@@ -81,28 +81,28 @@ export default function StudentPortalPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=5",
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",
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: "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",
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=5",
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",
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=5",
imageAlt: "Messaging System",
},
]}