Update src/app/programs/page.tsx

This commit is contained in:
2026-03-29 12:02:18 +00:00
parent 1e73d2c6db
commit 00a5a69b3c

View File

@@ -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" }
]}
/>
</div>