Compare commits
8 Commits
version_18
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| a78d681968 | |||
| 6b446f7bb5 | |||
| a8aafd3894 | |||
| 19ccf8943e | |||
| 1c2c54dac5 | |||
| 34acfd8e5e | |||
| 007d94f56b | |||
| be9d3235e4 |
@@ -15,10 +15,9 @@ export default function HedgeTrimmingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Hedge Trimming", id: "/hedge-trimming" },
|
||||
{ name: "Tree Care & Removal", id: "/tree-removal-trimming" },
|
||||
{ name: "Irrigation", id: "/irrigation" },
|
||||
{ name: "Rock & Gravel", id: "/rock-gravel" }
|
||||
{ name: "Services", id: "/" },
|
||||
{ name: "Why Us", id: "/" },
|
||||
{ name: "Reviews", id: "/" }
|
||||
]}
|
||||
brandName="Ryan Brothers"
|
||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||
|
||||
@@ -24,9 +24,9 @@ export default function IrrigationPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Tree Care & Removal", id: "/tree-removal-trimming" },
|
||||
{ name: "Irrigation", id: "/irrigation" },
|
||||
{ name: "Rock & Gravel", id: "/rock-gravel" },
|
||||
{ name: "Services", id: "/" },
|
||||
{ name: "Why Us", id: "/" },
|
||||
{ name: "Reviews", id: "/" },
|
||||
]}
|
||||
brandName="Ryan Brothers"
|
||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||
|
||||
@@ -31,9 +31,6 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Tree Care & Removal", id: "/tree-removal-trimming" },
|
||||
{ name: "Irrigation", id: "/irrigation" },
|
||||
{ name: "Rock & Gravel", id: "/rock-gravel" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
]}
|
||||
@@ -63,9 +60,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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 to keep your landscape lush and healthy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1775234863417-0ibz0t9t.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-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, 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" },
|
||||
{ id: 4, title: "Tree Care & Removal", description: "Safe, professional tree trimming, removal, and maintenance to protect your home and enhance your landscape.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1775234863417-0ibz0t9t.png", imageAlt: "Tree care service" },
|
||||
{ id: 4, title: "Tree Care & Removal", description: "Safe, professional tree trimming, removal, and maintenance to protect your home and enhance your landscape.", 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."
|
||||
|
||||
@@ -24,9 +24,9 @@ export default function RockGravelPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Tree Care & Removal", id: "/tree-removal-trimming" },
|
||||
{ name: "Irrigation", id: "/irrigation" },
|
||||
{ name: "Rock & Gravel", id: "/rock-gravel" },
|
||||
{ name: "Services", id: "/" },
|
||||
{ name: "Why Us", id: "/" },
|
||||
{ name: "Reviews", id: "/" },
|
||||
]}
|
||||
brandName="Ryan Brothers"
|
||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||
|
||||
@@ -24,9 +24,9 @@ export default function TreeRemovalPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Tree Care & Removal", id: "/tree-removal-trimming" },
|
||||
{ name: "Irrigation", id: "/irrigation" },
|
||||
{ name: "Rock & Gravel", id: "/rock-gravel" },
|
||||
{ name: "Services", id: "/" },
|
||||
{ name: "Why Us", id: "/" },
|
||||
{ name: "Reviews", id: "/" },
|
||||
]}
|
||||
brandName="Ryan Brothers"
|
||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||
|
||||
Reference in New Issue
Block a user