From bec95e621f69c5eb82b65f4c2c2dd45f9b70b495 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:29:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a31a35..970b557 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { ]} brandName="Royal Blue Austin" button={{ - text: "Free Estimate", href: "#contact"}} + text: "(512) 555-0199", href: "tel:+15125550199"}} /> @@ -294,4 +294,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1