3 Commits

Author SHA1 Message Date
e300a56dba Update src/app/page.tsx 2026-03-04 17:59:17 +00:00
229fd1baee Update src/app/layout.tsx 2026-03-04 17:59:16 +00:00
af27545ae2 Merge version_1 into main
Merge version_1 into main
2026-03-04 17:56:27 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -17,11 +17,13 @@ const inter = Inter({
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Grass Groomer | Professional Lawn Care in Orangeville, ON", description: "5-star rated lawn care & landscaping in Orangeville, ON. Professional mowing, leaf removal, property cleanups. Owner-operated precision service. Call now for free quote.", keywords: "lawn care Orangeville, landscaping Orangeville, grass cutting, leaf removal, property maintenance", metadataBase: new URL("https://grassgroomer.local"), title: "Grass Groomer | Professional Lawn Care in Orangeville, ON", description: "5-star rated lawn care & landscaping in Orangeville, ON. Professional mowing, leaf removal, property cleanups. Owner-operated precision service. Call now for free quote.", keywords: "lawn care Orangeville, landscaping Orangeville, grass cutting, leaf removal, property maintenance", metadataBase: new URL("https://grassgroomer.local"),
alternates: { alternates: {
canonical: "https://grassgroomer.local"}, canonical: "https://grassgroomer.local"
},
openGraph: { openGraph: {
title: "Grass Groomer | Professional Lawn Care Orangeville", description: "Premium lawn care and landscaping services in Orangeville. 5-star rated. Free quotes.", url: "https://grassgroomer.local", siteName: "Grass Groomer", type: "website", images: [ title: "Grass Groomer | Professional Lawn Care Orangeville", description: "Premium lawn care and landscaping services in Orangeville. 5-star rated. Free quotes.", url: "https://grassgroomer.local", siteName: "Grass Groomer", type: "website", images: [
{ {
url: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg", alt: "Professional lawn care in Orangeville"}, url: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg", alt: "Professional lawn care in Orangeville"
},
], ],
}, },
twitter: { twitter: {

View File

@@ -178,8 +178,8 @@ export default function LandingPage() {
title="Ready for a Lawn You're Proud Of?" title="Ready for a Lawn You're Proud Of?"
description="Don't let your property fall behind. Get a free quote today and see why homeowners across Orangeville trust Grass Groomer for their landscaping needs. Spots fill quickly during peak season." description="Don't let your property fall behind. Get a free quote today and see why homeowners across Orangeville trust Grass Groomer for their landscaping needs. Spots fill quickly during peak season."
buttons={[ buttons={[
{ text: "📞 Call Now", href: "tel:+1-519-000-0000" }, { text: "Request Free Quote", href: "#contact" },
{ text: "Request Free Quote", href: "#contact" } { text: "📞 Call Now", href: "tel:+1-519-000-0000" }
]} ]}
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}