Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-05-23 12:41:22 +00:00

View File

@@ -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"] }
}
]}
/>