From 8a8f12a883c5b0c88080aa4f9eb6ec6d99b4a903 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:23:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7d5207..878dd8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,10 +126,10 @@ export default function LandingPage() { title="Our Terms and Privacy Policy" sections={[ { - heading: "Our Commitment to Quality", content: "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: "text", text: "BuildStrong is committed to maintaining the highest standards of safety, ethics, and professional conduct in all construction operations." }] }, { - heading: "Client Privacy", content: "We respect your data, do not sell information, use secure document storage, and ensure transparency in communication." + heading: "Client Privacy", content: [{ type: "text", text: "We respect your data, do not sell information, use secure document storage, and ensure transparency in communication." }] }, ]} />