Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-11 13:36:26 +00:00

View File

@@ -140,7 +140,7 @@ export default function SkincareTemplatePage() {
description="Find answers to common questions about our appointments and services."
faqs={[
{
id: "1", title: "How do I book an appointment?", content: "You can book by calling +91 9958250317 or visiting our center in Sector 11, Faridabad."
id: "1", title: "How do I book an appointment?", content: "You can book by calling <a href=\"tel:+919958250317\" class=\"underline\">+91 9958250317</a> or visiting our center in Sector 11, Faridabad."
},
{
id: "2", title: "Do you offer at-home services?", content: "Yes, for special occasions, we offer mobile services. Please contact us for details."
@@ -199,4 +199,4 @@ export default function SkincareTemplatePage() {
</div>
</ThemeProvider>
);
}
}