From b84ca7e2e3e5636e6ce7eafc2c834017239fda7c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:55:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b6e9fe..6e12c7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,6 +36,7 @@ export default function LandingPage() { { name: "Expertise", id: "#expertise" }, { name: "Process", id: "#process" }, { name: "About", id: "#about" }, + { name: "Contact", id: "#contact" } ]} brandName="United Roofing" button={{ text: "Get Inspection", href: "#contact" }} @@ -182,7 +183,7 @@ export default function LandingPage() { background={{ variant: "rotated-rays-animated" }} text="Need Roofing Help Without the Runaround? Schedule a free inspection and get honest guidance, fast communication, and peace of mind." buttons={[ - { text: "Book Free Inspection", href: "#" }, + { text: "Book Free Inspection", onClick: () => { window.location.href = "#contact"; } }, { text: "Call United Roofing", href: "tel:+12025686865" }, ]} />