From 7996597e7829f8118e6b0e548d1d2b38cc71a4e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:23:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09b917d..5bde2ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,7 +161,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { id: "f1", title: "Is the treatment painful?", content: "We prioritize gentle, pain-aware treatment. Most patients are surprised at how comfortable they feel." }, + { id: "f1", title: "Is the treatment painful?", content: "We prioritize gentle, pain-aware treatment and offer various sedation options and numbing techniques to ensure complete patient comfort." }, { id: "f2", title: "How long does a consultation take?", content: "Consultations typically take 20-30 minutes, depending on the service." }, { id: "f3", title: "Are appointments mandatory?", content: "We highly recommend booking an appointment to ensure you get dedicated, timely care." }, ]} -- 2.49.1