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