3 Commits

Author SHA1 Message Date
3eef57c729 Update src/app/page.tsx 2026-03-04 20:31:27 +00:00
1a418c1776 Update src/app/layout.tsx 2026-03-04 20:31:26 +00:00
82eb3b6ca6 Merge version_1 into main
Merge version_1 into main
2026-03-04 20:29:36 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,8 @@ export const metadata: Metadata = {
openGraph: { 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: [ 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: { twitter: {

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttons={[ buttons={[
{ text: "Call Now", href: "contact" }, { text: "Get Free Quote", href: "contact" },
{ text: "Get a Quote", href: "contact" } { text: "Get a Quote", href: "contact" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"