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