diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ab43c4a..da84177 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -83,7 +83,7 @@ export default function AboutPage() { title: "Values", description: "We value integrity, inclusivity, innovation, and the joy of learning in every child's educational journey.", icon: Leaf, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg?_wi=3" imageAlt="KHS Pre Primary School building" mediaAnimation="slide-up" buttons={[{ text: "Learn About Programs", href: "/academics" }]} diff --git a/src/app/academics/page.tsx b/src/app/academics/page.tsx index 81e4ae7..4237478 100644 --- a/src/app/academics/page.tsx +++ b/src/app/academics/page.tsx @@ -116,7 +116,7 @@ export default function AcademicsPage() { title: "Individualized Attention", description: "Small class sizes ensure each child receives personalized guidance suited to their learning pace and interests.", icon: Star, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg?_wi=2" imageAlt="Modern classroom learning environment" mediaAnimation="slide-up" buttons={[{ text: "Schedule a Visit", href: "/contact" }]} diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index 79a9970..b5de4c9 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -116,7 +116,7 @@ export default function AdmissionsPage() { title: "Parent Identification", description: "Valid ID proof of parents/guardians (Aadhaar, Passport, or Driver's License) and address proof.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-children-studying-floor-library_259150-58149.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-children-studying-floor-library_259150-58149.jpg?_wi=2" imageAlt="Children studying and learning" mediaAnimation="slide-up" buttons={[{ text: "Contact Admissions", href: "/contact" }]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 69d18ee..b30846c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -82,7 +82,7 @@ export default function ContactPage() { title: "Contact Methods", description: "Phone, Email, or WhatsApp for quick inquiries | Campus tours available by appointment.", icon: PhoneIcon, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg?_wi=5" imageAlt="KHS Pre Primary School entrance" mediaAnimation="slide-up" buttons={[{ text: "Schedule Tour", href: "/contact" }]} diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 2c21638..6ecac3c 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -73,23 +73,23 @@ export default function GalleryPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg", imageAlt: "Classroom learning moments"}, + imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=2", imageAlt: "Classroom learning moments"}, { - imageSrc: "http://img.b2bpic.net/free-photo/ground-red-outdoor-child-complex-colorful_1417-494.jpg", imageAlt: "Playground activities"}, + imageSrc: "http://img.b2bpic.net/free-photo/ground-red-outdoor-child-complex-colorful_1417-494.jpg?_wi=2", imageAlt: "Playground activities"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg", imageAlt: "Library reading sessions"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg?_wi=3", imageAlt: "Library reading sessions"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110282.jpg", imageAlt: "Interactive learning activities"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110282.jpg?_wi=2", imageAlt: "Interactive learning activities"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-primary-students-sitting-class_1098-3953.jpg", imageAlt: "Happy students"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-primary-students-sitting-class_1098-3953.jpg?_wi=2", imageAlt: "Happy students"}, { - imageSrc: "http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg", imageAlt: "School building"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg?_wi=4", imageAlt: "School building"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg", imageAlt: "Speech and learning sessions"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=2", imageAlt: "Speech and learning sessions"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-children-studying-floor-library_259150-58149.jpg", imageAlt: "Collaborative learning"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-children-studying-floor-library_259150-58149.jpg?_wi=3", imageAlt: "Collaborative learning"}, ]} buttons={[ { text: "Schedule Tour", href: "/contact" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 4777156..b4d4c6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,23 +75,23 @@ export default function HomePage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg", imageAlt: "Bright and colorful classroom"}, + imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=1", imageAlt: "Bright and colorful classroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-primary-students-sitting-class_1098-3953.jpg", imageAlt: "Happy students learning together"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-primary-students-sitting-class_1098-3953.jpg?_wi=1", imageAlt: "Happy students learning together"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110282.jpg", imageAlt: "Children engaged in learning activities"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110282.jpg?_wi=1", imageAlt: "Children engaged in learning activities"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg", imageAlt: "Interactive learning sessions"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=1", imageAlt: "Interactive learning sessions"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/ground-red-outdoor-child-complex-colorful_1417-494.jpg", imageAlt: "Modern playground facilities"}, + imageSrc: "http://img.b2bpic.net/free-photo/ground-red-outdoor-child-complex-colorful_1417-494.jpg?_wi=1", imageAlt: "Modern playground facilities"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg", imageAlt: "Well-equipped classroom"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg?_wi=1", imageAlt: "Well-equipped classroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-children-studying-floor-library_259150-58149.jpg", imageAlt: "School library and reading area"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-children-studying-floor-library_259150-58149.jpg?_wi=1", imageAlt: "School library and reading area"}, { - imageSrc: "http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg", imageAlt: "School entrance and building"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg?_wi=1", imageAlt: "School entrance and building"}, ]} buttons={[ { text: "Learn More", href: "/about" }, @@ -125,7 +125,7 @@ export default function HomePage() { title: "Holistic Development", description: "Programs that develop cognitive, social, emotional, and physical skills of children.", icon: Sparkles, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg?_wi=2" imageAlt="KHS Pre Primary School entrance" mediaAnimation="slide-up" buttons={[{ text: "Know More", href: "/academics" }]}