Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-26 11:04:38 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}