Compare commits
8 Commits
version_21
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| 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" },
|
||||
]}
|
||||
|
||||
@@ -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