diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8f014d3..8e211f6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -53,8 +53,8 @@ export default function ContactPage() { layout="section" title="Contact Guidelines" sections={[ - { heading: "Communication", content: { type: "paragraph", text: "For emergencies, please call us directly for the fastest response." } }, - { heading: "Our Policy", content: { type: "list", items: ["Response within 24h for standard inquiries", "Immediate callback for emergency status"] } } + { heading: "Communication", content: { text: "For emergencies, please call us directly for the fastest response." } }, + { heading: "Our Policy", content: { items: ["Response within 24h for standard inquiries", "Immediate callback for emergency status"] } } ]} />