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." }, ]}