Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-09 03:47:04 +00:00

View File

@@ -52,8 +52,6 @@ export default function LandingPage() {
{
text: "Book a Session", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6VRX4f2f3gkdq5DyveJ4QiBzc/uploaded-1775706222577-aljr3rhu.jpg?_wi=1"
imageAlt="Abstract medical art"
/>
</div>
@@ -70,8 +68,6 @@ export default function LandingPage() {
{
value: "1:1", title: "Personalized Care"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6VRX4f2f3gkdq5DyveJ4QiBzc/uploaded-1775706222577-3ss5by0a.jpg"
imageAlt="Speech therapy session"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -108,15 +104,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Sarah J.", role: "Parent", testimonial: "Ananya has a gentle touch and my son's speech has improved significantly in just three months.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lgbt-mother-outdoors-park-with-her-child_23-2148953018.jpg"},
id: "1", name: "Sarah J.", role: "Parent", testimonial: "Ananya has a gentle touch and my son's speech has improved significantly in just three months."
},
{
id: "2", name: "Michael K.", role: "Parent", testimonial: "The one-to-one home sessions made a huge difference. Highly recommended for early intervention.", imageSrc: "http://img.b2bpic.net/free-photo/father-spending-time-together-with-his-girl-outdoors_23-2149032211.jpg"},
id: "2", name: "Michael K.", role: "Parent", testimonial: "The one-to-one home sessions made a huge difference. Highly recommended for early intervention."
},
{
id: "3", name: "Emily R.", role: "Parent", testimonial: "Flexible and professional. We are so happy with the progress made.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smiling-young-blonde-girl-looking-isolated-pink-wall_141793-112729.jpg"},
id: "3", name: "Emily R.", role: "Parent", testimonial: "Flexible and professional. We are so happy with the progress made."
},
{
id: "4", name: "David M.", role: "Parent", testimonial: "Very patient therapist. Understands child needs thoroughly.", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg"},
id: "4", name: "David M.", role: "Parent", testimonial: "Very patient therapist. Understands child needs thoroughly."
},
{
id: "5", name: "Anita P.", role: "Parent", testimonial: "Best speech therapy in Mysore. Thank you Ananya.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-looking-camera-violet-shirt-looking-cheerful-front-view_176474-14482.jpg"},
id: "5", name: "Anita P.", role: "Parent", testimonial: "Best speech therapy in Mysore. Thank you Ananya."
},
]}
title="Kind Words from Families"
description="See how our home therapy has transformed lives."
@@ -141,8 +142,6 @@ export default function LandingPage() {
required: true,
}}
buttonText="Send Message"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6VRX4f2f3gkdq5DyveJ4QiBzc/uploaded-1775706222577-aljr3rhu.jpg?_wi=2"
imageAlt="Contact us"
/>
</div>
@@ -173,4 +172,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}