From 4bf5d3dc183197f8d83a8ded49df64842db02cef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:22:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 65ae51b..143125d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Nunito } from "next/font/google"; export const metadata: Metadata = { - title: 'BuildStrong | Professional Construction Services', - description: 'BuildStrong provides residential, commercial, and infrastructure construction services with unmatched safety, reliability, and craftsmanship.', + title: 'BuildStrong | Construction Excellence', + description: 'Professional residential, commercial, and infrastructure construction solutions.', openGraph: { "title": "BuildStrong | Professional Construction Services", "siteName": "BuildStrong", -- 2.49.1 From 5ad6eb84413751090cf3aa87c40f085b5b560d1f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:22:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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"]}, }, ]} /> -- 2.49.1