@@ -45,119 +40,26 @@ export default function LandingPage() {
@@ -166,21 +68,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Little Sprouts?"
metrics={[
- {
- icon: Award,
- label: "Certified Staff",
- value: "15+",
- },
- {
- icon: Users,
- label: "Happy Families",
- value: "200+",
- },
- {
- icon: Smile,
- label: "Child Experience",
- value: "10y",
- },
+ { icon: Award, label: "Certified Staff", value: "15+" },
+ { icon: Users, label: "Happy Families", value: "200+" },
+ { icon: Smile, label: "Child Experience", value: "10y" },
]}
metricsAnimation="slide-up"
/>
@@ -192,41 +82,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Jane D.",
- handle: "@parent",
- testimonial: "My child loves coming here every single morning. The staff is wonderful.",
- imageSrc: "http://img.b2bpic.net/free-photo/aerobics-cardio-water-squat-smartphone-slim_1303-3116.jpg",
- },
- {
- id: "2",
- name: "Mark S.",
- handle: "@father",
- testimonial: "Exceptional care and a very clean, inviting environment.",
- imageSrc: "http://img.b2bpic.net/free-photo/father-son-outdoors-road-trip_23-2148801701.jpg",
- },
- {
- id: "3",
- name: "Sarah L.",
- handle: "@mom",
- testimonial: "I can't imagine a better place for my little one to start their education journey.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-doing-homework-with-father_23-2149153928.jpg",
- },
- {
- id: "4",
- name: "David W.",
- handle: "@dad",
- testimonial: "The balance of play and learning is perfect here.",
- imageSrc: "http://img.b2bpic.net/free-photo/cute-little-boy-sitting-grass-with-his-mother-background_23-2147637087.jpg",
- },
- {
- id: "5",
- name: "Emma R.",
- handle: "@mother",
- testimonial: "So supportive and patient with every child. Highly recommended.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-child-son-near-blank-brick-wall-room_8353-7955.jpg",
- },
+ { id: "1", name: "Jane D.", handle: "@parent", testimonial: "My child loves coming here every single morning. The staff is wonderful.", imageSrc: "http://img.b2bpic.net/free-photo/aerobics-cardio-water-squat-smartphone-slim_1303-3116.jpg" },
+ { id: "2", name: "Mark S.", handle: "@father", testimonial: "Exceptional care and a very clean, inviting environment.", imageSrc: "http://img.b2bpic.net/free-photo/father-son-outdoors-road-trip_23-2148801701.jpg" },
+ { id: "3", name: "Sarah L.", handle: "@mom", testimonial: "I can't imagine a better place for my little one to start their education journey.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-doing-homework-with-father_23-2149153928.jpg" },
+ { id: "4", name: "David W.", handle: "@dad", testimonial: "The balance of play and learning is perfect here.", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-boy-sitting-grass-with-his-mother-background_23-2147637087.jpg" },
+ { id: "5", name: "Emma R.", handle: "@mother", testimonial: "So supportive and patient with every child. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-father-mother-child-son-near-blank-brick-wall-room_8353-7955.jpg" },
]}
title="Trusted by Families"
description="Hear from our wonderful community members."
@@ -241,29 +101,8 @@ export default function LandingPage() {
title="Simple Enrollment"
description="Flexible plans to suit your family's needs."
plans={[
- {
- id: "pt1",
- badge: "Part-Time",
- price: "$800/mo",
- subtitle: "Mornings or Afternoons",
- features: [
- "3 days/week",
- "Organic snacks",
- "Safe care",
- ],
- },
- {
- id: "pt2",
- badge: "Full-Time",
- price: "$1200/mo",
- subtitle: "Comprehensive care",
- features: [
- "5 days/week",
- "Organic meals",
- "Daily reports",
- "Educational curriculum",
- ],
- },
+ { id: "pt1", badge: "Part-Time", price: "$800/mo", subtitle: "Mornings or Afternoons", features: ["3 days/week", "Organic snacks", "Safe care"] },
+ { id: "pt2", badge: "Full-Time", price: "$1200/mo", subtitle: "Comprehensive care", features: ["5 days/week", "Organic meals", "Daily reports", "Educational curriculum"] },
]}
/>
@@ -275,16 +114,8 @@ export default function LandingPage() {
title="A Day at Little Sprouts"
description="Exploration, discovery, and connection."
features={[
- {
- title: "Interactive Play",
- description: "Hands-on learning with blocks and puzzles.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-boy-eating-sandwich-smiling-his-lunch-break-kindergarten_662251-2621.jpg",
- },
- {
- title: "Outdoor Adventure",
- description: "Safe garden exploration and gross motor play.",
- imageSrc: "http://img.b2bpic.net/free-photo/boy-playing-with-brain-teaser-toys_23-2149511986.jpg",
- },
+ { title: "Interactive Play", description: "Hands-on learning with blocks and puzzles.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-boy-eating-sandwich-smiling-his-lunch-break-kindergarten_662251-2621.jpg" },
+ { title: "Outdoor Adventure", description: "Safe garden exploration and gross motor play.", imageSrc: "http://img.b2bpic.net/free-photo/boy-playing-with-brain-teaser-toys_23-2149511986.jpg" },
]}
/>
@@ -293,28 +124,8 @@ export default function LandingPage() {