Update src/app/page.tsx

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

View File

@@ -50,23 +50,23 @@ export default function HomePage() {
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=1",
imageAlt: "Student Dashboard Interface",
},
{
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=1",
imageAlt: "Online Learning Environment",
},
{
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=1",
imageAlt: "Academic Analytics Dashboard",
},
{
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=1",
imageAlt: "Secure Portal Access",
},
{
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=1",
imageAlt: "Teacher-Student Communication",
},
]}
@@ -99,28 +99,28 @@ export default function HomePage() {
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",
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",
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=2",
imageAlt: "Communication Tools",
},
]}
@@ -258,7 +258,7 @@ export default function HomePage() {
description="Reach out to our support team for assistance with login, technical issues, or general inquiries about EduPortal."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg"
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg?_wi=1"
imageAlt="Contact Us"
mediaAnimation="slide-up"
mediaPosition="right"