From 86547de7379a4387fe6a5fefd18ae02e75cbce7b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:33:08 +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 2e68510..7a0aac9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,7 +195,7 @@ export default function LandingPage() { { id: "q2", title: "Where are you located?", content: "C. de Rafael Calvo, 5, Chamberí, Madrid."}, { - id: "q3", title: "How can I book an appointment?", content: "Call us at +34 914 26 80 71 or book directly here."}, + id: "q3", title: "How can I book an appointment?", content: "Call us at +34 914 26 80 71 or book your appointment now."}, ]} title="Frequently Asked Questions" description="Everything you need to know about our clinic." @@ -245,4 +245,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}