From 7c28499f469f6987cdce660efa8844a67e37ea06 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 12:02:17 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 386c055..571d078 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -50,8 +50,8 @@ export default function GalleryPage() { title="Highlights" description="Captured moments of joy and learning at our campus." features={[ - { id: 1, tag: "Daily", title: "Circle Time", subtitle: "Storytelling", description: "Interactive sessions for group learning.", imageSrc: "http://img.b2bpic.net/free-photo/children-playing-group_23-2148107458.jpg" }, - { id: 2, tag: "Activities", title: "Outdoor Play", subtitle: "Physical", description: "Safe exploration in our playground area.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg" } + { id: 1, tag: "Daily", title: "Circle Time", subtitle: "Storytelling", description: "Interactive sessions for group learning.", imageSrc: "http://img.b2bpic.net/free-photo/children-playing-group_23-2148107458.jpg?_wi=2" }, + { id: 2, tag: "Activities", title: "Outdoor Play", subtitle: "Physical", description: "Safe exploration in our playground area.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg?_wi=3" } ]} />