From aaba5168e98affbf83d20429c8d65e5a883e9800 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 03:47:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a07033..c099d5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -173,4 +172,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1