Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-03 16:49:38 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -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"

View File

@@ -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",
},
]}

View File

@@ -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",
},
]}