Update src/app/contact/page.tsx

This commit is contained in:
2026-04-12 04:15:49 +00:00
parent 16f19d4698
commit 3ce7586e5f

View File

@@ -52,10 +52,10 @@ export default function ContactPage() {
title="Privacy and Terms"
sections={[
{
heading: "Confidentiality", content: { text: "All information shared during consultations is handled with strict medical confidentiality." },
heading: "Confidentiality", content: { type: "paragraph", text: "All information shared during consultations is handled with strict medical confidentiality." },
},
{
heading: "Booking Policy", content: { items: ["Cancellations must be made 48 hours in advance.", "Deposit required for major surgical procedures."] },
heading: "Booking Policy", content: { type: "list", items: ["Cancellations must be made 48 hours in advance.", "Deposit required for major surgical procedures."] },
},
]}
/>