From d139b0992a54a440e7e4311fd2fa170e866bb048 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:01:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." }] }, ]} />