Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-12 04:16:20 +00:00

View File

@@ -6,6 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterCard from '@/components/sections/footer/FooterCard';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import Link from 'next/link';
export default function ContactPage() {
return (
@@ -52,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."] },
},
]}
/>