Update src/app/page.tsx
This commit is contained in:
@@ -65,9 +65,9 @@ export default function LandingPage() {
|
||||
title="Programs Designed for Early Growth"
|
||||
description="We offer age-appropriate programs that build confidence, communication skills, and curiosity."
|
||||
features={[
|
||||
{ id: 1, tag: "Age 1.5 - 2.5", title: "Playgroup", subtitle: "Social Development", description: "Focus on interaction and basic motor skills.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg" },
|
||||
{ id: 2, tag: "Age 2.5 - 3.5", title: "Nursery", subtitle: "Early Concepts", description: "Introduction to language and creative play.", imageSrc: "http://img.b2bpic.net/free-photo/father-child-coloring_1098-12782.jpg" },
|
||||
{ id: 3, tag: "Age 3.5 - 5", title: "Kindergarten", subtitle: "Readiness", description: "Early literacy, numeracy, and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/children-playing-group_23-2148107458.jpg" }
|
||||
{ id: 1, tag: "Age 1.5 - 2.5", title: "Playgroup", subtitle: "Social Development", description: "Focus on interaction and basic motor skills.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg?_wi=1" },
|
||||
{ id: 2, tag: "Age 2.5 - 3.5", title: "Nursery", subtitle: "Early Concepts", description: "Introduction to language and creative play.", imageSrc: "http://img.b2bpic.net/free-photo/father-child-coloring_1098-12782.jpg?_wi=1" },
|
||||
{ id: 3, tag: "Age 3.5 - 5", title: "Kindergarten", subtitle: "Readiness", description: "Early literacy, numeracy, and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/children-playing-group_23-2148107458.jpg?_wi=1" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,11 +79,11 @@ export default function LandingPage() {
|
||||
title="What Parents Say"
|
||||
description="Our community shares their experiences."
|
||||
testimonials={[
|
||||
{ id: "1", title: "Great Attention", quote: "The small class size really helps in providing individual attention.", name: "Sarah Johnson", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-with-cream-noses_23-2147807805.jpg" },
|
||||
{ id: "1", title: "Great Attention", quote: "The small class size really helps in providing individual attention.", name: "Sarah Johnson", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-with-cream-noses_23-2147807805.jpg?_wi=1" },
|
||||
{ id: "2", title: "Very Patient", quote: "The teachers are incredibly patient and provide regular updates on progress.", name: "Michael Chen", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/mother-father-daughter-together-having-fun-farm_1153-7504.jpg" },
|
||||
{ id: "3", title: "Safe Space", quote: "A good and safe place for kids.", name: "Emily Rodriguez", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/mother-carrying-cute-daughter-back_23-2148070362.jpg" },
|
||||
{ id: "4", title: "Excellent", quote: "We are very happy with the school's caring environment.", name: "David Kim", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/joyful-adult-couple-man-holding-woman-his-back-woman-winking-showing-tongue-stretching-out-hand_141793-58015.jpg" },
|
||||
{ id: "5", title: "Highly Recommend", quote: "My child loves going to school every day. Truly a wonderful experience.", name: "Priya Sharma", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-with-cream-noses_23-2147807805.jpg" }
|
||||
{ id: "5", title: "Highly Recommend", quote: "My child loves going to school every day. Truly a wonderful experience.", name: "Priya Sharma", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-with-cream-noses_23-2147807805.jpg?_wi=2" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user