Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce018fa68e | |||
| cd7ba210c6 | |||
| 5257ccccf5 | |||
| 9c73f93f97 | |||
| fdeedda640 | |||
| 3583055bc6 | |||
| 783a918947 |
@@ -44,14 +44,11 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{
|
||||
name: "Get a Quote", id: "/quote"}
|
||||
name: "Contact", id: "#contact"}
|
||||
]}
|
||||
brandName="Green Ground Landscaping LLC"
|
||||
button={{
|
||||
text: "Get a Quote", href: "/quote"}}
|
||||
animateOnLoad={true}
|
||||
button={{ text: "Get a Quote", href: "/quote" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -29,14 +29,11 @@ export default function QuotePage() {
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Packages", id: "/#packages" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
{ name: "Get a Quote", id: "/quote" }
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
]}
|
||||
brandName="Green Ground Landscaping LLC"
|
||||
button={{
|
||||
text: "Get a Quote", href: "/quote"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
button={{ text: "Get a Quote", href: "/quote" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +44,7 @@ export default function QuotePage() {
|
||||
text="Ready for a free quote? Fill out the form below or contact us directly to discuss your landscaping needs. We'll get back to you promptly!"
|
||||
buttons={[
|
||||
{ text: "Call Us: (240) 423-2030", href: "tel:+12404232030" },
|
||||
{ text: "Email Us", href: "mailto:info@greengroundlandscaping.com" },
|
||||
{ text: "Email Us", href: "mailto:info@greengroundlandscaping.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -59,21 +56,21 @@ export default function QuotePage() {
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Services", href: "/#services" },
|
||||
{ label: "Packages", href: "/#packages" },
|
||||
],
|
||||
{ label: "Packages", href: "/#packages" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Contact Us", href: "/#contact" },
|
||||
],
|
||||
{ label: "Contact Us", href: "/#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
{ label: "Instagram", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Green Ground Landscaping LLC. All rights reserved."
|
||||
bottomRightText="Powered by Webild"
|
||||
|
||||
Reference in New Issue
Block a user