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 +}