From 00a5a69b3c1593680773ea7e6f479d19db6ff059 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 12:02:18 +0000 Subject: [PATCH] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 7fbe237..409c0b2 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -50,8 +50,8 @@ export default function ProgramsPage() { title="Growth Paths" description="Customized learning paths for different development stages." features={[ - { id: 1, tag: "Toddlers", title: "Early Play", subtitle: "Foundation", description: "Sensory-based learning modules.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg" }, - { id: 2, tag: "Preschoolers", title: "Creative Art", subtitle: "Expression", description: "Art and language development.", imageSrc: "http://img.b2bpic.net/free-photo/father-child-coloring_1098-12782.jpg" } + { id: 1, tag: "Toddlers", title: "Early Play", subtitle: "Foundation", description: "Sensory-based learning modules.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg?_wi=2" }, + { id: 2, tag: "Preschoolers", title: "Creative Art", subtitle: "Expression", description: "Art and language development.", imageSrc: "http://img.b2bpic.net/free-photo/father-child-coloring_1098-12782.jpg?_wi=3" } ]} />