Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -53,10 +53,10 @@ export default function ContactPage() {
|
||||
title="Privacy and Terms"
|
||||
sections={[
|
||||
{
|
||||
heading: "Confidentiality", content: { type: "paragraph", text: "All information shared during consultations is handled with strict medical confidentiality." },
|
||||
heading: "Confidentiality", content: { text: "All information shared during consultations is handled with strict medical confidentiality." },
|
||||
},
|
||||
{
|
||||
heading: "Booking Policy", content: { type: "list", items: ["Cancellations must be made 48 hours in advance.", "Deposit required for major surgical procedures."] },
|
||||
heading: "Booking Policy", content: { items: ["Cancellations must be made 48 hours in advance.", "Deposit required for major surgical procedures."] },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user