From 61470acd2690e98708daa847f3903d7c43f17cb7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 09:30:51 +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 f1459a9..8935fbe 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: { text: "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: "By using TeeTrust, you agree to these terms. We ensure high-quality standards for every garment sold on our platform." }, ]} /> -- 2.49.1