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
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Why Us", id: "/" },
|
|
||||||
{ name: "Reviews", id: "/" }
|
|
||||||
]}
|
]}
|
||||||
brandName="Ryan Brothers"
|
brandName="Ryan Brothers"
|
||||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||||
|
|||||||
@@ -25,8 +25,6 @@ export default function IrrigationPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/#services" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Irrigation", id: "/irrigation" },
|
|
||||||
{ name: "Rock & Gravel", id: "/rock-and-gravel" },
|
|
||||||
]}
|
]}
|
||||||
brandName="Ryan Brothers"
|
brandName="Ryan Brothers"
|
||||||
button={{ text: "Contact", href: "tel:4803279024" }}
|
button={{ text: "Contact", href: "tel:4803279024" }}
|
||||||
|
|||||||
@@ -31,8 +31,6 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/#services" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Irrigation", id: "/irrigation" },
|
|
||||||
{ name: "Rock & Gravel", id: "/rock-and-gravel" },
|
|
||||||
{ name: "Why Us", id: "/#why-us" },
|
{ name: "Why Us", id: "/#why-us" },
|
||||||
{ name: "Reviews", id: "/#reviews" },
|
{ name: "Reviews", id: "/#reviews" },
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -25,8 +25,6 @@ export default function RockAndGravelPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/#services" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Irrigation", id: "/irrigation" },
|
|
||||||
{ name: "Rock & Gravel", id: "/rock-and-gravel" },
|
|
||||||
]}
|
]}
|
||||||
brandName="Ryan Brothers"
|
brandName="Ryan Brothers"
|
||||||
button={{ text: "Contact", href: "tel:4803279024" }}
|
button={{ text: "Contact", href: "tel:4803279024" }}
|
||||||
|
|||||||
@@ -24,9 +24,7 @@ export default function TreeRemovalPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Why Us", id: "/" },
|
|
||||||
{ name: "Reviews", id: "/" },
|
|
||||||
]}
|
]}
|
||||||
brandName="Ryan Brothers"
|
brandName="Ryan Brothers"
|
||||||
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
button={{ text: "Get A Quote", href: "tel:4803279024" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user