Compare commits

...

4 Commits

Author SHA1 Message Date
86c61f0cdf Update src/app/page.tsx 2026-04-23 22:14:48 +00:00
552f98402b Merge version_23 into main
Merge version_23 into main
2026-04-23 21:48:13 +00:00
a5c7d0d06a Update src/app/page.tsx 2026-04-23 21:48:10 +00:00
7412ea6409 Merge version_22 into main
Merge version_22 into main
2026-04-23 21:45:54 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "#hero" }, { name: "Home", id: "#hero" },
{ name: "About", id: "#about" }, { name: "Bio", id: "#about" },
{ name: "Services", id: "#features" }, { name: "Services", id: "#features" },
{ name: "Courses", id: "#products" }, { name: "Courses", id: "#products" },
{ name: "Reviews", id: "#testimonials" }, { name: "Reviews", id: "#testimonials" },
@@ -59,14 +59,18 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
useInvertedBackground={false} useInvertedBackground={false}
title="Meet Your Specialist: Olivia Lallouz" title="Olivia Lallouz, MS, CCC-SLP | Qualified Orofacial Myologist | PhD Candidate"
metrics={[ metrics={[
{ label: "Bite Alignment", value: "Optimized", icon: Sparkles }, { label: "Professional Status", value: "Certified SLP & QOM", icon: Sparkles },
{ label: "Breathing", value: "Optimized", icon: Wind }, { label: "Focus", value: "Neurorehabilitation", icon: Wind },
{ label: "Sleep Quality", value: "Improved", icon: Moon }, { label: "Approach", value: "Evidence-Based", icon: Moon },
]} ]}
metricsAnimation="blur-reveal" 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>
<div id="features" data-section="features"> <div id="features" data-section="features">
@@ -75,9 +79,9 @@ export default function LandingPage() {
title="Benefits of Myofunctional Therapy" title="Benefits of Myofunctional Therapy"
description="From bite alignment to sleep optimization, my sessions are tailored to your specific facial structure and habits." description="From bite alignment to sleep optimization, my sessions are tailored to your specific facial structure and habits."
accordionItems={[ accordionItems={[
{ id: "1", title: "Wake Up Refreshed", content: "Wake up refreshed by eliminating sleep-disrupting mouth breathing through optimized airway function." }, { 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: "Restore Jaw Comfort", content: "Restore proper jaw positioning and eliminate tension through specialized myofunctional techniques that target the root cause of grinding." }, { 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: "Breathe With Ease", content: "Transform your daily breathing habits by reinforcing nasal breathing to support your long-term wellness and vitality." }, { 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" imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-sitting-with-closed-eyes_23-2148897916.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"