From de0b6957e8c8e219f76b5e950d8a54c830292fdf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:33:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fde9ad..41a1f32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,10 +62,10 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/church-city-shanghai-china_1127-2931.jpg", imageAlt: "Modern school building"}, { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg", imageAlt: "Students in classroom"}, + "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg?_wi=1", imageAlt: "Students in classroom"}, { imageSrc: - "http://img.b2bpic.net/free-photo/international-worker-s-day-still-life_23-2150337568.jpg", imageAlt: "Academic schedule"}, + "http://img.b2bpic.net/free-photo/international-worker-s-day-still-life_23-2150337568.jpg?_wi=1", imageAlt: "Academic schedule"}, ]} mediaAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -99,7 +99,7 @@ export default function LandingPage() { "Focus on character development, leadership, and social responsibility", icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg?_wi=2" imageAlt="Students learning together" mediaAnimation="opacity" imagePosition="right" @@ -129,7 +129,7 @@ export default function LandingPage() { { id: "schedule", title: "Class Schedules", tags: ["Timetable", "Calendar", "Notifications"], imageSrc: - "http://img.b2bpic.net/free-photo/international-worker-s-day-still-life_23-2150337568.jpg", imageAlt: "Class schedule view"}, + "http://img.b2bpic.net/free-photo/international-worker-s-day-still-life_23-2150337568.jpg?_wi=2", imageAlt: "Class schedule view"}, ]} animationType="opacity" textboxLayout="default" -- 2.49.1