diff --git a/src/app/page.tsx b/src/app/page.tsx index 1158202..d3c7ca2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,15 +50,15 @@ export default function HomePage() { background={{ variant: "animated-grid" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg", imageAlt: "Student Dashboard Interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg?_wi=1", imageAlt: "Student Dashboard Interface"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Online Learning Environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=1", imageAlt: "Online Learning Environment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Academic Analytics Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1", imageAlt: "Academic Analytics Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Secure Portal Access"}, + imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=1", imageAlt: "Secure Portal Access"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Teacher-Student Communication"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=1", imageAlt: "Teacher-Student Communication"}, ]} buttons={[ { text: "Student Login", href: "/student-portal" }, @@ -87,13 +87,13 @@ export default function HomePage() { description="All the tools needed for seamless school management and academic excellence" features={[ { - id: "01", title: "Digital Learning Platform", description: "Access course materials, submit assignments, and collaborate with classmates in real-time", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Learning Platform"}, + id: "01", title: "Digital Learning Platform", description: "Access course materials, submit assignments, and collaborate with classmates in real-time", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=2", imageAlt: "Learning Platform"}, { - id: "02", title: "Academic Analytics", description: "Track grades, performance metrics, and progress reports with detailed insights", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Analytics Dashboard"}, + id: "02", title: "Academic Analytics", description: "Track grades, performance metrics, and progress reports with detailed insights", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2", imageAlt: "Analytics Dashboard"}, { - id: "03", title: "Enhanced Security", description: "Secure authentication, data encryption, and role-based access controls", imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Security Features"}, + id: "03", title: "Enhanced Security", description: "Secure authentication, data encryption, and role-based access controls", imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=2", imageAlt: "Security Features"}, { - id: "04", title: "Communication Hub", description: "Direct messaging between teachers, students, and parents for seamless collaboration", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Communication Tools"}, + id: "04", title: "Communication Hub", description: "Direct messaging between teachers, students, and parents for seamless collaboration", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=2", imageAlt: "Communication Tools"}, ]} textboxLayout="default" animationType="slide-up"