From 1bd47c7bc7d240e4115a1f1352c7ac5b52380623 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:21:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 365fd8e..60016a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,11 +87,11 @@ export default function LandingPage() { sections={[ { heading: "Usage Policy", content: { - text: "By engaging with the Warnix installation, you acknowledge the transient nature of the work. All visual materials are proprietary."}, + 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: { - items: [ + 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