diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e393e1e..fc5ca44 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 f5f1961..3c2d765 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { avatarText="77+ Homeowners • 4.8★ • 1000+ Projects" buttons={[ { - text: "Call Now (512) 555-0123", href: "tel:+15125550123" + text: "Call Now – Emergency 24/7", href: "tel:+15125550123" }, { text: "Request Service", href: "#contact" @@ -221,4 +221,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file