Update src/app/teacher-dashboard/page.tsx

This commit is contained in:
2026-03-05 16:31:50 +00:00
parent 55dc2f392f
commit c6850f917c

View File

@@ -45,15 +45,15 @@ export default function TeacherDashboardPage() {
background={{ variant: "animated-grid" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg", imageAlt: "Teacher Dashboard"},
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg?_wi=3", imageAlt: "Teacher Dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Class Management"},
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=5", imageAlt: "Class Management"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Analytics & Reports"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=5", imageAlt: "Analytics & Reports"},
{
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Secure Teaching"},
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=5", imageAlt: "Secure Teaching"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Student Communication"},
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=5", imageAlt: "Student Communication"},
]}
buttons={[
{ text: "Teacher Login", href: "https://teacher.eduportal.edu" },
@@ -68,13 +68,13 @@ export default function TeacherDashboardPage() {
description="Comprehensive tools designed to enhance teaching effectiveness and student engagement"
features={[
{
id: "01", title: "Gradebook Management", description: "Intuitive gradebook with automatic calculations, weighted grading, and customizable categories", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Gradebook Tools"},
id: "01", title: "Gradebook Management", description: "Intuitive gradebook with automatic calculations, weighted grading, and customizable categories", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=6", imageAlt: "Gradebook Tools"},
{
id: "02", title: "Assignment Creation", description: "Create assignments, set deadlines, attach rubrics, and track submissions all in one place", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Assignment Tools"},
id: "02", title: "Assignment Creation", description: "Create assignments, set deadlines, attach rubrics, and track submissions all in one place", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=6", imageAlt: "Assignment Tools"},
{
id: "03", title: "Attendance Tracking", description: "Mark attendance, generate reports, and identify patterns in student absences", imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Attendance System"},
id: "03", title: "Attendance Tracking", description: "Mark attendance, generate reports, and identify patterns in student absences", imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=6", imageAlt: "Attendance System"},
{
id: "04", title: "Class Communication", description: "Send announcements, post resources, and communicate with students and parents directly", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Communication Hub"},
id: "04", title: "Class Communication", description: "Send announcements, post resources, and communicate with students and parents directly", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=6", imageAlt: "Communication Hub"},
]}
textboxLayout="default"
animationType="slide-up"