Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 18:51:21 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Where Childhood Dreams Come to Life"
description="Sunny Steps is a warm, nurturing daycare dedicated to fostering creativity, confidence, and joy in every child. We provide a safe, loving environment where children grow, learn, and thrive."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "15+", label: "Years of Excellence" },
{ value: "500+", label: "Happy Families" },
@@ -141,13 +141,13 @@ export default function LandingPage() {
id: "1", title: "A Second Home for Our Child", quote: "Sunny Steps has been transformative for our daughter. She absolutely loves going to daycare and comes home excited to share what she learned. The teachers are caring, attentive, and genuinely invested in her growth.", name: "Sarah Mitchell", role: "Parent of Emma, Age 4", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2", title: "Outstanding Care and Education", quote: "We were impressed from day one. The facility is clean, safe, and filled with engaging activities. Our son's confidence and vocabulary have grown tremendously since starting at Sunny Steps.", name: "Michael Rodriguez", role: "Parent of Lucas, Age 3", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Michael Rodriguez"
id: "2", title: "Outstanding Care and Education", quote: "We were impressed from day one. The facility is clean, safe, and filled with engaging activities. Our son's confidence and vocabulary have grown tremendously since starting at Sunny Steps.", name: "Michael Rodriguez", role: "Parent of Lucas, Age 3", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Rodriguez"
},
{
id: "3", title: "Peace of Mind as a Working Parent", quote: "The daily updates, open communication, and professional staff give us complete peace of mind. We know our children are in excellent hands. Highly recommend Sunny Steps!", name: "Jessica Chen", role: "Parent of Sofia & Lucas, Ages 2 & 5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-confident-entrepreneur_1098-21617.jpg", imageAlt: "Jessica Chen"
},
{
id: "4", title: "A Nurturing Community", quote: "What sets Sunny Steps apart is the warmth and community. The staff treats every child with such love and attention. We've made lifelong friendships with other families too.", name: "David Thompson", role: "Parent of Oliver, Age 3", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "David Thompson"
id: "4", title: "A Nurturing Community", quote: "What sets Sunny Steps apart is the warmth and community. The staff treats every child with such love and attention. We've made lifelong friendships with other families too.", name: "David Thompson", role: "Parent of Oliver, Age 3", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Thompson"
}
]}
/>
@@ -165,16 +165,16 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "1", name: "Rebecca Wilson", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg?_wi=1", imageAlt: "Rebecca Wilson"
id: "1", name: "Rebecca Wilson", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg", imageAlt: "Rebecca Wilson"
},
{
id: "2", name: "Maria Garcia", role: "Head Teacher", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg?_wi=2", imageAlt: "Maria Garcia"
id: "2", name: "Maria Garcia", role: "Head Teacher", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg", imageAlt: "Maria Garcia"
},
{
id: "3", name: "James Patterson", role: "Lead Educator", imageSrc: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg", imageAlt: "James Patterson"
},
{
id: "4", name: "Aisha Johnson", role: "Early Learning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg?_wi=3", imageAlt: "Aisha Johnson"
id: "4", name: "Aisha Johnson", role: "Early Learning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg", imageAlt: "Aisha Johnson"
}
]}
/>