Update src/app/page.tsx
This commit is contained in:
@@ -45,9 +45,7 @@ export default function HomePage() {
|
|||||||
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>
|
||||||
@@ -57,7 +55,7 @@ export default function HomePage() {
|
|||||||
title="Trusted Local Plumbers in Holland Park West – 24/7 Service"
|
title="Trusted Local Plumbers in Holland Park West – 24/7 Service"
|
||||||
description="Reliable, honest plumbing services backed by 4.9-star customer satisfaction. We handle emergency repairs, hot water systems, leak detection, and more."
|
description="Reliable, honest plumbing services backed by 4.9-star customer satisfaction. We handle emergency repairs, hot water systems, leak detection, and more."
|
||||||
tag="Local Brisbane Plumbers"
|
tag="Local Brisbane Plumbers"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg"
|
||||||
imageAlt="Professional plumber with tools"
|
imageAlt="Professional plumber with tools"
|
||||||
textPosition="bottom-left"
|
textPosition="bottom-left"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
@@ -96,39 +94,19 @@ export default function HomePage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Emergency Plumbing",
|
title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, flooding, and urgent repairs. We're always ready to help when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing service"},
|
||||||
description: "24/7 emergency response for burst pipes, flooding, and urgent repairs. We're always ready to help when you need us most.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1",
|
|
||||||
imageAlt: "Emergency plumbing service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Hot Water Systems",
|
title: "Hot Water Systems", description: "Professional installation, repair, and maintenance of hot water systems. Fast diagnostics and reliable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Hot water system installation"},
|
||||||
description: "Professional installation, repair, and maintenance of hot water systems. Fast diagnostics and reliable solutions.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=1",
|
|
||||||
imageAlt: "Hot water system installation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Leak Detection",
|
title: "Leak Detection", description: "Advanced leak detection technology to identify hidden leaks quickly and accurately. Save water and money.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Professional leak detection"},
|
||||||
description: "Advanced leak detection technology to identify hidden leaks quickly and accurately. Save water and money.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1",
|
|
||||||
imageAlt: "Professional leak detection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
title: "Blocked Drains",
|
title: "Blocked Drains", description: "Expert blocked drain services using modern equipment. We clear stubborn blockages safely and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning service"},
|
||||||
description: "Expert blocked drain services using modern equipment. We clear stubborn blockages safely and efficiently.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1",
|
|
||||||
imageAlt: "Drain cleaning service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 5,
|
id: 5,
|
||||||
title: "General Maintenance",
|
title: "General Maintenance", description: "Regular plumbing maintenance to prevent issues before they start. Inspections, repairs, and preventive care.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Plumbing maintenance and inspection"},
|
||||||
description: "Regular plumbing maintenance to prevent issues before they start. Inspections, repairs, and preventive care.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1",
|
|
||||||
imageAlt: "Plumbing maintenance and inspection",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -141,29 +119,22 @@ export default function HomePage() {
|
|||||||
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 and trusted service.", icon: MapPin,
|
||||||
description: "Serving Holland Park West and surrounding Brisbane areas with deep local knowledge and trusted service.",
|
|
||||||
icon: MapPin,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Professional Team",
|
title: "Professional Team", description: "Experienced, fully licensed plumbers committed to quality workmanship and customer satisfaction.", icon: Heart,
|
||||||
description: "Experienced, fully licensed plumbers committed to quality workmanship and customer satisfaction.",
|
|
||||||
icon: Heart,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Honest Pricing",
|
title: "Honest Pricing", description: "Transparent, competitive pricing with no hidden fees. We respect your budget and deliver value.", icon: Heart,
|
||||||
description: "Transparent, competitive pricing with no hidden fees. We respect your budget and deliver value.",
|
|
||||||
icon: Heart,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "24/7 Availability",
|
title: "24/7 Availability", description: "Always available when you need us, day or night. Emergency service is our priority.", icon: Clock,
|
||||||
description: "Always available when you need us, day or night. Emergency service is our priority.",
|
|
||||||
icon: Clock,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg?_wi=2"
|
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>
|
||||||
|
|
||||||
@@ -171,34 +142,18 @@ export default function HomePage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", imageAlt: "Sarah Mitchell"},
|
||||||
name: "Sarah Mitchell",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=1",
|
|
||||||
imageAlt: "Sarah Mitchell",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Michael Chen"},
|
||||||
name: "Michael Chen",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=1",
|
|
||||||
imageAlt: "Michael Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Jennifer Walsh"},
|
||||||
name: "Jennifer Walsh",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=1",
|
|
||||||
imageAlt: "Jennifer Walsh",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10036.jpg", imageAlt: "David Thompson"},
|
||||||
name: "David Thompson",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10036.jpg?_wi=1",
|
|
||||||
imageAlt: "David Thompson",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Work conducted well and pricing reasonable. A young man, Tyson arrived and did a wonderful job from start to finish. Definitely our 'go to' people for plumbing needs."
|
cardTitle="Work conducted well and pricing reasonable. A young man, Tyson arrived and did a wonderful job from start to finish. Definitely our 'go to' people for plumbing needs."
|
||||||
cardTag="Trusted by local homeowners"
|
cardTag="Trusted by local homeowners"
|
||||||
cardTagIcon={Heart}
|
cardTagIcon={Heart}
|
||||||
cardAnimation="entrance-slide"
|
cardAnimation="blur-reveal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user