Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-18 14:21:14 +00:00

View File

@@ -64,10 +64,12 @@ export default function ProgramsPage() {
description="How we teach your child."
features={[
{
title: "Play Based", description: "Fun activities", imageSrc: "http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg", imageAlt: "Young children sitting on floor playing"
id: "f1", title: "Play Based", descriptions: ["Fun activities"],
imageSrc: "http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg", imageAlt: "Young children sitting on floor playing"
},
{
title: "Creative Art", description: "Art exploration", imageSrc: "http://img.b2bpic.net/free-photo/kids-with-helmets_1149-663.jpg", imageAlt: "Young children sitting on floor playing"
id: "f2", title: "Creative Art", descriptions: ["Art exploration"],
imageSrc: "http://img.b2bpic.net/free-photo/kids-with-helmets_1149-663.jpg", imageAlt: "Young children sitting on floor playing"
}
]}
/>