From 5dfe6e7be3803fc27d250161bf3368c95edbe94a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:22:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 468244d..40c92c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,10 +86,9 @@ export default function LandingPage() { title="Terms of Engagement" sections={[ { - heading: "Usage Policy", content: "By engaging with the Warnix installation, you acknowledge the transient nature of the work. All visual materials are proprietary."}, + heading: "Usage Policy", content: [{ type: "paragraph", text: "By engaging with the Warnix installation, you acknowledge the transient nature of the work. All visual materials are proprietary." }]}, { - heading: "Privacy Protocol", content: [ - "Data collection is limited to essential session tracking.", "No third-party tracking cookies.", "Your information is held in total confidentiality."], + heading: "Privacy Protocol", content: [{ type: "list", items: ["Data collection is limited to essential session tracking.", "No third-party tracking cookies.", "Your information is held in total confidentiality."] }], }, ]} /> -- 2.49.1