diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index d56dbe7..170e1f4 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -64,12 +64,10 @@ export default function ProgramsPage() { description="How we teach your child." features={[ { - 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: "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" }, { - 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" + 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" } ]} />