From 3ddaade75427ae9862cf08be3877cb3039f3ec7f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:52:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d69c0c..ff1f8af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-making-presentation-virtual-classroom_23-2149200221.jpg", imageAlt: "Classroom with teacher explaining to engaged students" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-with-bills-looking-confident-preparing-lesson-sitting-school-desk-with-books-notes-front-blackboard-classroom_141793-101797.jpg", imageAlt: "Mathematics learning concept" }, - { imageSrc: "http://img.b2bpic.net/free-vector/colorful-background-creative-science_1284-1076.jpg", imageAlt: "Science learning concept" }, - { imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-26840.jpg", imageAlt: "Student success and achievement" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-making-presentation-virtual-classroom_23-2149200221.jpg?_wi=1", imageAlt: "Classroom with teacher explaining to engaged students" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-with-bills-looking-confident-preparing-lesson-sitting-school-desk-with-books-notes-front-blackboard-classroom_141793-101797.jpg?_wi=1", imageAlt: "Mathematics learning concept" }, + { imageSrc: "http://img.b2bpic.net/free-vector/colorful-background-creative-science_1284-1076.jpg?_wi=1", imageAlt: "Science learning concept" }, + { imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-26840.jpg?_wi=1", imageAlt: "Student success and achievement" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rakesh Sir mentoring" } ]} /> @@ -73,7 +73,7 @@ export default function LandingPage() { { id: "3", title: "Confidence Building", content: "Students don't just learn answers — they learn how to think. We build critical thinking skills and confidence that extend beyond the classroom." }, { id: "4", title: "Future Focused", content: "Our mission is to lift your mind and brighten your future. Every lesson is designed to strengthen fundamentals and prepare students for excellence." } ]} - imageSrc="http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-26840.jpg" + imageSrc="http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-26840.jpg?_wi=2" imageAlt="Student success and confidence" mediaAnimation="slide-up" useInvertedBackground={false} @@ -97,9 +97,9 @@ export default function LandingPage() {