Compare commits

..

5 Commits

Author SHA1 Message Date
5b26842574 Update src/app/page.tsx 2026-04-24 01:43:10 +00:00
ea71ad7b2e Merge version_30 into main
Merge version_30 into main
2026-04-24 01:41:17 +00:00
a01361de60 Update src/app/page.tsx 2026-04-24 01:41:14 +00:00
1c416bf5c0 Merge version_29 into main
Merge version_29 into main
2026-04-24 01:37:22 +00:00
e0433dd5c1 Merge version_29 into main
Merge version_29 into main
2026-04-24 00:00:33 +00:00

View File

@@ -7,7 +7,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
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 NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -45,7 +45,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
<HeroSplit
background={{ variant: "plain"}}
title="Breathe Better. Sleep Deeper. Live Beautifully."
description="Olivia Lallouz • Orofacial Myologist"
@@ -53,6 +53,7 @@ export default function LandingPage() {
imageAlt="Olivia Lallouz"
buttons={[{ text: "Start Your Evaluation", href: "#contact" }]}
buttonClassName="bg-primary text-primary-foreground font-bold"
mediaAnimation="blur-reveal"
/>
</div>
@@ -141,7 +142,8 @@ export default function LandingPage() {
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: "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: "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"
description="Find answers to help you start your journey."