Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -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() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Programs", href: "#features" },
|
||||
{ label: "Meet the Team", href: "#team" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact Us", items: [
|
||||
title: "Contact Us", items: [
|
||||
{ label: "Biratnagar, Nepal", href: "#contact" },
|
||||
{ label: "info@prarambha.np", href: "mailto:info@prarambha.np" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user