From d274f36c63dfba63277d90ecebac8fa234df65f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:37:30 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bc72e4f..98dd5d3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { icon: Laptop, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg" + imageSrc="http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg?_wi=2" imageAlt="students in academic uniform uzbekistan" mediaAnimation="slide-up" /> @@ -125,7 +125,7 @@ export default function LandingPage() { title: "Oliy ta'limga kirish", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-young-people-friends-sitting-studying-outdoors_171337-13333.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-young-people-friends-sitting-studying-outdoors_171337-13333.jpg?_wi=2" imageAlt="uzbekistan academic lyceum students smiling" mediaAnimation="slide-up" metricsAnimation="blur-reveal" @@ -144,7 +144,7 @@ export default function LandingPage() { role: "Bitiruvchi", company: "Huquqshunos", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/graduating-man-showing-diploma_23-2147745778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graduating-man-showing-diploma_23-2147745778.jpg?_wi=1", imageAlt: "Azizbek Olimov, bitiruvchi", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { role: "Bitiruvchi", company: "Tadqiqotchi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thoughts-idea-young-smiling-woman-touching-long-red-hair-sitting-table-with-books-thinking-good-mood-room-day_259150-58213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thoughts-idea-young-smiling-woman-touching-long-red-hair-sitting-table-with-books-thinking-good-mood-room-day_259150-58213.jpg?_wi=1", imageAlt: "Dilnoza Saidova, bitiruvchi", }, { -- 2.49.1 From c765082cb945bcec2cc1f409a61001ab4469cf6d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:37:31 +0000 Subject: [PATCH 2/6] Update src/app/admissions/page.tsx --- src/app/admissions/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index 32a0783..ef78c97 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -88,11 +88,11 @@ export default function LandingPage() { }, ], phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/teenager-choosing-book-near-reading-friends_23-2147864011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-choosing-book-near-reading-friends_23-2147864011.jpg?_wi=2", imageAlt: "application form screenshot", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-people-friends-sitting-studying-outdoors_171337-13333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-people-friends-sitting-studying-outdoors_171337-13333.jpg?_wi=3", imageAlt: "document upload screen", }, }, @@ -107,11 +107,11 @@ export default function LandingPage() { }, ], phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg?_wi=3", imageAlt: "exam screen", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/busy-pensive-multiethnic-students-preparing-exam_1262-14815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/busy-pensive-multiethnic-students-preparing-exam_1262-14815.jpg?_wi=3", imageAlt: "students taking exam", }, }, @@ -126,11 +126,11 @@ export default function LandingPage() { }, ], phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/proud-student-with-diploma_23-2148522249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/proud-student-with-diploma_23-2148522249.jpg?_wi=3", imageAlt: "results announcement screen", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/team-being-happy-after-winning-football-match_23-2148631574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-being-happy-after-winning-football-match_23-2148631574.jpg?_wi=3", imageAlt: "celebrating results", }, }, @@ -145,11 +145,11 @@ export default function LandingPage() { }, ], phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201868.jpg?_wi=2", imageAlt: "registration screen", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/teenager-choosing-book-near-reading-friends_23-2147864011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-choosing-book-near-reading-friends_23-2147864011.jpg?_wi=3", imageAlt: "student ID card", }, }, -- 2.49.1 From 1f75f85eb83083f31ae078eae23947c0fd68631c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:37:31 +0000 Subject: [PATCH 3/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index d761715..10105e5 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -79,35 +79,35 @@ export default function LandingPage() { description="Litseyimizning yorqin lahzalarini aks ettiruvchi foto va video galereyaga xush kelibsiz. Bizning ta'lim muhitimiz, tadbirlarimiz va talabalar hayotidan lavhalarni tomosha qiling." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-party_23-2149498977.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-party_23-2149498977.jpg?_wi=3", imageAlt: "students participating in sports event", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-girl-doing-science-experiments-with-test-tubes-microscope_23-2148799260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-girl-doing-science-experiments-with-test-tubes-microscope_23-2148799260.jpg?_wi=3", imageAlt: "students in laboratory science class", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-masks-stands-street_1157-31589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-masks-stands-street_1157-31589.jpg?_wi=3", imageAlt: "students on field trip educational tour", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-indoors_23-2150059019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-indoors_23-2150059019.jpg?_wi=3", imageAlt: "students during a parade or ceremony", }, { - imageSrc: "http://img.b2bpic.net/free-photo/team-corporate-workers-preparing-their-presentation-pitch_482257-89517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-corporate-workers-preparing-their-presentation-pitch_482257-89517.jpg?_wi=2", imageAlt: "classroom lesson interactive board", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201868.jpg?_wi=3", imageAlt: "students receiving awards certificate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg?_wi=4", imageAlt: "students in academic uniform uzbekistan", }, { - imageSrc: "http://img.b2bpic.net/free-photo/team-being-happy-after-winning-football-match_23-2148631574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-being-happy-after-winning-football-match_23-2148631574.jpg?_wi=5", imageAlt: "students playing zakovat game", }, ]} @@ -128,7 +128,7 @@ export default function LandingPage() { "Sport", "Faoliyat", ], - imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-party_23-2149498977.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-party_23-2149498977.jpg?_wi=4", imageAlt: "students playing football", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { "Fan", "Innovatsiya", ], - imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-girl-doing-science-experiments-with-test-tubes-microscope_23-2148799260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-girl-doing-science-experiments-with-test-tubes-microscope_23-2148799260.jpg?_wi=4", imageAlt: "students conducting experiments", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { "San'at", "Madaniyat", ], - imageSrc: "http://img.b2bpic.net/free-photo/people-masks-stands-street_1157-31589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-masks-stands-street_1157-31589.jpg?_wi=4", imageAlt: "students performing arts", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { "Bitiruv", "Tantanalar", ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201868.jpg?_wi=4", imageAlt: "students graduating", }, ]} -- 2.49.1 From 8cfbf6a4496a2f98864c20f890b09470bc839f2b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:37:31 +0000 Subject: [PATCH 4/6] Update src/app/news/page.tsx --- src/app/news/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/news/page.tsx b/src/app/news/page.tsx index 909deb2..d578101 100644 --- a/src/app/news/page.tsx +++ b/src/app/news/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { category: "Tadbir", title: "Zaxovat Intellektual O'yini G'oliblari Aniqlandi", excerpt: "Litseyimizda o'tkazilgan 'Zaxovat' intellektual o'yinining g'oliblari tantanali ravishda taqdirlandi.", - imageSrc: "http://img.b2bpic.net/free-photo/team-being-happy-after-winning-football-match_23-2148631574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-being-happy-after-winning-football-match_23-2148631574.jpg?_wi=4", imageAlt: "Zaxovat game participants", authorName: "Administrator", authorAvatar: "http://img.b2bpic.net/free-vector/flat-design-sudan-national-emblems_23-2149404405.jpg", @@ -95,7 +95,7 @@ export default function LandingPage() { category: "Bitiruv", title: "2023-2024 O'quv Yili Bitiruvchilari", excerpt: "Litseyimizning navbatdagi bitiruvchilari o'qishni muvaffaqiyatli yakunlab, katta hayotga qadam qo'yishdi.", - imageSrc: "http://img.b2bpic.net/free-photo/proud-student-with-diploma_23-2148522249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/proud-student-with-diploma_23-2148522249.jpg?_wi=4", imageAlt: "graduation ceremony uzbekistan lyceum", authorName: "Litsey Matbuot xizmati", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-students-studying-together_23-2147656088.jpg", @@ -106,7 +106,7 @@ export default function LandingPage() { category: "Seminar", title: "Huquqiy Savodxonlik Seminar", excerpt: "Yuridik fakultet professor-o'qituvchilari ishtirokida 'Huquqiy savodxonlik' mavzusida seminar tashkil etildi.", - imageSrc: "http://img.b2bpic.net/free-photo/busy-pensive-multiethnic-students-preparing-exam_1262-14815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/busy-pensive-multiethnic-students-preparing-exam_1262-14815.jpg?_wi=4", imageAlt: "educational event uzbekistan students", authorName: "O'quv bo'limi", authorAvatar: "http://img.b2bpic.net/free-vector/green-gray-labels-worker-s-day_23-2147618911.jpg", @@ -117,7 +117,7 @@ export default function LandingPage() { category: "Sport", title: "Litsey Spartakiadasi yakunlandi", excerpt: "Litsey talabalari o'rtasida o'tkazilgan sport musobaqalari g'oliblari aniqlandi va taqdirlandi.", - imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-party_23-2149498977.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-party_23-2149498977.jpg?_wi=2", imageAlt: "students participating in sports event", authorName: "Sport bo'limi", authorAvatar: "http://img.b2bpic.net/free-vector/2018-world-football-cup-background-flat-style_23-2147784440.jpg", @@ -138,7 +138,7 @@ export default function LandingPage() { title: "Ilmiy tajribalar", description: "Fizika laboratoriyasidagi qiziqarli ilmiy tajribalar.", tag: "Fan", - imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-girl-doing-science-experiments-with-test-tubes-microscope_23-2148799260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-girl-doing-science-experiments-with-test-tubes-microscope_23-2148799260.jpg?_wi=2", imageAlt: "students in laboratory science class", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { title: "O'quv sayohatlari", description: "Tarixiy obidalarga tashkil etilgan sayohatlar.", tag: "Madaniyat", - imageSrc: "http://img.b2bpic.net/free-photo/people-masks-stands-street_1157-31589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-masks-stands-street_1157-31589.jpg?_wi=2", imageAlt: "students on field trip educational tour", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { title: "Tantanali marosimlar", description: "Davlat bayramlariga bag'ishlangan tantanali tadbirlar.", tag: "Bayram", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-indoors_23-2150059019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-indoors_23-2150059019.jpg?_wi=2", imageAlt: "students during a parade or ceremony", }, ]} -- 2.49.1 From fa73fff035969fd6bc9e5f0b42d47a94a7f2bab5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:37:32 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d31bf22..9ebc084 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,11 +100,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/teenager-choosing-book-near-reading-friends_23-2147864011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-choosing-book-near-reading-friends_23-2147864011.jpg?_wi=1", imageAlt: "IIV Buxoro Akademik Litseyi binosi", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-people-friends-sitting-studying-outdoors_171337-13333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-people-friends-sitting-studying-outdoors_171337-13333.jpg?_wi=1", imageAlt: "O'qiyotgan talabalar", }, ]} @@ -154,7 +154,7 @@ export default function LandingPage() { category: "Tadbirlar", title: "Zakovat intellektual o'yinlari bo'lib o'tdi", excerpt: "Litseyimizda 'Zakovat' intellektual o'yinlari yuqori saviyada tashkil etildi va g'oliblar aniqlandi.", - imageSrc: "http://img.b2bpic.net/free-photo/team-being-happy-after-winning-football-match_23-2148631574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-being-happy-after-winning-football-match_23-2148631574.jpg?_wi=1", imageAlt: "Zakovat intellektual o'yinlari", authorName: "IIV Litseyi Matbuot xizmati", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-dress-code-looks-motivated_114579-15924.jpg", @@ -165,7 +165,7 @@ export default function LandingPage() { category: "Yangiliklar", title: "Bitiruvchi kurslarning tantanali marosimi", excerpt: "IIV Buxoro Akademik Litseyining bitiruvchi kurslari uchun tantanali bitiruv marosimi bo'lib o'tdi.", - imageSrc: "http://img.b2bpic.net/free-photo/proud-student-with-diploma_23-2148522249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/proud-student-with-diploma_23-2148522249.jpg?_wi=1", imageAlt: "Bitiruv marosimi", authorName: "IIV Litseyi Matbuot xizmati", authorAvatar: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", @@ -176,7 +176,7 @@ export default function LandingPage() { category: "E'lonlar", title: "Yangi o'quv yiliga qabul boshlandi", excerpt: "2024-2025 o'quv yili uchun litseyga hujjatlarni qabul qilish jarayoni boshlanganini e'lon qilamiz.", - imageSrc: "http://img.b2bpic.net/free-photo/busy-pensive-multiethnic-students-preparing-exam_1262-14815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/busy-pensive-multiethnic-students-preparing-exam_1262-14815.jpg?_wi=1", imageAlt: "Yangi o'quv yiliga qabul", authorName: "IIV Litseyi Qabul komissiyasi", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-woman_23-2149178449.jpg", @@ -286,7 +286,7 @@ export default function LandingPage() { description: "Kelajakda huquqni muhofaza qilish organlari va boshqa sohalarda faoliyat yuritishga qodir malakali kadrlarni tayyorlash.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg" + imageSrc="http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg?_wi=1" imageAlt="IIV Buxoro Akademik Litseyi talabalari" mediaAnimation="slide-up" /> @@ -351,7 +351,7 @@ export default function LandingPage() { title: "Litsey direktori", subtitle: "Polkovnik", detail: "Adhamov Sh.A.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-looks-motivated_114579-15924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-looks-motivated_114579-15924.jpg?_wi=1", imageAlt: "Adhamov Sh.A.", }, { @@ -359,7 +359,7 @@ export default function LandingPage() { title: "O'quv ishlari bo'yicha direktor o'rinbosari", subtitle: "Mayor", detail: "Sobirova M.B.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=1", imageAlt: "Sobirova M.B.", }, ], @@ -415,7 +415,7 @@ export default function LandingPage() { category: "Tadbirlar", title: "Zakovat intellektual o'yinlari bo'lib o'tdi", excerpt: "Litseyimizda 'Zakovat' intellektual o'yinlari yuqori saviyada tashkil etildi va g'oliblar aniqlandi.", - imageSrc: "http://img.b2bpic.net/free-photo/team-being-happy-after-winning-football-match_23-2148631574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-being-happy-after-winning-football-match_23-2148631574.jpg?_wi=2", imageAlt: "Zakovat intellektual o'yinlari", authorName: "IIV Litseyi Matbuot xizmati", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-dress-code-looks-motivated_114579-15924.jpg", @@ -426,7 +426,7 @@ export default function LandingPage() { category: "Yangiliklar", title: "Bitiruvchi kurslarning tantanali marosimi", excerpt: "IIV Buxoro Akademik Litseyining bitiruvchi kurslari uchun tantanali bitiruv marosimi bo'lib o'tdi.", - imageSrc: "http://img.b2bpic.net/free-photo/proud-student-with-diploma_23-2148522249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/proud-student-with-diploma_23-2148522249.jpg?_wi=2", imageAlt: "Bitiruv marosimi", authorName: "IIV Litseyi Matbuot xizmati", authorAvatar: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", @@ -437,7 +437,7 @@ export default function LandingPage() { category: "E'lonlar", title: "Yangi o'quv yiliga qabul boshlandi", excerpt: "2024-2025 o'quv yili uchun litseyga hujjatlarni qabul qilish jarayoni boshlanganini e'lon qilamiz.", - imageSrc: "http://img.b2bpic.net/free-photo/busy-pensive-multiethnic-students-preparing-exam_1262-14815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/busy-pensive-multiethnic-students-preparing-exam_1262-14815.jpg?_wi=2", imageAlt: "Yangi o'quv yiliga qabul", authorName: "IIV Litseyi Qabul komissiyasi", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-woman_23-2149178449.jpg", @@ -462,7 +462,7 @@ export default function LandingPage() { title: "Litsey direktori", subtitle: "Polkovnik", detail: "Adhamov Sh.A.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-looks-motivated_114579-15924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-looks-motivated_114579-15924.jpg?_wi=2", imageAlt: "Adhamov Sh.A.", }, { @@ -470,7 +470,7 @@ export default function LandingPage() { title: "O'quv ishlari bo'yicha direktor o'rinbosari", subtitle: "Mayor", detail: "Sobirova M.B.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=2", imageAlt: "Sobirova M.B.", }, ], @@ -492,42 +492,42 @@ export default function LandingPage() { id: "1", name: "Sport musobaqalari", price: "Bepul", - imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-party_23-2149498977.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-party_23-2149498977.jpg?_wi=1", imageAlt: "Sport musobaqasidagi talabalar", }, { id: "2", name: "Laboratoriya mashg'ulotlari", price: "Bepul", - imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-girl-doing-science-experiments-with-test-tubes-microscope_23-2148799260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-girl-doing-science-experiments-with-test-tubes-microscope_23-2148799260.jpg?_wi=1", imageAlt: "Laboratoriyadagi talabalar", }, { id: "3", name: "Ekskursiyalar", price: "Bepul", - imageSrc: "http://img.b2bpic.net/free-photo/people-masks-stands-street_1157-31589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-masks-stands-street_1157-31589.jpg?_wi=1", imageAlt: "Ekskursiyadagi talabalar", }, { id: "4", name: "Tantanali marosimlar", price: "Bepul", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-indoors_23-2150059019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-indoors_23-2150059019.jpg?_wi=1", imageAlt: "Tantanali marosimlar", }, { id: "5", name: "Dars jarayonlari", price: "Bepul", - imageSrc: "http://img.b2bpic.net/free-photo/team-corporate-workers-preparing-their-presentation-pitch_482257-89517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-corporate-workers-preparing-their-presentation-pitch_482257-89517.jpg?_wi=1", imageAlt: "Dars jarayonida", }, { id: "6", name: "Mukofotlash marosimi", price: "Bepul", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201868.jpg?_wi=1", imageAlt: "Mukofotlash marosimi", }, ]} -- 2.49.1 From cecc7e1f73cb70d40b712154f2e5e34caf051d98 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:37:32 +0000 Subject: [PATCH 6/6] Update src/app/team/page.tsx --- src/app/team/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index d0320b9..d812a08 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { name: "Jaloliddin Qodirov", role: "Litsey direktori", description: "Litseyimizning yetakchisi, ta'lim sohasida ko'p yillik tajribaga ega.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-looks-motivated_114579-15924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-looks-motivated_114579-15924.jpg?_wi=3", imageAlt: "Jaloliddin Qodirov, direktor", socialLinks: [ { @@ -102,7 +102,7 @@ export default function LandingPage() { name: "Gulnora Sobirova", role: "Direktor o'rinbosari", description: "O'quv jarayonlarini tashkil etishda faol ishtirok etuvchi tajribali pedagog.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=3", imageAlt: "Gulnora Sobirova, direktor o'rinbosari", socialLinks: [ { @@ -173,14 +173,14 @@ export default function LandingPage() { id: "3", name: "Shuxrat Xolmatov", role: "Sport murabbiyi", - imageSrc: "http://img.b2bpic.net/free-photo/graduating-man-showing-diploma_23-2147745778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graduating-man-showing-diploma_23-2147745778.jpg?_wi=2", imageAlt: "Shuxrat Xolmatov", }, { id: "4", name: "Zuhra Sobirova", role: "Psixolog", - imageSrc: "http://img.b2bpic.net/free-photo/thoughts-idea-young-smiling-woman-touching-long-red-hair-sitting-table-with-books-thinking-good-mood-room-day_259150-58213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thoughts-idea-young-smiling-woman-touching-long-red-hair-sitting-table-with-books-thinking-good-mood-room-day_259150-58213.jpg?_wi=2", imageAlt: "Zuhra Sobirova", }, ]} -- 2.49.1