diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 813a7bc..0ccf7f5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { { text: "Get Started", href: "/contact" }, ]} background={{ variant: "noiseDiagonalGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/students-chatting-near-campus-building_23-2147850666.jpg" + imageSrc="http://img.b2bpic.net/free-photo/students-chatting-near-campus-building_23-2147850666.jpg?_wi=2" imageAlt="Mariado Schools Campus" mediaAnimation="slide-up" frameStyle="card" diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a677fb..8c414a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function HomePage() { { text: "Inquire Now", href: "/contact" }, ]} background={{ variant: "noiseDiagonalGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/students-chatting-near-campus-building_23-2147850666.jpg" + imageSrc="http://img.b2bpic.net/free-photo/students-chatting-near-campus-building_23-2147850666.jpg?_wi=1" imageAlt="Mariado Schools Campus" mediaAnimation="slide-up" frameStyle="card" @@ -82,28 +82,28 @@ export default function HomePage() { id: "1", title: "Nursery School", description: "Baby Class, KG1, and KG2 with caring staff and safe play areas. Day and boarding facilities available with healthy, age-appropriate meals and nurturing environment.", - imageSrc: "http://img.b2bpic.net/free-photo/young-children-playing-together-home_23-2148572962.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-children-playing-together-home_23-2148572962.jpg?_wi=1", imageAlt: "Nursery School", }, { id: "2", title: "Primary School", description: "Grade 1 to Grade 7 with excellent teaching staff, spacious playing fields for sports and outdoor activities. Day and boarding options with quality accommodation and healthy meals.", - imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=1", imageAlt: "Primary School", }, { id: "3", title: "Secondary School (O-Level)", description: "Form 1 to Form 4 offering Science, Business, and Arts subjects. Intensive examinations, discussions, and practical work to equip students academically and intellectually. Boarding facility.", - imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg?_wi=1", imageAlt: "Secondary School", }, { id: "4", title: "High School (A-Level)", description: "Form 5 and Form 6 with specialized combinations in Science, Business, Language and Social Sciences. Career mentoring and university preparation. Boarding facility.", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-coffee-break-library-using-smart-phone_496169-1228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-coffee-break-library-using-smart-phone_496169-1228.jpg?_wi=1", imageAlt: "High School", }, ]} diff --git a/src/app/schools/page.tsx b/src/app/schools/page.tsx index ab1f5fd..870ef25 100644 --- a/src/app/schools/page.tsx +++ b/src/app/schools/page.tsx @@ -59,28 +59,28 @@ export default function SchoolsPage() { id: "1", title: "Nursery School", description: "Baby Class, KG1, and KG2 with caring staff and safe play areas. Day and boarding facilities available with healthy, age-appropriate meals and nurturing environment.", - imageSrc: "http://img.b2bpic.net/free-photo/young-children-playing-together-home_23-2148572962.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-children-playing-together-home_23-2148572962.jpg?_wi=2", imageAlt: "Nursery School", }, { id: "2", title: "Primary School", description: "Grade 1 to Grade 7 with excellent teaching staff, spacious playing fields for sports and outdoor activities. Day and boarding options with quality accommodation and healthy meals.", - imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=2", imageAlt: "Primary School", }, { id: "3", title: "Secondary School (O-Level)", description: "Form 1 to Form 4 offering Science, Business, and Arts subjects. Intensive examinations, discussions, and practical work to equip students academically and intellectually. Boarding facility.", - imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068370.jpg?_wi=2", imageAlt: "Secondary School", }, { id: "4", title: "High School (A-Level)", description: "Form 5 and Form 6 with specialized combinations in Science, Business, Language and Social Sciences. Career mentoring and university preparation. Boarding facility.", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-coffee-break-library-using-smart-phone_496169-1228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-coffee-break-library-using-smart-phone_496169-1228.jpg?_wi=2", imageAlt: "High School", }, ]}