diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3d4c07f..e3f7b1d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -23,11 +23,13 @@ const roboto = Roboto({ export const metadata: Metadata = { title: "Zion Landscapes | Professional Garden Maintenance & Hard Landscaping Cambridgeshire", description: "Expert garden maintenance and hard landscaping services across Cambridgeshire. Transform your outdoor space with professional design and quality craftsmanship.", keywords: "landscaping, garden maintenance, hard landscaping, patio design, Cambridgeshire, gardening services, outdoor design", metadataBase: new URL("https://zionlandscapes.co.uk"), alternates: { - canonical: "https://zionlandscapes.co.uk"}, + canonical: "https://zionlandscapes.co.uk" + }, openGraph: { title: "Zion Landscapes - Professional Landscaping Services", description: "Transform your garden with expert landscaping and maintenance services across Cambridgeshire.", url: "https://zionlandscapes.co.uk", siteName: "Zion Landscapes", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/trees-walkway_1182-939.jpg", alt: "Beautiful landscaped garden"}, + url: "http://img.b2bpic.net/free-photo/trees-walkway_1182-939.jpg", alt: "Beautiful landscaped garden" + }, ], }, twitter: { @@ -1419,4 +1421,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 552f1ab..428d93c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Get a Quote", href: "contact"}} + text: "Get a Quote", href: "contact" + }} /> @@ -44,7 +45,7 @@ export default function LandingPage() { logoText="Zion Landscapes" description="Professional garden maintenance and hard landscaping services across Cambridgeshire. Transform your outdoor space into a beautiful, well-maintained sanctuary." buttons={[ - { text: "View Our Services", href: "services" }, + { text: "Get Free Quote", href: "services" }, { text: "Get in Touch", href: "contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/trees-walkway_1182-939.jpg" @@ -92,13 +93,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file