Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-01 07:15:56 +00:00

View File

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