From f084b13c77ac6da475df364570ec413b8129a022 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:34:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c58eee4..90b7349 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,7 +148,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", title: "How do I book?", content: "Book your initial consultation online in seconds through our secure portal"}, + id: "1", title: "How do I book?", content: "Book your initial consultation online in seconds through our secure portal. Click the Book Appointment button above to start your journey."}, { id: "2", title: "Do you accept insurance?", content: "Yes, we work with most major medical insurance providers."}, { @@ -217,4 +217,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1