From 7256c747c65e51c7b693ac11c996333f2d86a11a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 04:16:17 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6cb476a..6fccbae 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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."] }, }, ]} /> -- 2.49.1