Compare commits

...

11 Commits

Author SHA1 Message Date
5b9d44b3bd Update src/app/page.tsx 2026-04-23 17:33:01 +00:00
9ed5adc779 Merge version_11 into main
Merge version_11 into main
2026-04-23 17:19:32 +00:00
2a46430767 Update src/app/page.tsx 2026-04-23 17:19:29 +00:00
63bc4b45ff Merge version_10 into main
Merge version_10 into main
2026-04-23 17:17:36 +00:00
77a1f633e4 Update src/app/page.tsx 2026-04-23 17:17:33 +00:00
9a44c29300 Merge version_9 into main
Merge version_9 into main
2026-04-23 17:16:47 +00:00
79f01d0d39 Update src/app/page.tsx 2026-04-23 17:16:44 +00:00
4db13415f6 Merge version_8 into main
Merge version_8 into main
2026-04-23 17:15:50 +00:00
e810b608ed Update src/app/page.tsx 2026-04-23 17:15:47 +00:00
a922d27aec Merge version_7 into main
Merge version_7 into main
2026-04-23 17:15:16 +00:00
a0ce678fdd Merge version_7 into main
Merge version_7 into main
2026-04-23 17:14:49 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
title="Transform Your Bite • Breathe Better • Sleep Deeper" title="Transform Your Bite • Breathe Better • Sleep Deeper"
description="I'm Olivia Lallouz, a specialized orofacial myologist dedicated to optimizing your bite alignment, enhancing breathing patterns, and improving sleep quality through targeted facial structure correction." description="Optimize your bite, breathing, and sleep through personalized myofunctional therapy designed to reclaim your facial wellness and vitality."
leftCarouselItems={[ leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692369.jpg", imageAlt: "Wellness Studio" }, { imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692369.jpg", imageAlt: "Wellness Studio" },
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-typing-laptop_23-2148304954.jpg", imageAlt: "Wellness Studio" }, { imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-typing-laptop_23-2148304954.jpg", imageAlt: "Wellness Studio" },
@@ -171,9 +171,10 @@ 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: "Anyone dealing with bite issues, jaw tension, mouth breathing, or sleep disturbances can benefit significantly." }, { 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: "q4", title: "How long until I see results?", content: "Progress is personal. We will discuss your specific goals and create a personalized plan during your first consultation to ensure you see steady, sustainable results." },
]} ]}
title="Common Questions" title="Common Questions"
description="Find answers to help you start your journey." description="Find answers to help you start your journey."
@@ -201,4 +202,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }