Compare commits
11 Commits
version_21
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 04b488173b | |||
| 14c63c7926 | |||
| 0c70f79cd7 | |||
| 712af96254 | |||
| 848ef8ac97 | |||
| e244388b79 | |||
| 2380cf3f96 | |||
| 3cde9b79c6 | |||
| 49a9425668 | |||
| c1504f28ec | |||
| c8124e69f5 |
@@ -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" }}
|
||||
|
||||
@@ -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" }}
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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" }}
|
||||
|
||||
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user