Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-05 15:03:56 +00:00
3 changed files with 24 additions and 24 deletions

View File

@@ -65,42 +65,42 @@ export default function AboutPage() {
id: "1",
name: "Dr. Fatima Hassan",
role: "Principal",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-ready-give-business-presentation-standing-flip-chart_662251-401.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-ready-give-business-presentation-standing-flip-chart_662251-401.jpg?_wi=2",
imageAlt: "Dr. Fatima Hassan, Principal",
},
{
id: "2",
name: "Karim Belkhir",
role: "Science Director",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-wearing-lab-coat_23-2149551157.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-wearing-lab-coat_23-2149551157.jpg?_wi=2",
imageAlt: "Karim Belkhir, Science Director",
},
{
id: "3",
name: "Amina Medjahed",
role: "Literature Lead",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2",
imageAlt: "Amina Medjahed, Literature Lead",
},
{
id: "4",
name: "Mohamed Saidi",
role: "Languages Coordinator",
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: "Mohamed Saidi, Languages Coordinator",
},
{
id: "5",
name: "Leila Bennani",
role: "Student Counselor",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928791.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928791.jpg?_wi=2",
imageAlt: "Leila Bennani, Student Counselor",
},
{
id: "6",
name: "Hassan Chabane",
role: "Sports Director",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-prosthesis_23-2149003081.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-prosthesis_23-2149003081.jpg?_wi=2",
imageAlt: "Hassan Chabane, Sports Director",
},
]}

View File

@@ -51,11 +51,11 @@ export default function AdmissionsPage() {
icon: BookOpen,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-young-scientist_329181-20307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-young-scientist_329181-20307.jpg?_wi=2",
imageAlt: "Science laboratory equipment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-elementary-students-learning-science_1098-3233.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-elementary-students-learning-science_1098-3233.jpg?_wi=2",
imageAlt: "Students conducting experiments",
},
],
@@ -66,11 +66,11 @@ export default function AdmissionsPage() {
icon: BookOpen,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/ancient-books-library-table_23-2147711433.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ancient-books-library-table_23-2147711433.jpg?_wi=2",
imageAlt: "Library resources",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg?_wi=3",
imageAlt: "Classroom discussion",
},
],
@@ -81,11 +81,11 @@ export default function AdmissionsPage() {
icon: BookOpen,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/good-place-meet-friends_329181-3411.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/good-place-meet-friends_329181-3411.jpg?_wi=2",
imageAlt: "Language learning classroom",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg?_wi=4",
imageAlt: "Student presentations",
},
],

View File

@@ -92,11 +92,11 @@ export default function HomePage() {
icon: Microscope,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-young-scientist_329181-20307.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-young-scientist_329181-20307.jpg?_wi=1",
imageAlt: "Science laboratory equipment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-elementary-students-learning-science_1098-3233.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-elementary-students-learning-science_1098-3233.jpg?_wi=1",
imageAlt: "Students conducting experiments",
},
],
@@ -107,11 +107,11 @@ export default function HomePage() {
icon: BookMarked,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/ancient-books-library-table_23-2147711433.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ancient-books-library-table_23-2147711433.jpg?_wi=1",
imageAlt: "Library resources",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg?_wi=1",
imageAlt: "Classroom discussion",
},
],
@@ -122,11 +122,11 @@ export default function HomePage() {
icon: Globe,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/good-place-meet-friends_329181-3411.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/good-place-meet-friends_329181-3411.jpg?_wi=1",
imageAlt: "Language learning classroom",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg?_wi=2",
imageAlt: "Student presentations",
},
],
@@ -191,42 +191,42 @@ export default function HomePage() {
id: "1",
name: "Dr. Fatima Hassan",
role: "Principal",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-ready-give-business-presentation-standing-flip-chart_662251-401.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-ready-give-business-presentation-standing-flip-chart_662251-401.jpg?_wi=1",
imageAlt: "Dr. Fatima Hassan, Principal",
},
{
id: "2",
name: "Karim Belkhir",
role: "Science Director",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-wearing-lab-coat_23-2149551157.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-wearing-lab-coat_23-2149551157.jpg?_wi=1",
imageAlt: "Karim Belkhir, Science Director",
},
{
id: "3",
name: "Amina Medjahed",
role: "Literature Lead",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1",
imageAlt: "Amina Medjahed, Literature Lead",
},
{
id: "4",
name: "Mohamed Saidi",
role: "Languages Coordinator",
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: "Mohamed Saidi, Languages Coordinator",
},
{
id: "5",
name: "Leila Bennani",
role: "Student Counselor",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928791.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928791.jpg?_wi=1",
imageAlt: "Leila Bennani, Student Counselor",
},
{
id: "6",
name: "Hassan Chabane",
role: "Sports Director",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-prosthesis_23-2149003081.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-prosthesis_23-2149003081.jpg?_wi=1",
imageAlt: "Hassan Chabane, Sports Director",
},
]}