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