diff --git a/src/app/page.tsx b/src/app/page.tsx index bc77cac..820504f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,8 +99,8 @@ export default function LandingPage() { layout="section" title="TERMS OF EXCLUSIVITY" sections={[ - { heading: "Privacy Policy", content: [{ text: "Your data is handled with the same reverence as our craft." }] }, - { heading: "Membership Terms", content: [{ text: "No sharing of credentials; strict adherence to the Grisha conduct." }] }, + { heading: "Privacy Policy", content: [{ type: "paragraph", text: "Your data is handled with the same reverence as our craft." }] }, + { heading: "Membership Terms", content: [{ type: "paragraph", text: "No sharing of credentials; strict adherence to the Grisha conduct." }] }, ]} />