diff --git a/src/app/page.tsx b/src/app/page.tsx index d150565..b850165 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,14 +126,10 @@ export default function LandingPage() { title="Our Terms and Privacy Policy" sections={[ { - heading: "Our Commitment to Quality", content: { - 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: { - items: [ - "We respect your data", "We do not sell information", "Secure document storage", "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"]}, }, ]} />