Merge version_1 into main #3
@@ -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"] }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user