diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 170e1f4..a84a905 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -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" } ]} />