10 Commits

Author SHA1 Message Date
14c63c7926 Update src/app/page.tsx 2026-04-07 15:31:25 +00:00
0c70f79cd7 Merge version_22 into main
Merge version_22 into main
2026-04-07 15:25:11 +00:00
712af96254 Update src/app/tree-removal-trimming/page.tsx 2026-04-07 15:25:08 +00:00
848ef8ac97 Update src/app/rock-and-gravel/page.tsx 2026-04-07 15:25:07 +00:00
e244388b79 Update src/app/page.tsx 2026-04-07 15:25:07 +00:00
2380cf3f96 Update src/app/irrigation/page.tsx 2026-04-07 15:25:06 +00:00
3cde9b79c6 Update src/app/hedge-trimming/page.tsx 2026-04-07 15:25:06 +00:00
49a9425668 Merge version_21 into main
Merge version_21 into main
2026-04-07 15:22:40 +00:00
c1504f28ec Merge version_21 into main
Merge version_21 into main
2026-04-07 15:22:10 +00:00
c8124e69f5 Merge version_21 into main
Merge version_21 into main
2026-04-07 15:21:41 +00:00
5 changed files with 4 additions and 14 deletions

View File

@@ -15,9 +15,7 @@ export default function HedgeTrimmingPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/" },
{ name: "Why Us", id: "/" },
{ name: "Reviews", id: "/" }
{ name: "Services", id: "/#services" },
]}
brandName="Ryan Brothers"
button={{ text: "Get A Quote", href: "tel:4803279024" }}

View File

@@ -25,8 +25,6 @@ export default function IrrigationPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "Irrigation", id: "/irrigation" },
{ name: "Rock & Gravel", id: "/rock-and-gravel" },
]}
brandName="Ryan Brothers"
button={{ text: "Contact", href: "tel:4803279024" }}

View File

@@ -31,8 +31,6 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "Irrigation", id: "/irrigation" },
{ name: "Rock & Gravel", id: "/rock-and-gravel" },
{ name: "Why Us", id: "/#why-us" },
{ name: "Reviews", id: "/#reviews" },
]}
@@ -63,8 +61,8 @@ export default function LandingPage() {
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-1775057118800-uyvjzg87.png", imageAlt: "Lawn mowing service" },
{ id: 2, title: "Irrigation Repair & Installation", description: "Professional irrigation system repair, troubleshooting, and custom installation.", buttons: [{ text: "View Details", href: "/irrigation" }], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1775234863417-0ibz0t9t.png?_wi=1", imageAlt: "Irrigation services" },
{ id: 3, title: "Rock & Gravel Installation & Removal", description: "Transform your yard with professional rock and gravel services.", buttons: [{ text: "View Details", href: "/rock-and-gravel" }], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683236779-lfs0cx8c.png?_wi=1", imageAlt: "Rock installation" },
{ id: 4, title: "Tree Care & Removal", description: "Safe, professional tree trimming, removal, and maintenance to protect your home.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1775234863417-0ibz0t9t.png?_wi=2", imageAlt: "Tree care service" },
{ id: 3, title: "Rock & Gravel Installation", description: "Transform your yard with professional rock and gravel services.", buttons: [{ text: "View Details", href: "/rock-and-gravel" }], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683236779-lfs0cx8c.png?_wi=1", imageAlt: "Rock installation" },
{ id: 4, title: "Tree Care & Removal", description: "Safe, professional tree trimming, removal, and maintenance to protect your home.", buttons: [{ text: "View Details", href: "/tree-removal-trimming" }], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1775234863417-0ibz0t9t.png?_wi=2", imageAlt: "Tree care service" },
]}
title="Our Services"
description="Clean, sharp, and consistent results for every property we serve."

View File

@@ -25,8 +25,6 @@ export default function RockAndGravelPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "Irrigation", id: "/irrigation" },
{ name: "Rock & Gravel", id: "/rock-and-gravel" },
]}
brandName="Ryan Brothers"
button={{ text: "Contact", href: "tel:4803279024" }}

View File

@@ -24,9 +24,7 @@ export default function TreeRemovalPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/" },
{ name: "Why Us", id: "/" },
{ name: "Reviews", id: "/" },
{ name: "Services", id: "/#services" },
]}
brandName="Ryan Brothers"
button={{ text: "Get A Quote", href: "tel:4803279024" }}