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