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 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