Update src/app/page.tsx

This commit is contained in:
2026-05-06 12:33:08 +00:00
parent 7916c60aef
commit 86547de737

View File

@@ -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 <a href=\"#contact\" class=\"text-blue-600 underline\">book directly here</a>."},
id: "q3", title: "How can I book an appointment?", content: "Call us at +34 914 26 80 71 or <a href=\"#contact\" class=\"text-blue-600 underline\">book your appointment now</a>."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about our clinic."
@@ -245,4 +245,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}