From d96c84f41d5aeab841737b1ba597f67cbe52d35b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:46:30 +0000 Subject: [PATCH] Update src/app/legal/page.tsx --- src/app/legal/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/legal/page.tsx b/src/app/legal/page.tsx index 2ee6ad0..dda9b52 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: { 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: "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: "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: "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: "Payment Methods", content: { type: "list", items: ["Bank Wire Transfer", "Corporate Credit Cards", "ACH Payments", "Cryptocurrency (on request)"] } + heading: "Payment Methods", content: { items: ["Bank Wire Transfer", "Corporate Credit Cards", "ACH Payments", "Cryptocurrency (on request)"] } }, { - 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." } + 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." } } ]} /> @@ -70,4 +70,4 @@ export default function LegalPage() { ); -} +} \ No newline at end of file -- 2.49.1