27 Commits

Author SHA1 Message Date
2c6c6bfd4c Update src/app/tree-removal-trimming/page.tsx 2026-03-30 03:09:42 +00:00
b0c2a6dcce Update src/app/rock-gravel/page.tsx 2026-03-30 03:09:42 +00:00
9d94efc224 Update src/app/page.tsx 2026-03-30 03:09:41 +00:00
2c6ab42f0e Update src/app/irrigation/page.tsx 2026-03-30 03:09:41 +00:00
dda51a13bf Update src/app/hedge-trimming/page.tsx 2026-03-30 03:09:41 +00:00
36eaf982ad Merge version_15 into main
Merge version_15 into main
2026-03-29 04:02:49 +00:00
2aec1c4b92 Update src/app/rock-gravel/page.tsx 2026-03-29 04:02:43 +00:00
784013d067 Update src/app/page.tsx 2026-03-29 04:02:43 +00:00
61d19236a4 Update src/app/irrigation/page.tsx 2026-03-29 04:02:42 +00:00
9772ebca63 Merge version_15 into main
Merge version_15 into main
2026-03-29 04:02:21 +00:00
371602c0e2 Update src/app/tree-removal-trimming/page.tsx 2026-03-29 04:02:18 +00:00
b1c0c81f90 Update src/app/rock-gravel/page.tsx 2026-03-29 04:02:18 +00:00
39302ec86e Update src/app/page.tsx 2026-03-29 04:02:18 +00:00
3bdb8499d2 Update src/app/irrigation/page.tsx 2026-03-29 04:02:17 +00:00
d9ed204f43 Update src/app/hedge-trimming/page.tsx 2026-03-29 04:02:17 +00:00
d191345303 Update src/app/tree-removal-trimming/page.tsx 2026-03-29 04:00:55 +00:00
7d04c25283 Update src/app/rock-gravel/page.tsx 2026-03-29 04:00:55 +00:00
4ae29fb4a4 Update src/app/irrigation/page.tsx 2026-03-29 04:00:55 +00:00
fa2c68928a Update src/app/hedge-trimming/page.tsx 2026-03-29 04:00:54 +00:00
ea9462fe14 Update src/app/tree-removal-trimming/page.tsx 2026-03-29 03:58:43 +00:00
d0021acd37 Add src/app/rock-gravel/page.tsx 2026-03-29 03:58:42 +00:00
df529c7d71 Update src/app/page.tsx 2026-03-29 03:58:42 +00:00
a9294ebc8c Add src/app/irrigation/page.tsx 2026-03-29 03:58:41 +00:00
28f9ace926 Update src/app/hedge-trimming/page.tsx 2026-03-29 03:58:41 +00:00
b9cf2a82f9 Merge version_13 into main
Merge version_13 into main
2026-03-29 03:56:56 +00:00
d9d3815352 Update src/app/tree-removal-trimming/page.tsx 2026-03-29 03:56:53 +00:00
275db6aa33 Update src/app/hedge-trimming/page.tsx 2026-03-29 03:56:53 +00:00
5 changed files with 15 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ export default function HedgeTrimmingPage() {
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Hedge Trimming", id: "/hedge-trimming" }, { name: "Hedge Trimming", id: "/hedge-trimming" },
{ name: "Tree Care", id: "/tree-removal-trimming" }, { name: "Tree Care & Removal", id: "/tree-removal-trimming" },
{ name: "Irrigation", id: "/irrigation" }, { name: "Irrigation", id: "/irrigation" },
{ name: "Rock & Gravel", id: "/rock-gravel" } { name: "Rock & Gravel", id: "/rock-gravel" }
]} ]}

View File

