From 9b528a6520719a6821d534dde8951a1d20232eb1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:15:52 +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 9bfb0f8..39200b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function PlumbingPage() { avatarText="4.9/5 stars from 117+ happy customers" buttons={[ { text: "Get a Free Quote", href: "#contact" }, - { text: "Call 0449 800 462", href: "tel:0449800462" }, + { text: "Call: 0449 800 462", href: "tel:0449800462" }, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/male-plumber-using-wrench-tighten-water-faucet-kitchen-seen-up-close_662251-2697.jpg" @@ -171,4 +171,4 @@ export default function PlumbingPage() { ); -} +} \ No newline at end of file -- 2.49.1