From 5bd68b58485ebe41ccef5d51966285f57a640b58 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:16:11 +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 d34f4bb..cb9a687 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,7 @@ export default function LandingPage() { title="Our Policies" sections={[ { - heading: "Terms of Service", content: { type: "paragraph", text: "By engaging our services, you agree to our standard operating procedures and service terms." } + heading: "Terms of Service", content: { text: "By engaging our services, you agree to our standard operating procedures and service terms." } } ]} /> -- 2.49.1