Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-06 12:33:14 +00:00

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>
);
}
}