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