|
|
|
@@ -7,25 +7,25 @@ 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 HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
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';
|
|
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
|
|
import { Moon, Sparkles, Wind, User } from "lucide-react";
|
|
|
|
import { Moon, Sparkles, Wind } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<ThemeProvider
|
|
|
|
<ThemeProvider
|
|
|
|
defaultButtonVariant="directional-hover"
|
|
|
|
defaultButtonVariant="directional-hover"
|
|
|
|
defaultTextAnimation="background-highlight"
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
borderRadius="soft"
|
|
|
|
borderRadius="pill"
|
|
|
|
contentWidth="compact"
|
|
|
|
contentWidth="compact"
|
|
|
|
sizing="mediumSizeLargeTitles"
|
|
|
|
sizing="mediumSizeLargeTitles"
|
|
|
|
background="grid"
|
|
|
|
background="none"
|
|
|
|
cardStyle="outline"
|
|
|
|
cardStyle="outline"
|
|
|
|
primaryButtonStyle="radial-glow"
|
|
|
|
primaryButtonStyle="flat"
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
headingFontWeight="light"
|
|
|
|
headingFontWeight="light"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<ReactLenis root>
|
|
|
|
<ReactLenis root>
|
|
|
|
@@ -33,109 +33,80 @@ 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" },
|
|
|
|
{ name: "Contact", id: "#contact" },
|
|
|
|
{ name: "Contact", id: "#contact" },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
brandName="Olivia Lallouz"
|
|
|
|
brandName="Olivia Lallouz"
|
|
|
|
button={{ text: "Book Consultation", href: "#contact" }}
|
|
|
|
button={{ text: "Start Your Evaluation", href: "#contact" }}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroSplitDoubleCarousel
|
|
|
|
<HeroBillboard
|
|
|
|
background={{
|
|
|
|
background={{ variant: "plain"}}
|
|
|
|
variant: "radial-gradient"}}
|
|
|
|
title="Breathe Better. Sleep Deeper. Live Beautifully."
|
|
|
|
title="Transform Your Bite • Breathe Better • Sleep Deeper"
|
|
|
|
description="Olivia Lallouz • Orofacial Myologist"
|
|
|
|
description="Optimize your bite, breathing, and sleep through personalized myofunctional therapy designed to reclaim your facial wellness and vitality."
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776966178389-c97cn8rw.png"
|
|
|
|
leftCarouselItems={[
|
|
|
|
imageAlt="Olivia Lallouz"
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692369.jpg", imageAlt: "Wellness Studio" },
|
|
|
|
buttons={[{ text: "Start Your Evaluation", href: "#contact" }]}
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-typing-laptop_23-2148304954.jpg", imageAlt: "Wellness Studio" },
|
|
|
|
buttonClassName="bg-primary text-primary-foreground font-bold"
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg", imageAlt: "Wellness Studio" },
|
|
|
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-poolside-retreat-meditation-space_23-2151935111.jpg", imageAlt: "Wellness Studio" },
|
|
|
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534500.jpg", imageAlt: "Wellness Studio" },
|
|
|
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-spa-pool-meditation-space_23-2151935126.jpg", imageAlt: "Wellness Studio" },
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
rightCarouselItems={[
|
|
|
|
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776964335340-auiig8s9.png?_wi=1", imageAlt: "Olivia Lallouz" },
|
|
|
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061663.jpg", imageAlt: "Olivia Lallouz" },
|
|
|
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/specialist-leading-meeting-with-medical-team-discuss-treatment-service_482257-106971.jpg", imageAlt: "Olivia Lallouz" },
|
|
|
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/blonde-pretty-doctor-sitting-her-place-office_259150-60614.jpg", imageAlt: "Olivia Lallouz" },
|
|
|
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/pleased-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-103462.jpg", imageAlt: "Olivia Lallouz" },
|
|
|
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageAlt: "Olivia Lallouz" },
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
buttons={[{ text: "Book Your Consultation", href: "#contact" }]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
avatars={[
|
|
|
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg", alt: "Happy Client" },
|
|
|
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", alt: "Happy Client" },
|
|
|
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-business-woman-gray-background_1303-23146.jpg", alt: "Happy Client" },
|
|
|
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/confident-young-man-shirt-tie-adjusting-his-necktie_93675-135586.jpg", alt: "Happy Client" },
|
|
|
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg", alt: "Happy Client" },
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
avatarText="Join 100+ transformed clients"
|
|
|
|
|
|
|
|
marqueeItems={[
|
|
|
|
|
|
|
|
{ type: "text", text: "Bite Alignment" },
|
|
|
|
|
|
|
|
{ type: "text", text: "Sleep Quality" },
|
|
|
|
|
|
|
|
{ type: "text", text: "Breathing Wellness" },
|
|
|
|
|
|
|
|
{ type: "text", text: "Facial Structure" },
|
|
|
|
|
|
|
|
{ type: "text", text: "Myofunctional Therapy" },
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<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: "Board Certified SLP/QOM", value: "", icon: Sparkles },
|
|
|
|
{ label: "Breathing", value: "Optimized", icon: Wind },
|
|
|
|
{ label: "Neurorehabiliation ", value: "", icon: Wind },
|
|
|
|
{ label: "Sleep Quality", value: "Improved", icon: Moon },
|
|
|
|
{ label: "Evidence-Based ", value: "", icon: Moon },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
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 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>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<FeatureCardTwentyOne
|
|
|
|
<FeatureCardTwentyOne
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
title="Comprehensive Therapy & Care"
|
|
|
|
title="Benefits of Myofunctional Therapy"
|
|
|
|
description="From bite alignment to sleep optimization, my sessions are tailored to your specific facial structure and habits."
|
|
|
|
description="My evidence-based myofunctional therapy protocols are tailored to your specific facial structure and habits, ensuring professional, reliable care for bite alignment and sleep optimization."
|
|
|
|
accordionItems={[
|
|
|
|
accordionItems={[
|
|
|
|
{ id: "1", title: "Sleep Enhancement Therapy", content: "Improve your sleep quality through optimized breathing patterns and orofacial 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: "Bite Alignment Correction", content: "Restore proper jaw positioning and eliminate tension through specialized myofunctional techniques." },
|
|
|
|
{ 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: "Breathing Optimization", content: "Learn techniques that transform how you breathe, supporting overall 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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776988556675-epe5pvgv.png"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="products" data-section="products">
|
|
|
|
<div id="products" data-section="products">
|
|
|
|
<ProductCardTwo
|
|
|
|
<ProductCardTwo
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="blur-reveal"
|
|
|
|
textboxLayout="split"
|
|
|
|
textboxLayout="split"
|
|
|
|
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" },
|
|
|
|
{ id: "p4", brand: "Course", name: "Habit Transformation Kit", price: "$250", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/blue-notebook-with-dumbbells_23-2148531494.jpg" },
|
|
|
|
|
|
|
|
{ id: "p5", brand: "Course", name: "Advanced Orofacial Wellness", price: "$300", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-choosing-recipe-from-internet_23-2147809496.jpg" },
|
|
|
|
|
|
|
|
{ id: "p6", brand: "Course", name: "Daily Habit Routine", price: "$85", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/think-outside-box-concept_53876-133687.jpg" },
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Curated Wellness Courses"
|
|
|
|
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."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
<MetricCardTwo
|
|
|
|
<MetricCardTwo
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="blur-reveal"
|
|
|
|
textboxLayout="split"
|
|
|
|
textboxLayout="split"
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
@@ -151,15 +122,12 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardTwo
|
|
|
|
<TestimonialCardTwo
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="blur-reveal"
|
|
|
|
textboxLayout="split"
|
|
|
|
textboxLayout="split"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
testimonials={[
|
|
|
|
testimonials={[
|
|
|
|
{ id: "1", name: "Matthew L.", role: "Client", testimonial: "Olivia has been the light I have been looking for... I have been doing myofunctional therapy with Olivia and it has been nothing short of the most ideal experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776964335340-auiig8s9.png?_wi=2" },
|
|
|
|
{ id: "1", name: "Matthew L.", role: "Client", testimonial: "Olivia has been the light I have been looking for... I have been doing myofunctional therapy with Olivia and it has been nothing short of the most ideal experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/tmp/tongue-posture-1776988110203-51a65b4a.png" },
|
|
|
|
{ id: "2", name: "Max M.", role: "Client", testimonial: "Olivia and her team have been amazing. From the start, they've been incredibly kind, professional, and genuinely invested in helping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776964335340-auiig8s9.png?_wi=3" },
|
|
|
|
{ id: "2", name: "Max M.", role: "Client", testimonial: "Olivia and her team have been amazing. From the start, they've been incredibly kind, professional, and genuinely invested in helping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776988298056-jjm1ubse.webp" },
|
|
|
|
{ id: "3", name: "Kyle S.", role: "Client", testimonial: "Treatment with Olivia has truly been a game changer for me. I came in for orofacial myofunctional therapy and from the very first visit, I felt comfortable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776964335340-auiig8s9.png?_wi=4" },
|
|
|
|
|
|
|
|
{ id: "4", name: "Sarah J.", role: "Client", testimonial: "I have already noticed significant improvements in how my tongue rests and how I breathe. It is truly life-changing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776964335340-auiig8s9.png?_wi=5" },
|
|
|
|
|
|
|
|
{ id: "5", name: "Elena R.", role: "Client", testimonial: "So professional, thorough, and supportive throughout the entire process. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776964335340-auiig8s9.png?_wi=6" },
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Client Love"
|
|
|
|
title="Client Love"
|
|
|
|
description="Read about the transformations experienced by my clients."
|
|
|
|
description="Read about the transformations experienced by my clients."
|
|
|
|
@@ -171,24 +139,28 @@ export default function LandingPage() {
|
|
|
|
textboxLayout="split"
|
|
|
|
textboxLayout="split"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
faqs={[
|
|
|
|
faqs={[
|
|
|
|
{ id: "q1", title: "What is orofacial myology?", content: "It is the study and treatment of oral and facial muscles as they relate to speech, dentition, chewing, swallowing, and overall health." },
|
|
|
|
{ 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: "Who benefits from this therapy?", content: "You can expect lasting relief from chronic jaw tension and improved sleep quality; anyone dealing with bite issues, jaw tension, mouth breathing, or sleep disturbances can benefit significantly." },
|
|
|
|
{ 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." }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Common Questions"
|
|
|
|
title="How My Therapy Works"
|
|
|
|
description="Find answers to help you start your journey."
|
|
|
|
description="Find answers to help you start your journey."
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
buttons={[{ text: "Book your consultation", href: "#contact" }]}
|
|
|
|
|
|
|
|
faqsAnimation="blur-reveal"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactText
|
|
|
|
<ContactText
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
background={{
|
|
|
|
background={{ variant: "plain"}}
|
|
|
|
variant: "sparkles-gradient"}}
|
|
|
|
|
|
|
|
text="Ready to Transform Your Wellness?"
|
|
|
|
text="Ready to Transform Your Wellness?"
|
|
|
|
buttons={[{ text: "Book Your Consultation", href: "#" }]}
|
|
|
|
buttons={[{ text: "Schedule your evaluation", href: "#" }]}
|
|
|
|
|
|
|
|
className="text-center"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
<div className="text-center text-sm text-foreground/60 py-4">
|
|
|
|
|
|
|
|
*Insurance is accepted only in Florida. All international or out-of-state clients are private pay.
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|