From de25d33c7ed363fef96ba6b66585767cc68dcc4c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 20:16:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f634d8c..5cc09f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Junior Pools" - button={{ text: "Get a Quote", href: "#contact" }} + button={{ text: "Call Now", href: "tel:7609806785" }} /> -- 2.49.1