Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-05 23:34:56 +00:00
2 changed files with 18 additions and 11 deletions

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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"
}}
/>
</div>
@@ -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() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Margaret Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Margaret Thompson"},
id: "1", name: "Margaret Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Margaret Thompson"
},
{
id: "2", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "David Williams"},
id: "2", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "David Williams"
},
{
id: "3", name: "Catherine Harris", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Catherine Harris"},
id: "3", name: "Catherine Harris", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Catherine Harris"
},
{
id: "4", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "James Mitchell"},
id: "4", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "James Mitchell"
},
]}
cardTitle="Over 500+ homeowners and businesses across Cambridgeshire trust Zion Landscapes for professional, reliable garden care."
cardTag="Trusted Partner"
@@ -129,7 +134,7 @@ export default function LandingPage() {
animationType="entrance-slide"
buttons={[
{ text: "Request a Quote", href: "#" },
{ text: "Call 01223 XXX XXX", href: "tel:01223XXXXXX" },
{ text: "Call Us Now", href: "#" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -169,4 +174,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}