From b4e1b24eae80311d3293e975b0826898ecaf9520 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 22:55:52 +0000 Subject: [PATCH] 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 63c3a44..e495233 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="D&J Construction" + button={{ text: "Get a Quote", href: "#contact" }} /> -- 2.49.1