Merge version_34 into main #43

Merged
bender merged 1 commits from version_34 into main 2026-04-24 02:23:40 +00:00

View File

@@ -11,7 +11,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Moon, Sparkles, Wind } from "lucide-react";
import { Moon, Sparkles, Wind, Podcast } from "lucide-react";
export default function LandingPage() {
return (
@@ -68,7 +68,22 @@ export default function LandingPage() {
/>
<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. Tune into my podcast with Dr. Stanley Liu, UCSF &amp; Stanford-trained surgeon and former Stanford Sleep Surgery Fellowship Director, where we explore how orofacial myofunctional therapy optimizes breathing, enhances facial beauty, improves teeth alignment, and transforms sleep qualityhttps://youtu.be/e8mpzH0Eqt8</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">
<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">
Tune into my podcast with Dr. Stanley Liu, UCSF & Stanford-trained surgeon and former Stanford Sleep Surgery Fellowship Director, where we explore how orofacial myofunctional therapy optimizes breathing, enhances facial beauty, improves teeth alignment, and transforms sleep quality.
</p>
<a
href="https://youtu.be/e8mpzH0Eqt8?si=erXh4Nyyf-Hxu06w"
target="_blank"
rel="noopener noreferrer"
className="mt-2 px-6 py-2 bg-primary text-primary-foreground rounded-full font-medium hover:opacity-90 transition-opacity"
>
Listen on YouTube
</a>
</div>
</div>
</div>