Update src/app/gallery/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function GalleryPage() {
|
||||
{ value: "Secure", title: "Outdoor Play" },
|
||||
{ value: "Cozy", title: "Rest Areas" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/childrens-park-reading_23-2148598907.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/childrens-park-reading_23-2148598907.jpg?_wi=2"
|
||||
imageAlt="Bright and colorful playroom in a home daycare"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -63,12 +63,12 @@ export default function GalleryPage() {
|
||||
useInvertedBackground={true}
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{ id: "gallery-item-1", name: "Outdoor Fun", price: "Playtime", variant: "Outdoor", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-beach_23-2148601512.jpg", imageAlt: "Child playing on a swing outdoors" },
|
||||
{ id: "gallery-item-2", name: "Creative Building", price: "Learning", variant: "Indoor", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-playing-jenga-home_23-2148577234.jpg", imageAlt: "Children building blocks together" },
|
||||
{ id: "gallery-item-3", name: "Story Time Magic", price: "Engage", variant: "Quiet", imageSrc: "http://img.b2bpic.net/free-photo/mother-sanitizing-her-children-s-hands_23-2148501295.jpg", imageAlt: "Caregiver reading to children" },
|
||||
{ id: "gallery-item-4", name: "Healthy Meals", price: "Nourish", variant: "Meals", imageSrc: "http://img.b2bpic.net/free-photo/sister-pouring-milk-her-brother_23-2148277112.jpg", imageAlt: "Children eating healthy snacks at a table" },
|
||||
{ id: "gallery-item-5", name: "Peaceful Naps", price: "Rest", variant: "Quiet", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-adorable-european-female-kid-having-serious-concentrated-look-while-using-phone_273609-9499.jpg", imageAlt: "Toddler napping comfortably" },
|
||||
{ id: "gallery-item-6", name: "Art & Expression", price: "Create", variant: "Art", imageSrc: "http://img.b2bpic.net/free-photo/multicolored-artist-palettes-copy-space_23-2148745543.jpg", imageAlt: "Children doing arts and crafts" }
|
||||
{ id: "gallery-item-1", name: "Outdoor Fun", price: "Playtime", variant: "Outdoor", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-beach_23-2148601512.jpg?_wi=2", imageAlt: "Child playing on a swing outdoors" },
|
||||
{ id: "gallery-item-2", name: "Creative Building", price: "Learning", variant: "Indoor", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-playing-jenga-home_23-2148577234.jpg?_wi=2", imageAlt: "Children building blocks together" },
|
||||
{ id: "gallery-item-3", name: "Story Time Magic", price: "Engage", variant: "Quiet", imageSrc: "http://img.b2bpic.net/free-photo/mother-sanitizing-her-children-s-hands_23-2148501295.jpg?_wi=2", imageAlt: "Caregiver reading to children" },
|
||||
{ id: "gallery-item-4", name: "Healthy Meals", price: "Nourish", variant: "Meals", imageSrc: "http://img.b2bpic.net/free-photo/sister-pouring-milk-her-brother_23-2148277112.jpg?_wi=2", imageAlt: "Children eating healthy snacks at a table" },
|
||||
{ id: "gallery-item-5", name: "Peaceful Naps", price: "Rest", variant: "Quiet", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-adorable-european-female-kid-having-serious-concentrated-look-while-using-phone_273609-9499.jpg?_wi=2", imageAlt: "Toddler napping comfortably" },
|
||||
{ id: "gallery-item-6", name: "Art & Expression", price: "Create", variant: "Art", imageSrc: "http://img.b2bpic.net/free-photo/multicolored-artist-palettes-copy-space_23-2148745543.jpg?_wi=2", imageAlt: "Children doing arts and crafts" }
|
||||
]}
|
||||
title="Our Daily Adventures Photo Gallery"
|
||||
description="See our children engaged in various activities, enjoying nutritious meals, and discovering new things every day in a fun and safe environment."
|
||||
|
||||
Reference in New Issue
Block a user