Compare commits
4 Commits
version_22
...
version_24
| Author | SHA1 | Date | |
|---|---|---|---|
| 86c61f0cdf | |||
| 552f98402b | |||
| a5c7d0d06a | |||
| 7412ea6409 |
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Bio", id: "#about" },
|
||||
{ name: "Services", id: "#features" },
|
||||
{ name: "Courses", id: "#products" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
@@ -59,14 +59,18 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Meet Your Specialist: Olivia Lallouz"
|
||||
title="Olivia Lallouz, MS, CCC-SLP | Qualified Orofacial Myologist | PhD Candidate"
|
||||
metrics={[
|
||||
{ label: "Bite Alignment", value: "Optimized", icon: Sparkles },
|
||||
{ label: "Breathing", value: "Optimized", icon: Wind },
|
||||
{ label: "Sleep Quality", value: "Improved", icon: Moon },
|
||||
{ label: "Professional Status", value: "Certified SLP & QOM", icon: Sparkles },
|
||||
{ label: "Focus", value: "Neurorehabilitation", icon: Wind },
|
||||
{ label: "Approach", value: "Evidence-Based", icon: Moon },
|
||||
]}
|
||||
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 certified speech-language pathologist and qualified orofacial myologist (QOM) currently pursuing a PhD in Biomedical Sciences, with a research focus on neurological disorders, particularly the assessment and progression in conditions such as ALS. My work bridges clinical practice and translational research, with the goal of advancing early detection and intervention strategies for neurodegenerative disease.</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 or disease. 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>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
@@ -75,9 +79,9 @@ export default function LandingPage() {
|
||||
title="Benefits of Myofunctional Therapy"
|
||||
description="From bite alignment to sleep optimization, my sessions are tailored to your specific facial structure and habits."
|
||||
accordionItems={[
|
||||
{ id: "1", title: "Wake Up Refreshed", content: "Wake up refreshed by eliminating sleep-disrupting mouth breathing through optimized airway function." },
|
||||
{ id: "2", title: "Restore Jaw Comfort", content: "Restore proper jaw positioning and eliminate tension through specialized myofunctional techniques that target the root cause of grinding." },
|
||||
{ id: "3", title: "Breathe With Ease", content: "Transform your daily breathing habits by reinforcing nasal breathing to support your long-term wellness and vitality." },
|
||||
{ id: "1", title: "Eliminate Sleep-Disrupting Mouth Breathing", content: "Wake up refreshed by eliminating sleep-disrupting mouth breathing through optimized airway function." },
|
||||
{ id: "2", title: "Resolve Chronic Jaw Tension", content: "Restore proper jaw positioning and eliminate tension through specialized myofunctional techniques that target the root cause of grinding." },
|
||||
{ id: "3", title: "Optimize Daily Breathing Efficiency", content: "Transform your daily breathing habits by reinforcing nasal breathing to support your long-term wellness and vitality." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-sitting-with-closed-eyes_23-2148897916.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -167,4 +171,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user