Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd7ba210c6 | |||
| 5257ccccf5 | |||
| fdeedda640 | |||
| 3583055bc6 | |||
| 783a918947 |
@@ -44,14 +44,11 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Testimonials", id: "#testimonials"},
|
name: "Testimonials", id: "#testimonials"},
|
||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "#contact"}
|
||||||
{
|
|
||||||
name: "Get a Quote", id: "/quote"}
|
|
||||||
]}
|
]}
|
||||||
brandName="Green Ground Landscaping LLC"
|
brandName="Green Ground Landscaping LLC"
|
||||||
button={{
|
|
||||||
text: "Get a Quote", href: "/quote"}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
|
button={{ text: "Get a Quote", href: "/quote" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -29,14 +29,11 @@ export default function QuotePage() {
|
|||||||
{ name: "Services", id: "/#services" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Packages", id: "/#packages" },
|
{ name: "Packages", id: "/#packages" },
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "Contact", id: "/#contact" },
|
{ name: "Contact", id: "/#contact" }
|
||||||
{ name: "Get a Quote", id: "/quote" }
|
|
||||||
]}
|
]}
|
||||||
brandName="Green Ground Landscaping LLC"
|
brandName="Green Ground Landscaping LLC"
|
||||||
button={{
|
|
||||||
text: "Get a Quote", href: "/quote"
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
|
button={{ text: "Get a Quote", href: "/quote" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</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!"
|
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={[
|
buttons={[
|
||||||
{ text: "Call Us: (240) 423-2030", href: "tel:+12404232030" },
|
{ 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>
|
</div>
|
||||||
@@ -59,21 +56,21 @@ export default function QuotePage() {
|
|||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Us", href: "/#about" },
|
{ label: "About Us", href: "/#about" },
|
||||||
{ label: "Services", href: "/#services" },
|
{ label: "Services", href: "/#services" },
|
||||||
{ label: "Packages", href: "/#packages" },
|
{ label: "Packages", href: "/#packages" }
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support", items: [
|
title: "Support", items: [
|
||||||
{ label: "FAQ", href: "/#faq" },
|
{ label: "FAQ", href: "/#faq" },
|
||||||
{ label: "Contact Us", href: "/#contact" },
|
{ label: "Contact Us", href: "/#contact" }
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect", items: [
|
title: "Connect", items: [
|
||||||
{ label: "Facebook", href: "#" },
|
{ label: "Facebook", href: "#" },
|
||||||
{ label: "Instagram", href: "#" },
|
{ label: "Instagram", href: "#" }
|
||||||
],
|
]
|
||||||
},
|
}
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Green Ground Landscaping LLC. All rights reserved."
|
bottomLeftText="© 2024 Green Ground Landscaping LLC. All rights reserved."
|
||||||
bottomRightText="Powered by Webild"
|
bottomRightText="Powered by Webild"
|
||||||
|
|||||||
Reference in New Issue
Block a user