From 1a418c1776c89de05a5d6a07eda96c01d8e50c47 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:31:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 62d6b77..1f0b47b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -28,7 +28,8 @@ export const metadata: Metadata = { openGraph: { title: "MB Concrete - Professional Concrete Contractors Auckland", description: "Quality concrete services for residential and commercial projects. Expert workmanship since 2010.", siteName: "MB Concrete", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg", alt: "Professional concrete driveway by MB Concrete"}, + url: "http://img.b2bpic.net/free-photo/man-with-shovel-picking-up-rubble-construction-site_259150-57621.jpg", alt: "Professional concrete driveway by MB Concrete" + }, ], }, twitter: { From 3eef57c729855b4917411b756d2608f1049872e1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:31:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab2e8ee..68bed02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { ]} mediaAnimation="slide-up" buttons={[ - { text: "Call Now", href: "contact" }, + { text: "Get Free Quote", href: "contact" }, { text: "Get a Quote", href: "contact" } ]} buttonAnimation="slide-up"