Update src/app/contact/page.tsx

This commit is contained in:
2026-04-11 16:40:19 +00:00
parent 68411712ee
commit efbeabfc87

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}