From 13629b6966f0a25d61bf63a51aede4a77cb326b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:30:53 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8a3dab8..23762a7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -34,12 +34,12 @@ export default function AboutPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/different-books-arrangement-still-life_23-2149891303.jpg", + "http://img.b2bpic.net/free-photo/different-books-arrangement-still-life_23-2149891303.jpg?_wi=2", imageAlt: "Curriculum materials", }, { imageSrc: - "http://img.b2bpic.net/free-vector/online-library-concept_1284-7424.jpg", + "http://img.b2bpic.net/free-vector/online-library-concept_1284-7424.jpg?_wi=2", imageAlt: "Digital learning", }, ], @@ -51,12 +51,12 @@ export default function AboutPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-woman-preparing-run_23-2148381939.jpg", + "http://img.b2bpic.net/free-photo/close-up-woman-preparing-run_23-2148381939.jpg?_wi=2", imageAlt: "Sports activities", }, { imageSrc: - "http://img.b2bpic.net/free-photo/children-doing-chemical-experiment-teacher-watching_259150-60307.jpg", + "http://img.b2bpic.net/free-photo/children-doing-chemical-experiment-teacher-watching_259150-60307.jpg?_wi=2", imageAlt: "Creative activities", }, ], @@ -68,12 +68,12 @@ export default function AboutPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164718.jpg", + "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164718.jpg?_wi=2", imageAlt: "School cafeteria", }, { imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-girl-picking-literature_23-2147678841.jpg", + "http://img.b2bpic.net/free-photo/beautiful-girl-picking-literature_23-2147678841.jpg?_wi=2", imageAlt: "School library", }, ], @@ -251,7 +251,7 @@ export default function AboutPage() { description="Dr. Akbar Khaitov" subdescription="School Principal & Founder" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-female-employee-standing-with-crossed-arms-looking-confident-wearing-white-shirt-standing-office_141793-21248.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-female-employee-standing-with-crossed-arms-looking-confident-wearing-white-shirt-standing-office_141793-21248.jpg?_wi=2" imageAlt="School Principal" mediaAnimation="slide-up" useInvertedBackground={true} -- 2.49.1 From 0c8f1c703572f88b94c4bfdf26ef0b567461d28c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:30:54 +0000 Subject: [PATCH 2/5] Update src/app/academics/page.tsx --- src/app/academics/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/academics/page.tsx b/src/app/academics/page.tsx index 41ddbb6..07cd7ae 100644 --- a/src/app/academics/page.tsx +++ b/src/app/academics/page.tsx @@ -97,11 +97,11 @@ export default function AcademicsPage() { icon: BookMarked, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/different-books-arrangement-still-life_23-2149891303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-books-arrangement-still-life_23-2149891303.jpg?_wi=3", imageAlt: "Curriculum materials", }, { - imageSrc: "http://img.b2bpic.net/free-vector/online-library-concept_1284-7424.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/online-library-concept_1284-7424.jpg?_wi=3", imageAlt: "Digital learning", }, ], @@ -112,11 +112,11 @@ export default function AcademicsPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-preparing-run_23-2148381939.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-preparing-run_23-2148381939.jpg?_wi=3", imageAlt: "Sports activities", }, { - imageSrc: "http://img.b2bpic.net/free-photo/children-doing-chemical-experiment-teacher-watching_259150-60307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/children-doing-chemical-experiment-teacher-watching_259150-60307.jpg?_wi=3", imageAlt: "Creative activities", }, ], @@ -127,11 +127,11 @@ export default function AcademicsPage() { icon: Building2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164718.jpg?_wi=3", imageAlt: "School cafeteria", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-picking-literature_23-2147678841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-picking-literature_23-2147678841.jpg?_wi=3", imageAlt: "School library", }, ], -- 2.49.1 From 8cf100c03897e41fc0982f3d57e2b6c7f49141bc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:30:54 +0000 Subject: [PATCH 3/5] Update src/app/admissions/page.tsx --- src/app/admissions/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index d426439..bc1a41b 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -139,7 +139,7 @@ export default function AdmissionsPage() { name: "Fatima Rakhimova", role: "Parent", testimonial: "My daughter has grown not just academically but also in confidence and character. The teachers genuinely care about each student's development.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=2", imageAlt: "Fatima Rakhimova", }, { @@ -147,7 +147,7 @@ export default function AdmissionsPage() { name: "Mirali Turayev", role: "Parent", testimonial: "Excellent quality education combined with traditional values. We are very satisfied with our son's progress and the school's transparent communication.", - imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg?_wi=2", imageAlt: "Mirali Turayev", }, { @@ -155,7 +155,7 @@ export default function AdmissionsPage() { name: "Gulnora Abdullayeva", role: "Parent & Educator", testimonial: "The school provides a safe, nurturing environment where children can explore their talents. The curriculum is comprehensive and well-balanced.", - imageSrc: "http://img.b2bpic.net/free-photo/family-having-fun-couch_23-2147800080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/family-having-fun-couch_23-2147800080.jpg?_wi=2", imageAlt: "Gulnora Abdullayeva", }, { @@ -163,7 +163,7 @@ export default function AdmissionsPage() { name: "Timur Karimov", role: "Parent", testimonial: "Outstanding infrastructure and dedicated faculty. My child's university admission is a testament to the quality education provided here.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg?_wi=2", imageAlt: "Timur Karimov", }, { @@ -171,7 +171,7 @@ export default function AdmissionsPage() { name: "Zarifa Hoshimova", role: "Parent", testimonial: "The school respects our cultural heritage while preparing students for a global future. Highly recommended for quality education.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg?_wi=2", imageAlt: "Zarifa Hoshimova", }, { @@ -179,7 +179,7 @@ export default function AdmissionsPage() { name: "Bakhrom Shodmonov", role: "Parent", testimonial: "Professional administration, passionate teachers, and excellent facilities. Best investment in my child's future.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg?_wi=2", imageAlt: "Bakhrom Shodmonov", }, ]} -- 2.49.1 From e3c606d84a8481d8ceb585aa5cc28e542b022083 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:30:55 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 184f510..0f446e9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1433,6 +1433,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +