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" 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() {