From 908e9738644a50d959894faafd9176059957c409 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:58:24 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9b0d44f..66248d0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1382,4 +1382,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 0c4ca7b4c37d0500c80d21e0154c95c2c2f397c8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:58:25 +0000 Subject: [PATCH 2/2] 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 bbbba8c..535d952 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { showDimOverlay={true} buttons={[ { text: "Request a Quote", href: "contact" }, - { text: "Call Now", href: "tel:+19085551234" } + { text: "Call Now (908) 555-1234", href: "tel:+19085551234" } ]} /> @@ -199,4 +199,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1