From c6c6f50864cbb174961d1536c6bdf93787643e85 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:20:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8ca2ab..d3c1e2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,16 +57,16 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg", imageAlt: "Interactive learning with engaged students" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg", imageAlt: "Friendly teacher with supportive classroom" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26843.jpg", imageAlt: "English language learning session" }, - { imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-filling-papers-with-graphs-diagrams-while-african-woman-sharing-ideas-with-redhead-bearded-colleague-touch-pad_273609-6350.jpg", imageAlt: "Mathematics lesson in progress" } + { imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg?_wi=1", imageAlt: "Interactive learning with engaged students" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg?_wi=2", imageAlt: "Friendly teacher with supportive classroom" }, + { imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26843.jpg?_wi=1", imageAlt: "English language learning session" }, + { imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-filling-papers-with-graphs-diagrams-while-african-woman-sharing-ideas-with-redhead-bearded-colleague-touch-pad_273609-6350.jpg?_wi=1", imageAlt: "Mathematics lesson in progress" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg", imageAlt: "Supportive teacher guidance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26843.jpg", imageAlt: "Interactive classroom engagement" }, - { imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-filling-papers-with-graphs-diagrams-while-african-woman-sharing-ideas-with-redhead-bearded-colleague-touch-pad_273609-6350.jpg", imageAlt: "Focused student learning" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg", imageAlt: "Happy students in class" } + { imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg?_wi=3", imageAlt: "Supportive teacher guidance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26843.jpg?_wi=2", imageAlt: "Interactive classroom engagement" }, + { imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-filling-papers-with-graphs-diagrams-while-african-woman-sharing-ideas-with-redhead-bearded-colleague-touch-pad_273609-6350.jpg?_wi=2", imageAlt: "Focused student learning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg?_wi=4", imageAlt: "Happy students in class" } ]} carouselPosition="right" background={{ variant: "glowing-orb" }} @@ -114,7 +114,7 @@ export default function LandingPage() { tag="Available Programs" tagIcon={BookOpen} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg?_wi=5" imageAlt="Miracle Academy course offerings" mediaAnimation="slide-up" accordionItems={[ -- 2.49.1