Merge version_22 into main
Merge version_22 into main
This commit was merged in pull request #49.
This commit is contained in:
@@ -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