Compare commits

...

6 Commits

Author SHA1 Message Date
18edf57327 Update src/app/page.tsx 2026-04-24 02:44:45 +00:00
2c9d8f2690 Merge version_41 into main
Merge version_41 into main
2026-04-24 02:43:22 +00:00
45982c18d4 Update src/app/page.tsx 2026-04-24 02:43:16 +00:00
b0723568af Merge version_40 into main
Merge version_40 into main
2026-04-24 02:41:00 +00:00
a0a4db1bfe Update src/app/page.tsx 2026-04-24 02:40:57 +00:00
d1b6e4b468 Merge version_39 into main
Merge version_39 into main
2026-04-24 02:40:07 +00:00

View File

@@ -67,9 +67,7 @@ export default function LandingPage() {
metricsAnimation="blur-reveal"
/>
<div className="max-w-3xl mx-auto py-12 px-6 text-foreground/80 leading-relaxed">
<p className="mb-6">I am a board certified speech-language pathologist and qualified orofacial myologist (QOM) currently pursuing a PhD in Biomedical Sciences, with a research focus on neurological functions, disorders, particularly the assessment and progression in conditions such as ALS, ADHD, Sleep disorders, and orofacial myofunctional disorders. My work bridges clinical practice and translational research. </p>
<p className="mb-6">With extensive clinical experience across hospitals, outpatient clinics, and interdisciplinary care teams, I specialize in the diagnosis and treatment of speech, language, swallowing, and cognitive impairments resulting from neurological injury, disease, and dysfunction. I bring a strong foundation in evidence-based care, and am skilled in integrating clinical assessment with objective diagnostic tools to support comprehensive, individualized treatment planning. My passion lies at the intersection of neurorehabilitation, orofacial myology, and research innovation. I am dedicated to improving quality of life through both direct patient care and research that informs and elevates clinical standards.</p>
<div className="mt-8 p-6 bg-card rounded-2xl flex flex-col items-center text-center gap-4 border border-accent">
<div className="mb-12 p-6 bg-card rounded-2xl flex flex-col items-center text-center gap-4 border border-accent">
<Podcast className="w-10 h-10 text-primary" />
<h3 className="text-xl font-semibold">Podcast Feature: Dr. Stanley Liu</h3>
<p className="text-sm leading-relaxed opacity-90">
@@ -84,6 +82,8 @@ export default function LandingPage() {
Listen on YouTube
</a>
</div>
<p className="mb-6">I am a board certified speech-language pathologist and qualified orofacial myologist (QOM) currently pursuing a PhD in Biomedical Sciences, with a research focus on neurological functions, disorders, particularly the assessment and progression in conditions such as ALS, ADHD, Sleep disorders, and orofacial myofunctional disorders. My work bridges clinical practice and translational research. </p>
<p className="mb-6">With extensive clinical experience across hospitals, outpatient clinics, and interdisciplinary care teams, I specialize in the diagnosis and treatment of speech, language, swallowing, and cognitive impairments resulting from neurological injury, disease, and dysfunction. I bring a strong foundation in evidence-based care, and am skilled in integrating clinical assessment with objective diagnostic tools to support comprehensive, individualized treatment planning. My passion lies at the intersection of neurorehabilitation, orofacial myology, and research innovation. I am dedicated to improving quality of life through both direct patient care and research that informs and elevates clinical standards.</p>
</div>
</div>
@@ -127,6 +127,7 @@ export default function LandingPage() {
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: "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"
description="Read about the transformations experienced by my clients."
@@ -146,7 +147,7 @@ export default function LandingPage() {
]}
title="How My Therapy Works"
description="Find answers to help you start your journey."
buttons={[{ text: "Book your consultation", href: "#contact" }]}
buttons={[{ text: "Book your consultation", href: "#contact" }, { text: "Ask a question", href: "#contact" }]}
faqsAnimation="blur-reveal"
/>
</div>