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