From dba76bc7c42910df7fed4c9214ac8657766f9c93 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:41:18 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f19bb06..c57d747 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -51,10 +51,10 @@ export default function ContactPage() { title="Contact Policies" sections={[ { - heading: "Inquiries", content: { text: "All inquiries are handled with strict privacy protocols." } + heading: "Inquiries", content: { type: "paragraph", text: "All inquiries are handled with strict privacy protocols." } }, { - heading: "Office Hours", content: { items: ["Mon-Fri: 9am-6pm", "Sat-Sun: Closed"] } + heading: "Office Hours", content: { type: "list", items: ["Mon-Fri: 9am-6pm", "Sat-Sun: Closed"] } } ]} /> -- 2.49.1