Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-29 12:02:17 +00:00
parent c9935018f2
commit 7c28499f46

View File

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