diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d61c74e..c788299 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -67,13 +67,13 @@ export default function AboutPage() { features={[ { id: 1, - title: "Academic Excellence", description: "We maintain the highest standards of teaching and learning, preparing students for success in higher education and beyond.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg"}, + title: "Academic Excellence", description: "We maintain the highest standards of teaching and learning, preparing students for success in higher education and beyond.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg?_wi=2"}, { id: 2, title: "Character Development", description: "Building strong moral foundations through ethical teachings, leadership opportunities, and community service.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-chatting-with-boys-class_23-2147659119.jpg"}, { id: 3, - title: "Holistic Growth", description: "Nurturing students intellectually, physically, emotionally, and socially to become well-rounded individuals.", imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg"}, + title: "Holistic Growth", description: "Nurturing students intellectually, physically, emotionally, and socially to become well-rounded individuals.", imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=2"}, ]} textboxLayout="default" useInvertedBackground={false} diff --git a/src/app/academics/page.tsx b/src/app/academics/page.tsx index 1c73523..57d02e0 100644 --- a/src/app/academics/page.tsx +++ b/src/app/academics/page.tsx @@ -49,13 +49,13 @@ export default function AcademicsPage() { features={[ { id: 1, - title: "Primary Education (Grades 1-5)", description: "Building strong foundations in literacy, numeracy, and critical thinking. Our primary program emphasizes hands-on learning, character values, and social development.", imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg"}, + title: "Primary Education (Grades 1-5)", description: "Building strong foundations in literacy, numeracy, and critical thinking. Our primary program emphasizes hands-on learning, character values, and social development.", imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=3"}, { id: 2, - title: "Middle School (Grades 6-8)", description: "Transitional years with expanded subjects, specialized departments, and STEM focus. Students develop leadership skills and academic independence during these formative years.", imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46934.jpg"}, + title: "Middle School (Grades 6-8)", description: "Transitional years with expanded subjects, specialized departments, and STEM focus. Students develop leadership skills and academic independence during these formative years.", imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46934.jpg?_wi=2"}, { id: 3, - title: "Secondary Education (Grades 9-12)", description: "Advanced curriculum with rigorous academics, competitive exam preparation, and career guidance. Preparing students for higher education and professional success.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg"}, + title: "Secondary Education (Grades 9-12)", description: "Advanced curriculum with rigorous academics, competitive exam preparation, and career guidance. Preparing students for higher education and professional success.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg?_wi=3"}, ]} textboxLayout="default" useInvertedBackground={false} diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index 9c45a60..94dce48 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -49,16 +49,16 @@ export default function FacilitiesPage() { products={[ { id: "1", brand: "Learning", name: "Smart Classrooms", price: "Technology-Enabled", rating: 5, - reviewCount: "Interactive", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg", imageAlt: "smart classroom digital interactive modern"}, + reviewCount: "Interactive", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg?_wi=2", imageAlt: "smart classroom digital interactive modern"}, { id: "2", brand: "Knowledge", name: "Digital Library", price: "Resource Center", rating: 5, - reviewCount: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/ancient-books-library-table_23-2147711433.jpg", imageAlt: "library books reading knowledge"}, + reviewCount: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/ancient-books-library-table_23-2147711433.jpg?_wi=2", imageAlt: "library books reading knowledge"}, { id: "3", brand: "Sports", name: "Playground & Courts", price: "Sports Complex", rating: 5, - reviewCount: "Olympic-size", imageSrc: "http://img.b2bpic.net/free-photo/yard_1398-2909.jpg", imageAlt: "playground sports outdoor recreation"}, + reviewCount: "Olympic-size", imageSrc: "http://img.b2bpic.net/free-photo/yard_1398-2909.jpg?_wi=2", imageAlt: "playground sports outdoor recreation"}, { id: "4", brand: "Creativity", name: "Activity Rooms", price: "Arts & Culture", rating: 5, - reviewCount: "Well-Equipped", imageSrc: "http://img.b2bpic.net/free-photo/living-room_53876-31251.jpg", imageAlt: "activity room art music creativity"}, + reviewCount: "Well-Equipped", imageSrc: "http://img.b2bpic.net/free-photo/living-room_53876-31251.jpg?_wi=2", imageAlt: "activity room art music creativity"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 87f6b08..e9a09db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,13 +115,13 @@ export default function HomePage() { features={[ { id: 1, - title: "Primary Education", description: "Foundation years focusing on fundamental skills, critical thinking, and character development for grades 1-5.", imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg"}, + title: "Primary Education", description: "Foundation years focusing on fundamental skills, critical thinking, and character development for grades 1-5.", imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=1"}, { id: 2, - title: "Middle School", description: "Intermediate years with specialized subjects, STEM focus, and leadership development for grades 6-8.", imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46934.jpg"}, + title: "Middle School", description: "Intermediate years with specialized subjects, STEM focus, and leadership development for grades 6-8.", imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46934.jpg?_wi=1"}, { id: 3, - title: "Secondary Education", description: "Advanced curriculum with academic rigor, competitive exam preparation, and career guidance for grades 9-12.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg"}, + title: "Secondary Education", description: "Advanced curriculum with academic rigor, competitive exam preparation, and career guidance for grades 9-12.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg?_wi=1"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -139,16 +139,16 @@ export default function HomePage() { products={[ { id: "1", brand: "Learning", name: "Smart Classrooms", price: "Interactive & Modern", rating: 5, - reviewCount: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg", imageAlt: "smart classroom digital interactive modern"}, + reviewCount: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg?_wi=1", imageAlt: "smart classroom digital interactive modern"}, { id: "2", brand: "Knowledge", name: "Digital Library", price: "Resource Rich", rating: 5, - reviewCount: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/ancient-books-library-table_23-2147711433.jpg", imageAlt: "library books reading knowledge"}, + reviewCount: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/ancient-books-library-table_23-2147711433.jpg?_wi=1", imageAlt: "library books reading knowledge"}, { id: "3", brand: "Sports", name: "Playground & Courts", price: "Athletic Excellence", rating: 5, - reviewCount: "Well-Equipped", imageSrc: "http://img.b2bpic.net/free-photo/yard_1398-2909.jpg", imageAlt: "playground sports outdoor recreation"}, + reviewCount: "Well-Equipped", imageSrc: "http://img.b2bpic.net/free-photo/yard_1398-2909.jpg?_wi=1", imageAlt: "playground sports outdoor recreation"}, { id: "4", brand: "Creativity", name: "Activity Rooms", price: "Art & Music", rating: 5, - reviewCount: "Inspiring", imageSrc: "http://img.b2bpic.net/free-photo/living-room_53876-31251.jpg", imageAlt: "activity room art music creativity"}, + reviewCount: "Inspiring", imageSrc: "http://img.b2bpic.net/free-photo/living-room_53876-31251.jpg?_wi=1", imageAlt: "activity room art music creativity"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up"