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