Merge version_1 into main #4
@@ -54,22 +54,22 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/little-kids-playing-toys-learning-center_53876-139555.jpg", imageAlt: "Happy children learning in preschool"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/little-kids-playing-toys-learning-center_53876-139555.jpg?_wi=1", imageAlt: "Happy children learning in preschool"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-girl-playing-indoors-with-eco-toys_23-2150268078.jpg", imageAlt: "Children in classroom with teacher"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-girl-playing-indoors-with-eco-toys_23-2150268078.jpg?_wi=1", imageAlt: "Children in classroom with teacher"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-child-decorating-wooden-frame_23-2149391104.jpg", imageAlt: "Children doing art and craft"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-child-decorating-wooden-frame_23-2149391104.jpg?_wi=1", imageAlt: "Children doing art and craft"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/students-playing-game-with-their-kindergarten-teacher_23-2148633365.jpg", imageAlt: "Children enjoying music and dance"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/students-playing-game-with-their-kindergarten-teacher_23-2148633365.jpg?_wi=1", imageAlt: "Children enjoying music and dance"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/lovely-girl-merry-go-round_23-2147830624.jpg", imageAlt: "Children playing in outdoor area"
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/lovely-girl-merry-go-round_23-2147830624.jpg?_wi=1", imageAlt: "Children playing in outdoor area"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361855.jpg", imageAlt: "Interactive learning activity"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361855.jpg?_wi=1", imageAlt: "Interactive learning activity"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Education", title: "Innovative Teaching Methods", subtitle: "Modern educational approaches", description: "We employ cutting-edge teaching techniques that combine play-based learning with structured activities, ensuring children develop cognitive, emotional, and social skills naturally.", imageSrc: "http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361855.jpg", imageAlt: "Innovative teaching methods"
|
||||
tag: "Education", title: "Innovative Teaching Methods", subtitle: "Modern educational approaches", description: "We employ cutting-edge teaching techniques that combine play-based learning with structured activities, ensuring children develop cognitive, emotional, and social skills naturally.", imageSrc: "http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361855.jpg?_wi=2", imageAlt: "Innovative teaching methods"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -111,15 +111,15 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Safety", title: "Safe & Nurturing Environment", subtitle: "Security and care at heart", description: "We maintain the highest safety standards with trained caregivers, secure facilities, and a caring approach that makes every child feel welcomed and protected.", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-girl-playing-indoors-with-eco-toys_23-2150268078.jpg", imageAlt: "Safe learning environment"
|
||||
tag: "Safety", title: "Safe & Nurturing Environment", subtitle: "Security and care at heart", description: "We maintain the highest safety standards with trained caregivers, secure facilities, and a caring approach that makes every child feel welcomed and protected.", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-girl-playing-indoors-with-eco-toys_23-2150268078.jpg?_wi=2", imageAlt: "Safe learning environment"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Development", title: "Holistic Child Development", subtitle: "Growing in all dimensions", description: "We nurture academic, social, emotional, and physical development through interactive activities, creative expression, and meaningful interactions with peers.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-child-decorating-wooden-frame_23-2149391104.jpg", imageAlt: "Child development activities"
|
||||
tag: "Development", title: "Holistic Child Development", subtitle: "Growing in all dimensions", description: "We nurture academic, social, emotional, and physical development through interactive activities, creative expression, and meaningful interactions with peers.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-child-decorating-wooden-frame_23-2149391104.jpg?_wi=2", imageAlt: "Child development activities"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Facilities", title: "Modern Infrastructure", subtitle: "Open and closed play areas", description: "Our facility includes well-designed classrooms, interactive learning spaces, open play grounds, and closed play areas equipped with age-appropriate resources and activities.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-girl-merry-go-round_23-2147830624.jpg", imageAlt: "Modern facilities"
|
||||
tag: "Facilities", title: "Modern Infrastructure", subtitle: "Open and closed play areas", description: "Our facility includes well-designed classrooms, interactive learning spaces, open play grounds, and closed play areas equipped with age-appropriate resources and activities.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-girl-merry-go-round_23-2147830624.jpg?_wi=2", imageAlt: "Modern facilities"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -138,13 +138,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Playgroup", price: "Age 18-24 Months", imageSrc: "http://img.b2bpic.net/free-photo/little-kids-playing-toys-learning-center_53876-139555.jpg", imageAlt: "Playgroup learning"
|
||||
id: "1", name: "Playgroup", price: "Age 18-24 Months", imageSrc: "http://img.b2bpic.net/free-photo/little-kids-playing-toys-learning-center_53876-139555.jpg?_wi=2", imageAlt: "Playgroup learning"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Nursery", price: "Age 2-3 Years", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-child-decorating-wooden-frame_23-2149391104.jpg", imageAlt: "Nursery activities"
|
||||
id: "2", name: "Nursery", price: "Age 2-3 Years", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-child-decorating-wooden-frame_23-2149391104.jpg?_wi=3", imageAlt: "Nursery activities"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Kindergarten", price: "Age 3-5 Years", imageSrc: "http://img.b2bpic.net/free-photo/students-playing-game-with-their-kindergarten-teacher_23-2148633365.jpg", imageAlt: "Kindergarten program"
|
||||
id: "3", name: "Kindergarten", price: "Age 3-5 Years", imageSrc: "http://img.b2bpic.net/free-photo/students-playing-game-with-their-kindergarten-teacher_23-2148633365.jpg?_wi=2", imageAlt: "Kindergarten program"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -162,23 +162,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Creative", title: "Art & Craft", subtitle: "Creative expression through art", description: "Children explore colors, textures, and materials through various art projects that develop fine motor skills and creative thinking.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-child-decorating-wooden-frame_23-2149391104.jpg", imageAlt: "Art and craft activity"
|
||||
tag: "Creative", title: "Art & Craft", subtitle: "Creative expression through art", description: "Children explore colors, textures, and materials through various art projects that develop fine motor skills and creative thinking.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-child-decorating-wooden-frame_23-2149391104.jpg?_wi=4", imageAlt: "Art and craft activity"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Communication", title: "Storytelling", subtitle: "Language development through stories", description: "Interactive storytelling sessions help children develop language skills, imagination, and listening comprehension in an engaging way.", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-girl-playing-indoors-with-eco-toys_23-2150268078.jpg", imageAlt: "Storytelling activity"
|
||||
tag: "Communication", title: "Storytelling", subtitle: "Language development through stories", description: "Interactive storytelling sessions help children develop language skills, imagination, and listening comprehension in an engaging way.", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-girl-playing-indoors-with-eco-toys_23-2150268078.jpg?_wi=3", imageAlt: "Storytelling activity"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Music", title: "Music & Dance", subtitle: "Expression through rhythm and movement", description: "Children enjoy music lessons and dance activities that develop coordination, rhythm, and self-expression while having fun.", imageSrc: "http://img.b2bpic.net/free-photo/students-playing-game-with-their-kindergarten-teacher_23-2148633365.jpg", imageAlt: "Music and dance"
|
||||
tag: "Music", title: "Music & Dance", subtitle: "Expression through rhythm and movement", description: "Children enjoy music lessons and dance activities that develop coordination, rhythm, and self-expression while having fun.", imageSrc: "http://img.b2bpic.net/free-photo/students-playing-game-with-their-kindergarten-teacher_23-2148633365.jpg?_wi=3", imageAlt: "Music and dance"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Hands-On", title: "Hands-On Learning", subtitle: "Learning by doing and exploring", description: "Through experiential activities, children learn concepts naturally - from basic counting to scientific exploration, all through play.", imageSrc: "http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361855.jpg", imageAlt: "Hands-on learning"
|
||||
tag: "Hands-On", title: "Hands-On Learning", subtitle: "Learning by doing and exploring", description: "Through experiential activities, children learn concepts naturally - from basic counting to scientific exploration, all through play.", imageSrc: "http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361855.jpg?_wi=3", imageAlt: "Hands-on learning"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Outdoor", title: "Outdoor Play", subtitle: "Physical activity and nature exploration", description: "Our open play areas provide safe spaces for children to run, climb, explore, and develop physical strength and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-girl-merry-go-round_23-2147830624.jpg", imageAlt: "Outdoor play area"
|
||||
tag: "Outdoor", title: "Outdoor Play", subtitle: "Physical activity and nature exploration", description: "Our open play areas provide safe spaces for children to run, climb, explore, and develop physical strength and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-girl-merry-go-round_23-2147830624.jpg?_wi=3", imageAlt: "Outdoor play area"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user