From 7bcd7ad2864fb54137604e0ca9c8d43333e49167 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:22:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 184 +++++++++-------------------------------------- 1 file changed, 33 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 765700b..d150565 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -235,22 +126,13 @@ export default function LandingPage() { title="Our Terms and Privacy Policy" sections={[ { - 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: "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: "Client Privacy", - content: { - type: "list", + heading: "Client Privacy", content: { items: [ - "We respect your data", - "We do not sell information", - "Secure document storage", - "Transparency in communication", - ], + "We respect your data", "We do not sell information", "Secure document storage", "Transparency in communication"], }, }, ]}