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" }} /> 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" }} />