From 68411712ee7b75a9a4c6568fa1caa45d4080c023 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:39:51 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6f7b711..5ca36ba 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,7 +49,7 @@ export default function ContactPage() { title="Terms of Service" sections={[ { - heading: "Pricing Disclaimer", content: { type: "paragraph", text: "All estimates are provided based on standard conditions. Additional costs may apply for complex installations." } + heading: "Pricing Disclaimer", content: "All estimates are provided based on standard conditions. Additional costs may apply for complex installations." } ]} /> -- 2.49.1