From 61c7b1e80bb86f4f8228a9d596959dc4789d337a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:04:34 +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 31a0fe5..ec73ce0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() { faqs={[ { id: "f1", title: "What areas do you serve?", content: "We primarily serve Blacktown and the surrounding suburbs." }, { id: "f2", title: "Do you offer emergency plumbing?", content: "Yes, we are available 24 hours to help with urgent issues." }, - { id: "f3", title: "How can I book a service?", content: "You can call us directly on 0425 156 311 or contact us via our booking form." }, + { id: "f3", title: "How can I book a service?", content: "You can call us directly on 0425 156 311 or contact us via our booking form. Please 'Call Now' if this is an urgent matter." }, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-men-handshake_23-2148752024.jpg" mediaAnimation="slide-up" @@ -170,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1