From 165d269cfba2eb88d28a09a182c5f17c1e61e7f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:21:10 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1848952..4f7ccb7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -54,7 +54,7 @@ export default function ContactPage() { title="Privacy Policy" sections={[ { - heading: "Data Usage", content: { type: "paragraph", text: "We process your personal data for appointment scheduling only." }, + heading: "Data Usage", content: { text: "We process your personal data for appointment scheduling only." }, }, ]} /> -- 2.49.1