Merge version_1 into main #5
@@ -86,10 +86,9 @@ export default function LandingPage() {
|
||||
title="Terms of Engagement"
|
||||
sections={[
|
||||
{
|
||||
heading: "Usage Policy", content: "By engaging with the Warnix installation, you acknowledge the transient nature of the work. All visual materials are proprietary."},
|
||||
heading: "Usage Policy", content: [{ 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: [
|
||||
"Data collection is limited to essential session tracking.", "No third-party tracking cookies.", "Your information is held in total confidentiality."],
|
||||
heading: "Privacy Protocol", content: [{ type: "list", items: ["Data collection is limited to essential session tracking.", "No third-party tracking cookies.", "Your information is held in total confidentiality."] }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user