Compare commits
12 Commits
version_26
...
version_31
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b26842574 | |||
| ea71ad7b2e | |||
| a01361de60 | |||
| 1c416bf5c0 | |||
| 58ba19faaa | |||
| e0433dd5c1 | |||
| b89c1f032c | |||
| 95faf0eeda | |||
| 1f74552290 | |||
| 98ce9c88f3 | |||
| 1137e81c5e | |||
| 13a40b6a8a |
@@ -7,7 +7,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
|||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
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 ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroSplit
|
||||||
background={{ variant: "plain"}}
|
background={{ variant: "plain"}}
|
||||||
title="Breathe Better. Sleep Deeper. Live Beautifully."
|
title="Breathe Better. Sleep Deeper. Live Beautifully."
|
||||||
description="Olivia Lallouz • Orofacial Myologist"
|
description="Olivia Lallouz • Orofacial Myologist"
|
||||||
@@ -53,6 +53,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Olivia Lallouz"
|
imageAlt="Olivia Lallouz"
|
||||||
buttons={[{ text: "Start Your Evaluation", href: "#contact" }]}
|
buttons={[{ text: "Start Your Evaluation", href: "#contact" }]}
|
||||||
buttonClassName="bg-primary text-primary-foreground font-bold"
|
buttonClassName="bg-primary text-primary-foreground font-bold"
|
||||||
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -61,15 +62,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Olivia Lallouz, MS, CCC-SLP | Qualified Orofacial Myologist | PhD Candidate"
|
title="Olivia Lallouz, MS, CCC-SLP | Qualified Orofacial Myologist | PhD Candidate"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ label: "Board Certified SLP/QOM", value: "Board Certified SLP/QOM ", icon: Sparkles },
|
{ label: "Board Certified SLP/QOM", value: "", icon: Sparkles },
|
||||||
{ label: "Focus", value: "Neurorehabilitation", icon: Wind },
|
{ label: "Neurorehabiliation ", value: "", icon: Wind },
|
||||||
{ label: "Approach", value: "Evidence-Based", icon: Moon },
|
{ label: "Evidence-Based ", value: "", icon: Moon },
|
||||||
]}
|
]}
|
||||||
metricsAnimation="blur-reveal"
|
metricsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
<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 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">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 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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -95,9 +96,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", brand: "Course", name: "Myofunctional Foundation", price: "$150", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/medic-equipment-desk_23-2148519752.jpg" },
|
{ 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: "Better Sleep Blueprint", price: "$195", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-vector/creative-hand-drawn-tree-yoga-gym-our-services-flyer_742173-1347.jpg" },
|
{ 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: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg" },
|
{ 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"
|
title="Start Your Transformation"
|
||||||
description="Access my specialized programs designed to help you build essential habits for lasting change."
|
description="Access my specialized programs designed to help you build essential habits for lasting change."
|
||||||
@@ -141,9 +142,12 @@ 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: "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." }
|
||||||
]}
|
]}
|
||||||
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."
|
||||||
|
buttons={[{ text: "Book your consultation", href: "#contact" }]}
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user