7 Commits

Author SHA1 Message Date
ce018fa68e Merge version_4 into main
Merge version_4 into main
2026-06-03 18:58:26 +00:00
cd7ba210c6 Update src/app/quote/page.tsx 2026-06-03 18:58:23 +00:00
5257ccccf5 Update src/app/page.tsx 2026-06-03 18:58:22 +00:00
9c73f93f97 Merge version_4 into main
Merge version_4 into main
2026-06-03 18:57:37 +00:00
fdeedda640 Update src/app/quote/page.tsx 2026-06-03 18:57:33 +00:00
3583055bc6 Update src/app/page.tsx 2026-06-03 18:57:33 +00:00
783a918947 Merge version_3 into main
Merge version_3 into main
2026-06-03 18:54:51 +00:00
2 changed files with 12 additions and 18 deletions

View File

@@ -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>

View File

@@ -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"