From f937bafabc69b0c41525bd61ea9015916fec2e26 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:46:56 +0000 Subject: [PATCH] Update src/app/legal/page.tsx --- src/app/legal/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/legal/page.tsx b/src/app/legal/page.tsx index dda9b52..abde057 100644 --- a/src/app/legal/page.tsx +++ b/src/app/legal/page.tsx @@ -42,16 +42,16 @@ export default function LegalPage() { subtitle="Operator information and service policies" sections={[ { - heading: "Operator Information", content: { text: "Conflux Systems is operated by Conflux Systems Ltd. Registered office at 123 Automation Way, Tech City, TC 94105. For official correspondence, please contact us at contact@confluxsystems.com or +1 (555) 012-3456." } + heading: "Operator Information", content: { type: "paragraph", text: "Conflux Systems is operated by Conflux Systems Ltd. Registered office at 123 Automation Way, Tech City, TC 94105. For official correspondence, please contact us at contact@confluxsystems.com or +1 (555) 012-3456." } }, { - heading: "Service Details", content: { text: "We provide enterprise-grade AI automation consulting, custom agent architecture, and systems integration services. All services are governed by our master service agreement provided upon project engagement." } + heading: "Service Details", content: { type: "paragraph", text: "We provide enterprise-grade AI automation consulting, custom agent architecture, and systems integration services. All services are governed by our master service agreement provided upon project engagement." } }, { - heading: "Payment Methods", content: { items: ["Bank Wire Transfer", "Corporate Credit Cards", "ACH Payments", "Cryptocurrency (on request)"] } + heading: "Payment Methods", content: { type: "list", items: ["Bank Wire Transfer", "Corporate Credit Cards", "ACH Payments", "Cryptocurrency (on request)"] } }, { - heading: "Refund Policy", content: { text: "As our services are bespoke and project-based, refunds are handled on a case-by-case basis as defined in your specific Statement of Work. Generally, deposits are non-refundable once the discovery phase has commenced." } + heading: "Refund Policy", content: { type: "paragraph", text: "As our services are bespoke and project-based, refunds are handled on a case-by-case basis as defined in your specific Statement of Work. Generally, deposits are non-refundable once the discovery phase has commenced." } } ]} /> -- 2.49.1