Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83dcc904b0 | |||
| 771cbb7618 | |||
| 6261212ff3 | |||
| 935c490e37 | |||
| 94feee5276 |
@@ -53,15 +53,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sunny Vaid", handle: "Parent", testimonial: "Our experience has been wonderful. My child feels safe and supported here.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg", imageAlt: "parent happy satisfied portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg?_wi=1", imageAlt: "parent happy satisfied portrait"
|
||||
},
|
||||
{
|
||||
name: "Deepu Mahour", handle: "Parent", testimonial: "I'm very satisfied with this school. My child is learning many new things.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-having-meeting-cafe_1262-1956.jpg", imageAlt: "parent smiling portrait professional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-having-meeting-cafe_1262-1956.jpg?_wi=1", imageAlt: "parent smiling portrait professional"
|
||||
},
|
||||
{
|
||||
name: "Nargis Raja", handle: "Parent", testimonial: "Teachers are skilled and the environment is very safe. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg", imageAlt: "parent portrait professional friendly"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg?_wi=1", imageAlt: "parent portrait professional friendly"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -89,10 +89,10 @@ export default function LandingPage() {
|
||||
id: "experienced-teachers", title: "Experienced & Patient Teachers", description: "Our highly trained and certified teachers bring years of expertise in early childhood development.", imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-stroking-cute-dog_329181-17068.jpg", imageAlt: "Teacher with children"
|
||||
},
|
||||
{
|
||||
id: "playway-method", title: "Play-Way Learning Method", description: "We believe children learn best through play. Our curriculum combines fun with foundational learning.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg", imageAlt: "Children engaged in play-based learning"
|
||||
id: "playway-method", title: "Play-Way Learning Method", description: "We believe children learn best through play. Our curriculum combines fun with foundational learning.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=1", imageAlt: "Children engaged in play-based learning"
|
||||
},
|
||||
{
|
||||
id: "english-environment", title: "English Speaking Environment", description: "Immersive English language exposure from day one, with multilingual support when needed.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg", imageAlt: "Classroom with English signage"
|
||||
id: "english-environment", title: "English Speaking Environment", description: "Immersive English language exposure from day one, with multilingual support when needed.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=2", imageAlt: "Classroom with English signage"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=3"
|
||||
imageAlt="Children in a nurturing classroom environment"
|
||||
bulletPoints={[
|
||||
{
|
||||
@@ -193,15 +193,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sunny Vaid", role: "Parent", company: "Mangolpuri Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg", imageAlt: "parent happy satisfied portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg?_wi=2", imageAlt: "parent happy satisfied portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Deepu Mahour", role: "Parent", company: "Satisfied Guardian", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-having-meeting-cafe_1262-1956.jpg", imageAlt: "parent smiling portrait professional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-having-meeting-cafe_1262-1956.jpg?_wi=2", imageAlt: "parent smiling portrait professional"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Nargis Raja", role: "Parent", company: "Delhi Parent", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg", imageAlt: "parent portrait professional friendly"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg?_wi=2", imageAlt: "parent portrait professional friendly"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Rajesh Kumar", role: "Parent", company: "Local Resident", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user