From 8f4750e92e553a03ad22f7c5bcb97b2911e98f6e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 01:53:55 +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 ef58e64..4d4174b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { title="Terms of Service" sections={[ { - content: "By booking an appointment, you accept our standards of practice." + heading: "Client Agreement", content: { type: "paragraph", text: "By booking an appointment, you accept our standards of practice." } } ]} /> -- 2.49.1