From 3811c6046aaf961a75f1ea70d2977c8dc652eff4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:32:22 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 61a5413..7fc8636 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -124,7 +124,7 @@ export default function AboutPage() { }, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} /> @@ -138,7 +138,7 @@ export default function AboutPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/kids-getting-back-school-together_23-2149507595.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/kids-getting-back-school-together_23-2149507595.jpg" imageAlt="school campus grounds outdoor" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1 From 2d8c0aa6f0b37d308d7a01e04867a0d6067741c1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:32:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ba3cad..d50ed4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,11 +97,11 @@ export default function HomePage() { }, { imageSrc: - "http://img.b2bpic.net/free-photo/brown-concrete-building-clear-blue-sky_250224-217.jpg?_wi=1", + "http://img.b2bpic.net/free-photo/brown-concrete-building-clear-blue-sky_250224-217.jpg", imageAlt: "modern school building exterior architecture", }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} /> @@ -183,7 +183,7 @@ export default function HomePage() { "Secure and supportive atmosphere for all students. Our facilities meet modern safety standards with trained staff ensuring well-being.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-teacher-helping-kids_23-2150401327.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/side-view-teacher-helping-kids_23-2150401327.jpg" imageAlt="interactive classroom modern teaching setup" mediaAnimation="slide-up" useInvertedBackground={true} @@ -209,7 +209,7 @@ export default function HomePage() { name: "Fatima Al-Rashid", role: "Parent", imageSrc: - "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1", + "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "professional woman portrait headshot", }, { @@ -220,7 +220,7 @@ export default function HomePage() { name: "Ahmed Mohammed", role: "Student Grade 11", imageSrc: - "http://img.b2bpic.net/free-photo/young-handsome-man-traveller-using-phone-outside_1303-19749.jpg?_wi=1", + "http://img.b2bpic.net/free-photo/young-handsome-man-traveller-using-phone-outside_1303-19749.jpg", imageAlt: "young man student portrait smiling", }, { @@ -231,7 +231,7 @@ export default function HomePage() { name: "Dr. Karim Hassan", role: "Parent", imageSrc: - "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3631.jpg?_wi=1", + "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3631.jpg", imageAlt: "mature man professional portrait", }, { @@ -242,7 +242,7 @@ export default function HomePage() { name: "Leila Mahmoud", role: "Student Grade 10", imageSrc: - "http://img.b2bpic.net/free-photo/resting-young-female-sitting-time_1262-2795.jpg?_wi=1", + "http://img.b2bpic.net/free-photo/resting-young-female-sitting-time_1262-2795.jpg", imageAlt: "young woman student portrait smiling", }, { @@ -253,7 +253,7 @@ export default function HomePage() { name: "Omar Al-Timimi", role: "Parent", imageSrc: - "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=1", + "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "professional man portrait confident", }, { @@ -264,7 +264,7 @@ export default function HomePage() { name: "Hana Rashid", role: "Parent", imageSrc: - "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg?_wi=1", + "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg", imageAlt: "professional woman portrait confident", }, ]} @@ -282,7 +282,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/kids-getting-back-school-together_23-2149507595.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/kids-getting-back-school-together_23-2149507595.jpg" imageAlt="school campus grounds outdoor" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1