|
|
|
@@ -10,9 +10,8 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
|
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
|
|
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() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -35,7 +34,6 @@ export default function LandingPage() {
|
|
|
|
{ name: "Home", id: "#hero" },
|
|
|
|
{ name: "Home", id: "#hero" },
|
|
|
|
{ name: "Bio", id: "#about" },
|
|
|
|
{ name: "Bio", id: "#about" },
|
|
|
|
{ name: "Services", id: "#features" },
|
|
|
|
{ name: "Services", id: "#features" },
|
|
|
|
{ name: "Courses", id: "#products" },
|
|
|
|
|
|
|
|
{ name: "Reviews", id: "#testimonials" },
|
|
|
|
{ name: "Reviews", id: "#testimonials" },
|
|
|
|
{ name: "Contact", id: "#contact" },
|
|
|
|
{ name: "Contact", id: "#contact" },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
@@ -71,6 +69,21 @@ export default function LandingPage() {
|
|
|
|
<div className="max-w-3xl mx-auto py-12 px-6 text-foreground/80 leading-relaxed">
|
|
|
|
<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">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>
|
|
|
|
<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>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -89,22 +102,6 @@ export default function LandingPage() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="products" data-section="products">
|
|
|
|
|
|
|
|
<ProductCardTwo
|
|
|
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
products={[
|
|
|
|
|
|
|
|
{ id: "p1", brand: "Course", name: "Master Your Myofunctional Foundation", price: "$150", rating: 5, reviewCount: "24", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/tmp/image-for-orofacial-myology-1776994604596-b1c8339d.png" },
|
|
|
|
|
|
|
|
{ id: "p2", brand: "Course", name: "Transform Your Sleep Quality", price: "$195", rating: 5, reviewCount: "18", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776988151559-ot9g62wc.png" },
|
|
|
|
|
|
|
|
{ id: "p3", brand: "Course", name: "Jaw Tension Relief", price: "$120", rating: 4, reviewCount: "32", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776994305700-7ghgm2og.png" },
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
title="Start Your Transformation"
|
|
|
|
|
|
|
|
description="Access my specialized programs designed to help you build essential habits for lasting change."
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
<MetricCardTwo
|
|
|
|
<MetricCardTwo
|
|
|
|
animationType="blur-reveal"
|
|
|
|
animationType="blur-reveal"
|
|
|
|
@@ -142,7 +139,9 @@ export default function LandingPage() {
|
|
|
|
faqs={[
|
|
|
|
faqs={[
|
|
|
|
{ id: "q1", title: "What is orofacial myology?", content: "A specialized therapy focusing on tongue, jaw, and facial muscle function to enhance breathing, sleep, and overall wellness." },
|
|
|
|
{ id: "q1", title: "What is orofacial myology?", content: "A specialized therapy focusing on tongue, jaw, and facial muscle function to enhance breathing, sleep, and overall wellness." },
|
|
|
|
{ id: "q2", title: "How do online sessions work?", content: "I offer personalized video consultations to guide you through specific exercises and therapy protocols from the comfort of your home." },
|
|
|
|
{ id: "q2", title: "How do online sessions work?", content: "I offer personalized video consultations to guide you through specific exercises and therapy protocols from the comfort of your home." },
|
|
|
|
{ id: "q3", title: "How long until I see results?", content: "While individual progress varies, most clients begin to notice subtle improvements in muscle awareness and comfort within the first 3-4 weeks of consistent practice." }
|
|
|
|
{ id: "q3", title: "How long until I see results?", content: "While individual progress varies, most clients begin to notice subtle improvements in muscle awareness and comfort within the first 3-4 weeks of consistent practice." },
|
|
|
|
|
|
|
|
{ id: "q4", title: "What is the scientific foundation of your therapy?", content: "My approach is grounded in peer-reviewed neurorehabilitation research and orofacial myofunctional principles, integrating objective diagnostic metrics to ensure evidence-based, clinically validated care." },
|
|
|
|
|
|
|
|
{ id: "q5", title: "What credentials support your practice?", content: "I am a board-certified Speech-Language Pathologist and Qualified Orofacial Myologist (QOM) currently pursuing a PhD in Biomedical Sciences, ensuring that every therapeutic intervention is backed by the latest clinical research and scientific advancements in the field." }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="How My Therapy Works"
|
|
|
|
title="How My Therapy Works"
|
|
|
|
description="Find answers to help you start your journey."
|
|
|
|
description="Find answers to help you start your journey."
|
|
|
|
@@ -159,8 +158,12 @@ export default function LandingPage() {
|
|
|
|
buttons={[{ text: "Schedule your evaluation", href: "#" }]}
|
|
|
|
buttons={[{ text: "Schedule your evaluation", href: "#" }]}
|
|
|
|
className="text-center"
|
|
|
|
className="text-center"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<div className="text-center text-sm text-foreground/60 py-4">
|
|
|
|
<div className="max-w-xl mx-auto text-center text-sm text-foreground/80 py-8 space-y-2">
|
|
|
|
*Insurance is accepted only in Florida. All international or out-of-state clients are private pay.
|
|
|
|
<p className="font-semibold">On-site services at Specialized Speech Center</p>
|
|
|
|
|
|
|
|
<p>3335 N University Dr #5, Hollywood, FL 33024</p>
|
|
|
|
|
|
|
|
<p>Phone: (954) 442-9422 | Email: olivia@specializedspch.com</p>
|
|
|
|
|
|
|
|
<p className="pt-2">Zoom telehealth sessions available.</p>
|
|
|
|
|
|
|
|
<p className="pt-4">*Insurance is accepted only in Florida. All international or out-of-state clients are private pay.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|