@@ -26,7 +26,7 @@ export default function IrrigationPage() {
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Hedge Trimming", id: "/hedge-trimming" }, { name: "Hedge Trimming", id: "/hedge-trimming" },
{ name: "Tree Care", id: "/tree-removal-trimming" }, { name: "Tree Care & Removal", id: "/tree-removal-trimming" },
{ name: "Irrigation", id: "/irrigation" }, { name: "Irrigation", id: "/irrigation" },
{ name: "Rock & Gravel", id: "/rock-gravel" } { name: "Rock & Gravel", id: "/rock-gravel" }
]} ]}
@@ -39,7 +39,7 @@ export default function IrrigationPage() {
logoText="Irrigation Repair & Installation" logoText="Irrigation Repair & Installation"
description="Comprehensive irrigation services to keep your landscape thriving. From system repairs to custom installations, we ensure your water usage is efficient and your plants stay hydrated." description="Comprehensive irrigation services to keep your landscape thriving. From system repairs to custom installations, we ensure your water usage is efficient and your plants stay hydrated."
buttons={[{ text: "Get a Free Quote", href: "tel:4803279024" }]} buttons={[{ text: "Get a Free Quote", href: "tel:4803279024" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683217001-qyt5vvru.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683217001-qyt5vvru.png?_wi=2"
imageAlt="Irrigation maintenance" imageAlt="Irrigation maintenance"
background={{ variant: "plain" }} background={{ variant: "plain" }}
/> />

View File

@@ -31,6 +31,7 @@ export default function LandingPage() {
navItems={[ navItems={[
{ name: "Home", id: "home" }, { name: "Home", id: "home" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Tree Care & Removal", id: "/tree-removal-trimming" },
{ name: "Irrigation", id: "/irrigation" }, { name: "Irrigation", id: "/irrigation" },
{ name: "Rock & Gravel", id: "/rock-gravel" }, { name: "Rock & Gravel", id: "/rock-gravel" },
{ name: "Why Us", id: "why-us" }, { name: "Why Us", id: "why-us" },
@@ -62,8 +63,8 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ id: 1, title: "Lawn Maintenance", description: "Weekly, bi-weekly & monthly mowing, edging, trimming, blowing & more.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774756198244-5vkzgw2u.png", imageAlt: "Lawn mowing service" }, { id: 1, title: "Lawn Maintenance", description: "Weekly, bi-weekly & monthly mowing, edging, trimming, blowing & more.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774756198244-5vkzgw2u.png", imageAlt: "Lawn mowing service" },
{ id: 2, title: "Irrigation Repair & Installation", description: "Professional irrigation system repair, troubleshooting, and custom installation to keep your landscape lush and healthy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683217001-qyt5vvru.png", imageAlt: "Irrigation services" }, { id: 2, title: "Irrigation Repair & Installation", description: "Professional irrigation system repair, troubleshooting, and custom installation to keep your landscape lush and healthy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683217001-qyt5vvru.png?_wi=1", imageAlt: "Irrigation services" },
{ id: 3, title: "Rock & Gravel Installation & Removal", description: "Transform your yard with professional rock and gravel services, including new installations and total removal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683236779-lfs0cx8c.png", imageAlt: "Rock installation" }, { id: 3, title: "Rock & Gravel Installation & Removal", description: "Transform your yard with professional rock and gravel services, including new installations and total removal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683236779-lfs0cx8c.png?_wi=1", imageAlt: "Rock installation" },
]} ]}
title="Our Services" title="Our Services"
description="Clean, sharp, and consistent results for every property we serve." description="Clean, sharp, and consistent results for every property we serve."

View File

@@ -26,7 +26,7 @@ export default function RockGravelPage() {
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Hedge Trimming", id: "/hedge-trimming" }, { name: "Hedge Trimming", id: "/hedge-trimming" },
{ name: "Tree Care", id: "/tree-removal-trimming" }, { name: "Tree Care & Removal", id: "/tree-removal-trimming" },
{ name: "Irrigation", id: "/irrigation" }, { name: "Irrigation", id: "/irrigation" },
{ name: "Rock & Gravel", id: "/rock-gravel" } { name: "Rock & Gravel", id: "/rock-gravel" }
]} ]}
@@ -39,7 +39,7 @@ export default function RockGravelPage() {
logoText="Rock & Gravel Installation & Removal" logoText="Rock & Gravel Installation & Removal"
description="Transform your landscape aesthetics with our professional rock and gravel services. Whether you need a fresh new install or complete removal of old materials, we handle the heavy lifting." description="Transform your landscape aesthetics with our professional rock and gravel services. Whether you need a fresh new install or complete removal of old materials, we handle the heavy lifting."
buttons={[{ text: "Get a Free Quote", href: "tel:4803279024" }]} buttons={[{ text: "Get a Free Quote", href: "tel:4803279024" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683236779-lfs0cx8c.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683236779-lfs0cx8c.png?_wi=2"
imageAlt="Rock installation service" imageAlt="Rock installation service"
background={{ variant: "plain" }} background={{ variant: "plain" }}
/> />

View File

@@ -16,7 +16,7 @@ export default function TreeCarePage() {
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Hedge Trimming", id: "/hedge-trimming" }, { name: "Hedge Trimming", id: "/hedge-trimming" },
{ name: "Tree Care", id: "/tree-removal-trimming" }, { name: "Tree Care & Removal", id: "/tree-removal-trimming" },
{ name: "Irrigation", id: "/irrigation" }, { name: "Irrigation", id: "/irrigation" },
{ name: "Rock & Gravel", id: "/rock-gravel" } { name: "Rock & Gravel", id: "/rock-gravel" }
]} ]}
@@ -27,15 +27,15 @@ export default function TreeCarePage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroLogoBillboard <HeroLogoBillboard
logoText="Professional Tree Services" logoText="Professional Tree Services"
description="Safe removal and expert pruning to maintain the safety and aesthetic appeal of your trees." description="Comprehensive tree care, including expert pruning, maintenance, and safe removal to keep your property safe and beautiful."
buttons={[{ text: "Get A Quote", href: "tel:4803279024" }]} buttons={[{ text: "Get A Quote", href: "tel:4803279024" }]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardSix <FeatureCardSix
title="Tree Maintenance & Safety" title="Our Tree Services"
description="Protect your property with certified tree care." description="Precision care for every tree on your property."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[