Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 08:15:39 +00:00
parent 731b80b9c8
commit 37da75ae2c

View File

@@ -39,9 +39,7 @@ export default function AboutPage() {
brandName="Peter Tavener" brandName="Peter Tavener"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Call Now", text: "Call Now", href: "tel:0733944918"}}
href: "tel:0733944918",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -54,29 +52,22 @@ export default function AboutPage() {
useInvertedBackground={false} useInvertedBackground={false}
bulletPoints={[ bulletPoints={[
{ {
title: "Local Expertise", title: "Local Expertise", description: "Serving Holland Park West and surrounding Brisbane areas with deep local knowledge. We know our community and understand local plumbing challenges.", icon: MapPin,
description: "Serving Holland Park West and surrounding Brisbane areas with deep local knowledge. We know our community and understand local plumbing challenges.",
icon: MapPin,
}, },
{ {
title: "Professional Team", title: "Professional Team", description: "Experienced, fully licensed plumbers committed to quality workmanship. All our technicians are trained, insured, and dedicated to your satisfaction.", icon: Heart,
description: "Experienced, fully licensed plumbers committed to quality workmanship. All our technicians are trained, insured, and dedicated to your satisfaction.",
icon: Heart,
}, },
{ {
title: "Honest Pricing", title: "Honest Pricing", description: "Transparent, competitive pricing with no hidden fees. We provide upfront quotes and respect your budget while delivering exceptional value.", icon: Heart,
description: "Transparent, competitive pricing with no hidden fees. We provide upfront quotes and respect your budget while delivering exceptional value.",
icon: Heart,
}, },
{ {
title: "24/7 Availability", title: "24/7 Availability", description: "Always available when you need us, day or night, weekends and public holidays. Emergency service is our priority and passion.", icon: Clock,
description: "Always available when you need us, day or night, weekends and public holidays. Emergency service is our priority and passion.",
icon: Clock,
}, },
]} ]}
imagePosition="right" imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg?_wi=3" imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg"
imageAlt="Peter Tavener Plumbing Team" imageAlt="Peter Tavener Plumbing Team"
mediaAnimation="none"
/> />
</div> </div>