Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-04-18 14:21:44 +00:00

View File

@@ -64,11 +64,11 @@ export default function ProgramsPage() {
description="How we teach your child."
features={[
{
id: "f1", title: "Play Based", descriptions: ["Fun activities"],
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"
},
{
id: "f2", title: "Creative Art", descriptions: ["Art exploration"],
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"
}
]}