Compare commits

...

5 Commits

Author SHA1 Message Date
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={{
variant: "radial-gradient"}}
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={[
{ 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" },
@@ -173,7 +173,7 @@ export default function LandingPage() {
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: "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." },
]}
title="Common Questions"
description="Find answers to help you start your journey."
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}