Update src/app/student-portal/page.tsx
This commit is contained in:
@@ -45,15 +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", imageAlt: "Student Dashboard"},
|
||||
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", imageAlt: "Learning Interface"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=3", imageAlt: "Learning Interface"},
|
||||
{
|
||||
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/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=3", imageAlt: "Grade Tracker"},
|
||||
{
|
||||
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/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=3", imageAlt: "Secure Login"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Class Communication"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=3", imageAlt: "Class Communication"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Login Now", href: "https://portal.eduportal.edu" },
|
||||
@@ -68,13 +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", 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?_wi=4", 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", 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?_wi=4", 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", 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?_wi=4", 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", 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?_wi=4", imageAlt: "Messaging System"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user