4 Commits

Author SHA1 Message Date
713fe44845 Merge version_2 into main
Merge version_2 into main
2026-05-01 07:16:32 +00:00
9c0c263370 Update src/app/page.tsx 2026-05-01 07:16:29 +00:00
cc3c79aac2 Merge version_2 into main
Merge version_2 into main
2026-05-01 07:15:55 +00:00
9b528a6520 Update src/app/page.tsx 2026-05-01 07:15:52 +00:00

View File

@@ -7,12 +7,11 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { ShieldCheck, Wrench, DollarSign, Phone, MapPin, Clock, Star } from "lucide-react";
import { ShieldCheck, Wrench, DollarSign } from "lucide-react";
export default function PlumbingPage() {
return (
@@ -54,7 +53,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"
@@ -139,6 +138,7 @@ export default function PlumbingPage() {
{ id: "3", title: "What suburbs do you cover?", content: "We are based in Peakhurst and serve the entire surrounding area including Hurstville, Mortdale, and the wider Sydney region." },
{ id: "4", title: "Can you handle large jobs?", content: "Absolutely, from minor leak repairs to full system replacements, Mo and his team have the expertise required." },
]}
useInvertedBackground={false}
/>
</div>
@@ -171,4 +171,4 @@ export default function PlumbingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}