Merge version_1 into main #4
@@ -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"] }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user