From 4862ffc774fe4923dd2f012aef368bf6910b89cb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:35:15 +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 3552006..40b392c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function HomePage() { tagIcon={Star} background={{ variant: "plain" }} buttons={[ - { text: "Call Now – 085 873 2792", href: "tel:0858732792" }, + { text: "Get Emergency Service Now", href: "tel:0858732792" }, { text: "Request a Free Quote", href: "#contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg" @@ -221,4 +221,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}