Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 19:31:34 +00:00
2 changed files with 1378 additions and 11 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -81,19 +81,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Creative Play & Expression", description: "Children explore art, music, and dramatic play to develop self-expression and imagination.", imageSrc: "http://img.b2bpic.net/free-photo/learning-through-virtual-classes_23-2148766770.jpg"
title: "Creative Play & Expression", description: "Children explore art, music, and dramatic play to develop self-expression and imagination.", imageSrc: "http://img.b2bpic.net/free-photo/learning-through-virtual-classes_23-2148766770.jpg?_wi=1"
},
{
id: 2,
title: "Language & Literacy", description: "Storytelling, vocabulary building, and early reading skills through engaging interactive experiences.", imageSrc: "http://img.b2bpic.net/free-photo/learning-through-virtual-classes_23-2148766770.jpg"
title: "Language & Literacy", description: "Storytelling, vocabulary building, and early reading skills through engaging interactive experiences.", imageSrc: "http://img.b2bpic.net/free-photo/learning-through-virtual-classes_23-2148766770.jpg?_wi=2"
},
{
id: 3,
title: "Math & Science Exploration", description: "Hands-on discovery of numbers, shapes, cause-and-effect, and the natural world through play.", imageSrc: "http://img.b2bpic.net/free-photo/learning-through-virtual-classes_23-2148766770.jpg"
title: "Math & Science Exploration", description: "Hands-on discovery of numbers, shapes, cause-and-effect, and the natural world through play.", imageSrc: "http://img.b2bpic.net/free-photo/learning-through-virtual-classes_23-2148766770.jpg?_wi=3"
},
{
id: 4,
title: "Social & Emotional Growth", description: "Nurturing kindness, cooperation, confidence, and emotional intelligence through guided interactions.", imageSrc: "http://img.b2bpic.net/free-photo/learning-through-virtual-classes_23-2148766770.jpg"
title: "Social & Emotional Growth", description: "Nurturing kindness, cooperation, confidence, and emotional intelligence through guided interactions.", imageSrc: "http://img.b2bpic.net/free-photo/learning-through-virtual-classes_23-2148766770.jpg?_wi=4"
}
]}
title="Curriculum Highlights"
@@ -111,13 +111,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "classroom-infant", name: "Infant & Toddler Classrooms", price: "Ages 23", variant: "Warm, secure, sensory-rich environment", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-preschool_23-2147664153.jpg", imageAlt: "Bright infant classroom with soft play areas"
id: "classroom-infant", name: "Infant & Toddler Classrooms", price: "Ages 23", variant: "Warm, secure, sensory-rich environment", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-preschool_23-2147664153.jpg?_wi=1", imageAlt: "Bright infant classroom with soft play areas"
},
{
id: "classroom-pre", name: "Preschool Classroom", price: "Ages 34", variant: "Open learning centers with exploration zones", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-preschool_23-2147664153.jpg", imageAlt: "Colorful preschool classroom with learning stations"
id: "classroom-pre", name: "Preschool Classroom", price: "Ages 34", variant: "Open learning centers with exploration zones", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-preschool_23-2147664153.jpg?_wi=2", imageAlt: "Colorful preschool classroom with learning stations"
},
{
id: "classroom-pre-k", name: "Pre-K Classroom", price: "Ages 45", variant: "Skill-building and school readiness focus", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-preschool_23-2147664153.jpg", imageAlt: "Pre-kindergarten classroom with activity centers"
id: "classroom-pre-k", name: "Pre-K Classroom", price: "Ages 45", variant: "Skill-building and school readiness focus", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-preschool_23-2147664153.jpg?_wi=3", imageAlt: "Pre-kindergarten classroom with activity centers"
},
{
id: "outdoor-play", name: "Outdoor Play Area", price: "All Ages", variant: "Safe equipment, nature exploration, physical activity", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-swing_1098-1803.jpg", imageAlt: "Modern, colorful outdoor playground"
@@ -191,16 +191,16 @@ export default function LandingPage() {
<TeamCardSix
members={[
{
id: "1", name: "Jennifer Williams", role: "Head Teacher, Infant Care", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-education-home_23-2149738175.jpg", imageAlt: "Jennifer Williams, certified early childhood educator"
id: "1", name: "Jennifer Williams", role: "Head Teacher, Infant Care", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-education-home_23-2149738175.jpg?_wi=1", imageAlt: "Jennifer Williams, certified early childhood educator"
},
{
id: "2", name: "Marcus Chen", role: "Preschool Lead Educator", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-education-home_23-2149738175.jpg", imageAlt: "Marcus Chen, experienced preschool teacher"
id: "2", name: "Marcus Chen", role: "Preschool Lead Educator", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-education-home_23-2149738175.jpg?_wi=2", imageAlt: "Marcus Chen, experienced preschool teacher"
},
{
id: "3", name: "Olivia Rodriguez", role: "Pre-K Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-education-home_23-2149738175.jpg", imageAlt: "Olivia Rodriguez, school readiness specialist"
id: "3", name: "Olivia Rodriguez", role: "Pre-K Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-education-home_23-2149738175.jpg?_wi=3", imageAlt: "Olivia Rodriguez, school readiness specialist"
},
{
id: "4", name: "David Thompson", role: "Program Director", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-education-home_23-2149738175.jpg", imageAlt: "David Thompson, early childhood program director"
id: "4", name: "David Thompson", role: "Program Director", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-education-home_23-2149738175.jpg?_wi=4", imageAlt: "David Thompson, early childhood program director"
}
]}
gridVariant="uniform-all-items-equal"