From f3c5731df7bf4614c6c29ac0af6c86571a67999c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:37:28 +0000 Subject: [PATCH 1/4] 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 7a0f423..76602d2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -64,11 +64,11 @@ export default function AboutPage() { const testimonials = [ { - id: "1", name: "Fatima Ahmed, Class 12 Student", date: "Date: November 2024", title: "Education that Changed My Life", quote: "Syedanwala School gave me opportunities I never imagined. The free education, world-class teaching, and career guidance helped me achieve my dreams. I'm now preparing for university studies with confidence.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-book-head_23-2148448058.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg"}, + id: "1", name: "Fatima Ahmed, Class 12 Student", date: "Date: November 2024", title: "Education that Changed My Life", quote: "Syedanwala School gave me opportunities I never imagined. The free education, world-class teaching, and career guidance helped me achieve my dreams. I'm now preparing for university studies with confidence.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-book-head_23-2148448058.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=3"}, { - id: "2", name: "Muhammad Hassan, Class 10 Student", date: "Date: October 2024", title: "Amazing Learning Environment", quote: "The science labs and learning resources here are world-class. Teachers are dedicated and approachable. Coming to Syedanwala School every day is a joy, not a burden.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/kid-celebrating-kindergarten-graduation_23-2149371616.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg"}, + id: "2", name: "Muhammad Hassan, Class 10 Student", date: "Date: October 2024", title: "Amazing Learning Environment", quote: "The science labs and learning resources here are world-class. Teachers are dedicated and approachable. Coming to Syedanwala School every day is a joy, not a burden.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/kid-celebrating-kindergarten-graduation_23-2149371616.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=4"}, { - id: "3", name: "Mrs. Ayesha Malik, Parent", date: "Date: September 2024", title: "Best Decision for Our Family", quote: "As a parent from a rural village, finding quality education for my children was impossible. Syedanwala School not only provides excellent academics but also values our children's welfare and future. The free support and scholarships have transformed our family.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-parents-working-remotely_23-2150171980.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg"}, + id: "3", name: "Mrs. Ayesha Malik, Parent", date: "Date: September 2024", title: "Best Decision for Our Family", quote: "As a parent from a rural village, finding quality education for my children was impossible. Syedanwala School not only provides excellent academics but also values our children's welfare and future. The free support and scholarships have transformed our family.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-parents-working-remotely_23-2150171980.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=3"}, ]; return ( @@ -108,7 +108,7 @@ export default function AboutPage() { { value: "19", title: "Villages Served" }, { value: "2500+", title: "Students Enrolled" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=4" imageAlt="School campus facilities" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1 From 0157e0d4e44b97cb4c80f6a21e17c98417ce91bc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:37:28 +0000 Subject: [PATCH 2/4] Update src/app/admissions/page.tsx --- src/app/admissions/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index 6966466..697b1cb 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -99,7 +99,7 @@ export default function AdmissionsPage() { { value: "100%", title: "Support Coverage" }, { value: "∞", title: "Opportunities" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/healthy-fruits-vegetables-front-defocussed-couple-preparing-food-kitchen_23-2148076164.jpg" + imageSrc="http://img.b2bpic.net/free-photo/healthy-fruits-vegetables-front-defocussed-couple-preparing-food-kitchen_23-2148076164.jpg?_wi=2" imageAlt="Student support services" useInvertedBackground={false} mediaAnimation="slide-up" @@ -110,7 +110,7 @@ export default function AdmissionsPage() {
Date: Wed, 11 Mar 2026 14:37:28 +0000 Subject: [PATCH 3/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c29842e..6b99477 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -127,7 +127,7 @@ export default function ContactPage() {
Date: Wed, 11 Mar 2026 14:37:29 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 845b667..865ebe3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,43 +60,43 @@ export default function HomePage() { const programs = [ { id: 1, - tag: "Grades 6-12", title: "Girls Higher Secondary", subtitle: "Complete secondary education", description: "Comprehensive curriculum from Grade 6 to 12 with strong emphasis on STEM education, leadership development, and critical thinking skills. Students develop research capabilities and excel in both academics and extracurricular activities.", imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg", imageAlt: "Girls classroom learning"}, + tag: "Grades 6-12", title: "Girls Higher Secondary", subtitle: "Complete secondary education", description: "Comprehensive curriculum from Grade 6 to 12 with strong emphasis on STEM education, leadership development, and critical thinking skills. Students develop research capabilities and excel in both academics and extracurricular activities.", imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=1", imageAlt: "Girls classroom learning"}, { id: 2, - tag: "Grades 6-10", title: "Boys High School", subtitle: "Foundational and secondary education", description: "Rigorous academic program for boys from Grade 6 to 10 focusing on concept-based learning, collaborative projects, and development of leadership and communication skills. Preparation for higher education excellence.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg", imageAlt: "Science laboratory"}, + tag: "Grades 6-10", title: "Boys High School", subtitle: "Foundational and secondary education", description: "Rigorous academic program for boys from Grade 6 to 10 focusing on concept-based learning, collaborative projects, and development of leadership and communication skills. Preparation for higher education excellence.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=1", imageAlt: "Science laboratory"}, { id: 3, - tag: "Grades 6-8", title: "Middle School Program", subtitle: "Foundation for academic excellence", description: "Specialized middle school program emphasizing inquiry-based learning, hands-on science education, research projects, and community engagement. Students develop critical thinking and collaborative problem-solving skills.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-scouts-eating-marshmallows_23-2149885268.jpg", imageAlt: "Educational activities"}, + tag: "Grades 6-8", title: "Middle School Program", subtitle: "Foundation for academic excellence", description: "Specialized middle school program emphasizing inquiry-based learning, hands-on science education, research projects, and community engagement. Students develop critical thinking and collaborative problem-solving skills.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-scouts-eating-marshmallows_23-2149885268.jpg?_wi=1", imageAlt: "Educational activities"}, ]; const facilities = [ { id: "1", brand: "Learning", name: "Science Laboratories", price: "Premium", rating: 5, - reviewCount: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg", imageAlt: "Science lab facility"}, + reviewCount: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=2", imageAlt: "Science lab facility"}, { id: "2", brand: "Knowledge", name: "Library & Resources", price: "Extensive", rating: 5, - reviewCount: "Collections", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg", imageAlt: "Library facility"}, + reviewCount: "Collections", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg?_wi=1", imageAlt: "Library facility"}, { id: "3", brand: "Sports", name: "Athletic Grounds", price: "Full", rating: 5, reviewCount: "Facilities", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209897.jpg", imageAlt: "Sports ground"}, { id: "4", brand: "Wellness", name: "Meal Program", price: "Free", rating: 5, - reviewCount: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fruits-vegetables-front-defocussed-couple-preparing-food-kitchen_23-2148076164.jpg", imageAlt: "Meal program"}, + reviewCount: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fruits-vegetables-front-defocussed-couple-preparing-food-kitchen_23-2148076164.jpg?_wi=1", imageAlt: "Meal program"}, ]; const testimonials = [ { - id: "1", name: "Fatima Ahmed, Class 12 Student", date: "Date: November 2024", title: "Education that Changed My Life", quote: "Syedanwala School gave me opportunities I never imagined. The free education, world-class teaching, and career guidance helped me achieve my dreams. I'm now preparing for university studies with confidence.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-book-head_23-2148448058.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg"}, + id: "1", name: "Fatima Ahmed, Class 12 Student", date: "Date: November 2024", title: "Education that Changed My Life", quote: "Syedanwala School gave me opportunities I never imagined. The free education, world-class teaching, and career guidance helped me achieve my dreams. I'm now preparing for university studies with confidence.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-book-head_23-2148448058.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=2"}, { - id: "2", name: "Muhammad Hassan, Class 10 Student", date: "Date: October 2024", title: "Amazing Learning Environment", quote: "The science labs and learning resources here are world-class. Teachers are dedicated and approachable. Coming to Syedanwala School every day is a joy, not a burden.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/kid-celebrating-kindergarten-graduation_23-2149371616.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg"}, + id: "2", name: "Muhammad Hassan, Class 10 Student", date: "Date: October 2024", title: "Amazing Learning Environment", quote: "The science labs and learning resources here are world-class. Teachers are dedicated and approachable. Coming to Syedanwala School every day is a joy, not a burden.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/kid-celebrating-kindergarten-graduation_23-2149371616.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=3"}, { - id: "3", name: "Mrs. Ayesha Malik, Parent", date: "Date: September 2024", title: "Best Decision for Our Family", quote: "As a parent from a rural village, finding quality education for my children was impossible. Syedanwala School not only provides excellent academics but also values our children's welfare and future. The free support and scholarships have transformed our family.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-parents-working-remotely_23-2150171980.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg"}, + id: "3", name: "Mrs. Ayesha Malik, Parent", date: "Date: September 2024", title: "Best Decision for Our Family", quote: "As a parent from a rural village, finding quality education for my children was impossible. Syedanwala School not only provides excellent academics but also values our children's welfare and future. The free support and scholarships have transformed our family.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-parents-working-remotely_23-2150171980.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=1"}, { - id: "4", name: "Zainab Khan, Class 9 Student", date: "Date: August 2024", title: "Empowering Rural Girls", quote: "The school truly empowers girls from rural areas. The faculty encourages critical thinking, research, and leadership. I've developed confidence in academics and believe I can achieve anything.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-pointing-upper-right-corner-checked-shirt-looking-happy-front-view_176474-61017.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-scouts-eating-marshmallows_23-2149885268.jpg"}, + id: "4", name: "Zainab Khan, Class 9 Student", date: "Date: August 2024", title: "Empowering Rural Girls", quote: "The school truly empowers girls from rural areas. The faculty encourages critical thinking, research, and leadership. I've developed confidence in academics and believe I can achieve anything.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-pointing-upper-right-corner-checked-shirt-looking-happy-front-view_176474-61017.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-scouts-eating-marshmallows_23-2149885268.jpg?_wi=2"}, { - id: "5", name: "Ali Raza, Class 8 Student", date: "Date: July 2024", title: "Transformative Middle School Experience", quote: "The middle school program combines academic rigor with hands-on learning. Project-based learning and community activities help me understand real-world applications. I'm excited about continuing to higher grades.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-girl-showing-thumb-up-while-holding-hand-waist-winking-graduation-gown-cap_176474-82608.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg"}, + id: "5", name: "Ali Raza, Class 8 Student", date: "Date: July 2024", title: "Transformative Middle School Experience", quote: "The middle school program combines academic rigor with hands-on learning. Project-based learning and community activities help me understand real-world applications. I'm excited about continuing to higher grades.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-girl-showing-thumb-up-while-holding-hand-waist-winking-graduation-gown-cap_176474-82608.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg?_wi=2"}, { - id: "6", name: "Alka Amin, Headmistress", date: "Date: June 2024", title: "Our Mission in Action", quote: "Seeing students from 19 villages succeed academically and personally validates our mission. Syedanwala School System represents hope and opportunity for rural communities in Pakistan.", tag: "Leadership", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-working_23-2150384839.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg"}, + id: "6", name: "Alka Amin, Headmistress", date: "Date: June 2024", title: "Our Mission in Action", quote: "Seeing students from 19 villages succeed academically and personally validates our mission. Syedanwala School System represents hope and opportunity for rural communities in Pakistan.", tag: "Leadership", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-working_23-2150384839.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg?_wi=1"}, ]; return ( @@ -134,7 +134,7 @@ export default function HomePage() { { text: "Learn More", href: "/about" }, { text: "Apply Now", href: "/admissions" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg?_wi=2" imageAlt="Syedanwala School campus" showDimOverlay={true} /> @@ -150,7 +150,7 @@ export default function HomePage() { { value: "19", title: "Villages Served" }, { value: "2500+", title: "Students Enrolled" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=2" imageAlt="School campus facilities" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1