Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-17 11:22:51 +00:00
2 changed files with 4 additions and 8 deletions

View File

@@ -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",

View File

@@ -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"]},
},
]}
/>