From 381283469204a02a7ca4a747337b2a397d982b07 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:48:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1417785..bce57b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { layout="section" title="Terms and Conditions" sections={[ - { heading: "Use of Site", content: { type: "paragraph", text: "By accessing this website, you agree to comply with all applicable laws and regulations." } }, + { heading: "Use of Site", content: "By accessing this website, you agree to comply with all applicable laws and regulations." }, ]} /> -- 2.49.1