From 11eb8ddc67ea44918a93801742999e4561f2f85f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 02:46:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a631d34..c411bdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,8 +125,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Matthew L.", role: "Client", testimonial: "Olivia has been the light I have been looking for... I have been doing myofunctional therapy with Olivia and it has been nothing short of the most ideal experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/tmp/tongue-posture-1776988110203-51a65b4a.png" }, - { id: "2", name: "Max M.", role: "Client", testimonial: "Olivia and her team have been amazing. From the start, they've been incredibly kind, professional, and genuinely invested in helping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776988298056-jjm1ubse.webp" }, + { id: "1", name: "Matthew L.", role: "Client", testimonial: "Olivia has been the light I have been looking for... I have been doing myofunctional therapy with Olivia and it has been nothing short of the most ideal experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/tmp/tongue-posture-1776988110203-51a65b4a.png", icon: Smile }, + { id: "2", name: "Max M.", role: "Client", testimonial: "Olivia and her team have been amazing. From the start, they've been incredibly kind, professional, and genuinely invested in helping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776988298056-jjm1ubse.webp", icon: Smile }, { id: "3", name: "Kyle S", role: "Client", testimonial: "Specialized Speech Center and especially treatment with Olivia has truly been a game changer for me. I came in for orofacial myofunctional tongue therapy and wasn't sure what to expect, but from the very first visit, the team made me feel comfortable, informed, and supported. The therapists are incredibly knowledgeable and explained everything in a way that was easy to understand. I've already noticed significant improvements in how my tongue rests, how I breathe, and even how I speak. What really stands out is the personalized care they give to each person. You can tell they genuinely care about your progress, and they take the time to get it right. The office is clean, welcoming, and professional, and scheduling has always been easy and flexible. Whether you're seeking help for a child or for yourself, especially with issues like tongue posture or breathing, I highly recommend Specialized Speech Center. Their expertise and dedication make a real difference.", icon: Smile } ]} title="Client Love" -- 2.49.1