6 Commits

Author SHA1 Message Date
454bea86ab Merge version_3 into main
Merge version_3 into main
2026-03-05 23:34:55 +00:00
1635b0c7d4 Update src/app/page.tsx 2026-03-05 23:34:51 +00:00
f0fe1bb23f Update src/app/layout.tsx 2026-03-05 23:34:51 +00:00
34c1a8bf9d Merge version_2 into main
Merge version_2 into main
2026-03-05 23:31:40 +00:00
3dc8587de4 Update src/app/page.tsx 2026-03-05 23:31:36 +00:00
4917d66f88 Merge version_1 into main
Merge version_1 into main
2026-03-05 23:29:01 +00:00
2 changed files with 17 additions and 10 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"
@@ -169,4 +174,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}