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: { 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"