Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-09 10:38:41 +00:00

View File

@@ -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"] }]
}
]}
/>