Update src/app/about/page.tsx
This commit is contained in:
@@ -39,9 +39,7 @@ export default function AboutPage() {
|
||||
brandName="Peter Tavener"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:0733944918",
|
||||
}}
|
||||
text: "Call Now", href: "tel:0733944918"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -54,29 +52,22 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
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,
|
||||
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,
|
||||
},
|
||||
{
|
||||
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,
|
||||
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,
|
||||
},
|
||||
{
|
||||
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,
|
||||
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,
|
||||
},
|
||||
{
|
||||
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,
|
||||
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,
|
||||
},
|
||||
]}
|
||||
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"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user