Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-16 13:46:35 +00:00

View File

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