Merge version_4 into main #3

Merged
bender merged 2 commits from version_4 into main 2026-06-03 18:57:37 +00:00
2 changed files with 10 additions and 18 deletions

View File

@@ -44,13 +44,9 @@ 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}
/>
</div>

View File

@@ -29,13 +29,9 @@ 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}
/>
</div>
@@ -47,7 +43,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 +55,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"