From b2df940076cf74658a9a653ce5de2a8bcf957522 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 09:31:27 +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 8935fbe..4a90a7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,7 +111,7 @@ export default function LandingPage() { title="Terms and Conditions" sections={[ { - heading: "Terms of Use", content: "By using TeeTrust, you agree to these terms. We ensure high-quality standards for every garment sold on our platform." + heading: "Terms of Use", content: [{ type: "paragraph", text: "By using TeeTrust, you agree to these terms. We ensure high-quality standards for every garment sold on our platform." }] }, ]} /> -- 2.49.1