From c99799a42077e638f1dbdc998ea8ad7f5b807f60 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:46:29 +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 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"] } } ]} /> -- 2.49.1