From 4db0faf133348a5a45a04c08544e9821e8d0ef02 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:39:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cf1f29..1c822cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,9 +139,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "f1", title: "Is Botox safe?", content: "Yes, when performed by a licensed professional." }, - { id: "f2", title: "How long do results last?", content: "Results typically last 4 to 6 months depending on the procedure." }, - { id: "f3", title: "Is there recovery time?", content: "Most of our non-surgical treatments require zero downtime." }, + { id: "f1", title: "Is Botox safe?", content: "Botox is a highly regulated, FDA-approved treatment. When administered by our expert dermatologists, it is extremely safe, with a proven track record of successful outcomes and minimal side effects." }, + { id: "f2", title: "Will the procedure hurt?", content: "Most patients report only mild discomfort, similar to a tiny pinch. We use specialized, ultra-fine needles and can apply numbing cream beforehand to ensure you remain completely comfortable throughout the process." }, + { id: "f3", title: "What is the recovery like?", content: "Recovery is exceptionally quick. Most procedures allow you to return to your daily activities immediately, with only minor, temporary redness or swelling that subsides within hours." }, + { id: "f4", title: "How do I prepare?", content: "To ensure optimal results, we recommend avoiding blood-thinning medications and alcohol for 24-48 hours before your session. Our team will provide a personalized care plan during your initial consultation." } ]} description="Your common questions answered." imageSrc="http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080241.jpg" @@ -187,4 +188,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1