From f3dbe8c87efec29dd485f10fbd70e8efd4f5a05d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:05:01 +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 c33fbbf..269e5fd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 53e7ab48658d4aea48bc3fa4b78150bda8909fb7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:05:02 +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 34ae3da..7945ed7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function HomePage() { logoText="Silverline Roofing" description="South Florida Roofing Experts You Can Trust. Roof repairs, leak detection, inspections, and full roof replacements done right the first time." buttons={[ - { text: "📞 Call Now", href: "tel:(954)624-2925" }, + { text: "Schedule Free Inspection", href: "/contact" }, { text: "📋 Free Inspection", href: "/contact" }, ]} buttonAnimation="slide-up" @@ -200,4 +200,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1