From efbeabfc87447b46f4ba2c12f83dca6caf0c8093 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:40:19 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5ca36ba..f823b78 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: "All estimates are provided based on standard conditions. Additional costs may apply for complex installations." + heading: "Pricing Disclaimer", content: [{ type: "paragraph", text: "All estimates are provided based on standard conditions. Additional costs may apply for complex installations." }] } ]} /> @@ -64,4 +64,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file