From 4eabfce92b00e5ff83cab8b20ab77b288c924936 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:56:50 +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 74d78a4..936b59f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -54,8 +54,8 @@ export default function ContactPage() { layout="section" title="Contact Guidelines" sections={[ - { 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"] } } + { heading: "Communication", content: ["For emergencies, please call us directly for the fastest response."] }, + { heading: "Our Policy", content: ["Response within 24h for standard inquiries", "Immediate callback for emergency status"] } ]} /> -- 2.49.1