From 5257ccccf555928a5bd386cbde2f291538ad20b1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 18:58:22 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9709a4d..5d7b87b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { ]} brandName="Green Ground Landscaping LLC" animateOnLoad={true} + button={{ text: "Get a Quote", href: "/quote" }} /> -- 2.49.1 From cd7ba210c66b62abf3fdd8283ad5ee58794a8697 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 18:58:23 +0000 Subject: [PATCH 2/2] Update src/app/quote/page.tsx --- src/app/quote/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/quote/page.tsx b/src/app/quote/page.tsx index 7b7c4b2..1bc2548 100644 --- a/src/app/quote/page.tsx +++ b/src/app/quote/page.tsx @@ -33,6 +33,7 @@ export default function QuotePage() { ]} brandName="Green Ground Landscaping LLC" animateOnLoad={true} + button={{ text: "Get a Quote", href: "/quote" }} /> -- 2.49.1