From 1f74552290757ed8ecf54c67b1aca80cf675a0dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 23:59:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d52245f..88f5b31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,6 +141,7 @@ 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." } ]} title="How My Therapy Works" description="Find answers to help you start your journey." -- 2.49.1