diff --git a/src/app/page.tsx b/src/app/page.tsx index d1142e3..389746c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,13 +79,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Behavioral Intervention", description: "Personalized ABA therapy focusing on essential communication and social skills development." + title: "Behavioral Intervention", description: "Personalized ABA therapy focusing on essential communication and social skills development.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1594954005886-f2887309000b" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1594954005886-f2887309000b" } }, { - title: "Sensory Integration", description: "Structured activities to help children process sensory input effectively and improve daily functioning." + title: "Sensory Integration", description: "Structured activities to help children process sensory input effectively and improve daily functioning.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1594954005886-f2887309000b" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1594954005886-f2887309000b" } }, { - title: "Speech & Language Therapy", description: "Targeted speech sessions to help children express themselves with confidence and clarity." + title: "Speech & Language Therapy", description: "Targeted speech sessions to help children express themselves with confidence and clarity.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1594954005886-f2887309000b" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1594954005886-f2887309000b" } } ]} showStepNumbers={true} @@ -116,19 +119,19 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", title: "Life-Changing", quote: "Prarambha changed our lives. The support is beyond words.", name: "Anita Shrestha", role: "Parent" + id: "t1", title: "Life-Changing", quote: "Prarambha changed our lives. The support is beyond words.", name: "Anita Shrestha", role: "Parent" }, { - id: "t2", title: "Highly Professional", quote: "The team at Prarambha are experts who truly care for our kids.", name: "Rajesh Kumar", role: "Parent" + id: "t2", title: "Highly Professional", quote: "The team at Prarambha are experts who truly care for our kids.", name: "Rajesh Kumar", role: "Parent" }, { - id: "t3", title: "Incredible Growth", quote: "Seeing my son progress each day makes me so proud.", name: "Sunita Rai", role: "Parent" + id: "t3", title: "Incredible Growth", quote: "Seeing my son progress each day makes me so proud.", name: "Sunita Rai", role: "Parent" }, { - id: "t4", title: "Supportive Environment", quote: "A safe and caring space for every child's development.", name: "Bimal Thapa", role: "Parent" + id: "t4", title: "Supportive Environment", quote: "A safe and caring space for every child's development.", name: "Bimal Thapa", role: "Parent" }, { - id: "t5", title: "Outstanding Staff", quote: "Dedication and compassion in every single session.", name: "Kiran Lama", role: "Parent" + id: "t5", title: "Outstanding Staff", quote: "Dedication and compassion in every single session.", name: "Kiran Lama", role: "Parent" } ]} title="Voices of Our Community" @@ -184,14 +187,14 @@ export default function LandingPage() {