diff --git a/src/app/page.tsx b/src/app/page.tsx
index 876ffec..1158202 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -50,25 +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?_wi=1",
- imageAlt: "Student Dashboard Interface",
- },
+ 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/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/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Online Learning Environment"},
{
- 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/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Academic Analytics Dashboard"},
{
- 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/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Secure Portal Access"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=1",
- imageAlt: "Teacher-Student Communication",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Teacher-Student Communication"},
]}
buttons={[
{ text: "Student Login", href: "/student-portal" },
@@ -81,6 +71,7 @@ export default function HomePage() {
@@ -258,7 +182,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?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg"
imageAlt="Contact Us"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -272,8 +196,7 @@ export default function HomePage() {