Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-04-17 11:24:27 +00:00

View File

@@ -126,10 +126,10 @@ export default function LandingPage() {
title="Our Terms and Privacy Policy"
sections={[
{
heading: "Our Commitment to Quality", content: [{ type: "text", text: "BuildStrong is committed to maintaining the highest standards of safety, ethics, and professional conduct in all construction operations." }]
heading: "Our Commitment to Quality", content: [{ type: "paragraph", text: "BuildStrong is committed to maintaining the highest standards of safety, ethics, and professional conduct in all construction operations." }]
},
{
heading: "Client Privacy", content: [{ type: "text", text: "We respect your data, do not sell information, use secure document storage, and ensure transparency in communication." }]
heading: "Client Privacy", content: [{ type: "list", items: ["We respect your data", "We do not sell information", "Secure document storage", "Transparency in communication"] }]
},
]}
/>