From 3583055bc6f2809e3629a234c2315fe8944a85fa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 18:57:33 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e0174c..9709a4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> -- 2.49.1 From fdeedda640567f14e6bd66b4aab3a7d22f5dc839 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 18:57:33 +0000 Subject: [PATCH 2/2] Update src/app/quote/page.tsx --- src/app/quote/page.tsx | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/src/app/quote/page.tsx b/src/app/quote/page.tsx index e58f570..7b7c4b2 100644 --- a/src/app/quote/page.tsx +++ b/src/app/quote/page.tsx @@ -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} /> @@ -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" } ]} /> @@ -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" -- 2.49.1