From 586e267712a4577bb4110d99f2c0159a944915e9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 10:38:38 +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 bc97ef4..c5b100e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,10 +136,10 @@ export default function LandingPage() { subtitle="Last updated: October 2023" sections={[ { - heading: "Authorization", content: "Users must hold level-5 security clearance to interact with the core processor." + heading: "Authorization", content: [{ type: "paragraph", text: "Users must hold level-5 security clearance to interact with the core processor." }] }, { - heading: "Liability", content: "Hardware integrity, Unauthorized neural access" + heading: "Liability", content: [{ type: "list", items: ["Hardware integrity", "Unauthorized neural access"] }] } ]} /> -- 2.49.1