Merge version_1_1782053544613 into main #1
@@ -10,248 +10,117 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardBrand
|
||||
brand="D.R Plumbing & Heating"
|
||||
description="Trusted Plumbing & Heating Experts in Chorley. Reliable boiler, heating, and plumbing services across Lancashire. Professional workmanship, honest pricing and outstanding customer service."
|
||||
primaryButton={{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Call 07539 413369",
|
||||
href: "tel:07539413369",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
brand="D.R Plumbing & Heating"
|
||||
description="Trusted Plumbing & Heating Experts in Chorley. Reliable boiler, heating, and plumbing services across Lancashire. Professional workmanship, honest pricing and outstanding customer service."
|
||||
primaryButton={{
|
||||
text: "Get a Free Quote", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Call 07539 413369", href: "tel:07539413369"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesImageBento
|
||||
tag="Our Services"
|
||||
title="Comprehensive Heating & Plumbing"
|
||||
description="Expert solutions for your home comfort, from emergency repairs to full boiler installations."
|
||||
items={[
|
||||
{
|
||||
title: "Boiler Installations",
|
||||
description: "High-efficiency modern boiler fitting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/rate-remark-us-business-background-client-feedback-opinion-matter_1017-60953.jpg",
|
||||
},
|
||||
{
|
||||
title: "Boiler Repairs",
|
||||
description: "Rapid diagnostics and professional fix.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/illustration-label-tag_53876-5901.jpg",
|
||||
},
|
||||
{
|
||||
title: "Boiler Servicing",
|
||||
description: "Annual checks for safety & efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strict-young-male-builder-wearing-uniform-safety-helmet-showing-stop-gesture-pink_141793-74606.jpg",
|
||||
},
|
||||
{
|
||||
title: "Central Heating",
|
||||
description: "System maintenance and radiator repair.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-quality-brand-badge-banner-copy-space-concept_53876-13783.jpg",
|
||||
},
|
||||
{
|
||||
title: "Emergency Plumbing",
|
||||
description: "Reliable support when you need it most.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-uniform-scared-clocks-blue_179666-30159.jpg",
|
||||
},
|
||||
{
|
||||
title: "General Plumbing",
|
||||
description: "From leaks to tap replacements.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-dark-haired-woman-looking-busy-while-doing-housework_259150-59472.jpg",
|
||||
},
|
||||
{
|
||||
title: "Bathroom Plumbing",
|
||||
description: "Expert installation for your upgrade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-golden-star-rating_23-2147740955.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Services"
|
||||
title="Comprehensive Heating & Plumbing"
|
||||
description="Expert solutions for your home comfort, from emergency repairs to full boiler installations."
|
||||
items={[
|
||||
{ title: "Boiler Installations", description: "High-efficiency modern boiler fitting.", imageSrc: "http://img.b2bpic.net/free-vector/rate-remark-us-business-background-client-feedback-opinion-matter_1017-60953.jpg" },
|
||||
{ title: "Boiler Repairs", description: "Rapid diagnostics and professional fix.", imageSrc: "http://img.b2bpic.net/free-vector/illustration-label-tag_53876-5901.jpg" },
|
||||
{ title: "Boiler Servicing", description: "Annual checks for safety & efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/strict-young-male-builder-wearing-uniform-safety-helmet-showing-stop-gesture-pink_141793-74606.jpg" },
|
||||
{ title: "Central Heating", description: "System maintenance and radiator repair.", imageSrc: "http://img.b2bpic.net/free-photo/high-quality-brand-badge-banner-copy-space-concept_53876-13783.jpg" },
|
||||
{ title: "Emergency Plumbing", description: "Reliable support when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-uniform-scared-clocks-blue_179666-30159.jpg" },
|
||||
{ title: "General Plumbing", description: "From leaks to tap replacements.", imageSrc: "http://img.b2bpic.net/free-photo/young-dark-haired-woman-looking-busy-while-doing-housework_259150-59472.jpg" },
|
||||
{ title: "Bathroom Plumbing", description: "Expert installation for your upgrade.", imageSrc: "http://img.b2bpic.net/free-vector/black-golden-star-rating_23-2147740955.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesDetailedCards
|
||||
tag="Why Choose Us"
|
||||
title="Excellence in Every Service"
|
||||
description="Local expertise backed by 5-star ratings and a commitment to quality."
|
||||
items={[
|
||||
{
|
||||
title: "5-Star Rated Service",
|
||||
description: "Consistently praised by residents of Chorley and Lancashire for our commitment to excellence.",
|
||||
tags: [
|
||||
"Trusted",
|
||||
"Verified",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thumbs-up-doing-ok-sign_141793-28633.jpg",
|
||||
},
|
||||
{
|
||||
title: "Transparent Pricing",
|
||||
description: "Honest, fair quotes with no hidden surprises. We value your peace of mind above all.",
|
||||
tags: [
|
||||
"Honest",
|
||||
"Fair",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/investment-currency-forex-economy-trade-concept_53876-120714.jpg",
|
||||
},
|
||||
{
|
||||
title: "Fast Response",
|
||||
description: "We understand plumbing emergencies don't wait. We aim to be there as fast as possible.",
|
||||
tags: [
|
||||
"Emergency",
|
||||
"Fast",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notification-bell-left-side_187299-45258.jpg",
|
||||
},
|
||||
{
|
||||
title: "Professional Workmanship",
|
||||
description: "Skilled engineering for boiler, heating, and plumbing systems of all sizes.",
|
||||
tags: [
|
||||
"Expert",
|
||||
"Reliable",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-labour-day-labels-with-yellow-frames_23-2147617898.jpg",
|
||||
},
|
||||
{
|
||||
title: "Reliable & Punctual",
|
||||
description: "We respect your time. We arrive when we say we will, every single time.",
|
||||
tags: [
|
||||
"Punctual",
|
||||
"Reliable",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-worker-pointing-alarm-clock-uniform_176474-36060.jpg",
|
||||
},
|
||||
{
|
||||
title: "Clean & Tidy",
|
||||
description: "We treat your home like our own, always leaving the workspace clean and organized.",
|
||||
tags: [
|
||||
"Professional",
|
||||
"Clean",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454569.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Why Choose Us"
|
||||
title="Excellence in Every Service"
|
||||
description="Local expertise backed by 5-star ratings and a commitment to quality."
|
||||
items={[
|
||||
{ title: "5-Star Rated Service", description: "Consistently praised by residents of Chorley and Lancashire for our commitment to excellence.", tags: ["Trusted", "Verified"], imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thumbs-up-doing-ok-sign_141793-28633.jpg" },
|
||||
{ title: "Transparent Pricing", description: "Honest, fair quotes with no hidden surprises. We value your peace of mind above all.", tags: ["Honest", "Fair"], imageSrc: "http://img.b2bpic.net/free-photo/investment-currency-forex-economy-trade-concept_53876-120714.jpg" },
|
||||
{ title: "Fast Response", description: "We understand plumbing emergencies don't wait. We aim to be there as fast as possible.", tags: ["Emergency", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/notification-bell-left-side_187299-45258.jpg" },
|
||||
{ title: "Professional Workmanship", description: "Skilled engineering for boiler, heating, and plumbing systems of all sizes.", tags: ["Expert", "Reliable"], imageSrc: "http://img.b2bpic.net/free-vector/set-labour-day-labels-with-yellow-frames_23-2147617898.jpg" },
|
||||
{ title: "Reliable & Punctual", description: "We respect your time. We arrive when we say we will, every single time.", tags: ["Punctual", "Reliable"], imageSrc: "http://img.b2bpic.net/free-photo/young-worker-pointing-alarm-clock-uniform_176474-36060.jpg" },
|
||||
{ title: "Clean & Tidy", description: "We treat your home like our own, always leaving the workspace clean and organized.", tags: ["Professional", "Clean"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454569.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTestimonial
|
||||
tag="Meet Daniel"
|
||||
quote="D.R Plumbing & Heating has built a reputation throughout Chorley for delivering high-quality plumbing and heating services. Customers consistently praise our professionalism, reliability, honesty, and attention to detail."
|
||||
author="Daniel (Dan)"
|
||||
role="Owner & Lead Engineer"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Meet Daniel"
|
||||
quote="D.R Plumbing & Heating has built a reputation throughout Chorley for delivering high-quality plumbing and heating services. Customers consistently praise our professionalism, reliability, honesty, and attention to detail."
|
||||
author="Daniel (Dan)"
|
||||
role="Owner & Lead Engineer"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<SectionErrorBoundary name="reviews">
|
||||
<div id="reviews" data-section="reviews">
|
||||
<SectionErrorBoundary name="reviews">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Verified Reviews"
|
||||
title="Trusted by Local Homeowners"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Mark M",
|
||||
role: "Homeowner",
|
||||
company: "Chorley",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg",
|
||||
},
|
||||
{
|
||||
name: "C W",
|
||||
role: "Homeowner",
|
||||
company: "Leyland",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
},
|
||||
{
|
||||
name: "Samina A",
|
||||
role: "Homeowner",
|
||||
company: "Buckshaw Village",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
},
|
||||
{
|
||||
name: "John D",
|
||||
role: "Homeowner",
|
||||
company: "Euxton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-lovely-woman-with-long-light-brown-hair-big-blue-eyes-smiles-outdoors_291650-339.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah P",
|
||||
role: "Homeowner",
|
||||
company: "Preston",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-carefree-woman-with-curly-blonde-hair-stands-with-crossed-arms-wears-casual-pink-turtleneck-smiles-broadly-has-white-teeth-poses-against-brown-studio-wall-emotions-concept_273609-59426.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Verified Reviews"
|
||||
title="Trusted by Local Homeowners"
|
||||
description="What our customers say about our services."
|
||||
testimonials={[
|
||||
{ name: "Mark M", role: "Homeowner", company: "Chorley", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg" },
|
||||
{ name: "C W", role: "Homeowner", company: "Leyland", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" },
|
||||
{ name: "Samina A", role: "Homeowner", company: "Buckshaw Village", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
|
||||
{ name: "John D", role: "Homeowner", company: "Euxton", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-lovely-woman-with-long-light-brown-hair-big-blue-eyes-smiles-outdoors_291650-339.jpg" },
|
||||
{ name: "Sarah P", role: "Homeowner", company: "Preston", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-carefree-woman-with-curly-blonde-hair-stands-with-crossed-arms-wears-casual-pink-turtleneck-smiles-broadly-has-white-teeth-poses-against-brown-studio-wall-emotions-concept_273609-59426.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
tag="Support"
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about our services in Chorley."
|
||||
items={[
|
||||
{
|
||||
question: "How quickly can you attend?",
|
||||
answer: "We prioritize emergencies and aim for same-day service depending on our current schedule.",
|
||||
},
|
||||
{
|
||||
question: "Do you offer emergency plumbing?",
|
||||
answer: "Yes, we provide emergency call-out services for major leaks and urgent heating issues.",
|
||||
},
|
||||
{
|
||||
question: "Can you repair and install boilers?",
|
||||
answer: "Absolutely. We are experts in boiler servicing, repairs, and full installations.",
|
||||
},
|
||||
{
|
||||
question: "Do you provide free quotations?",
|
||||
answer: "Yes, all our major work is quoted upfront, free of charge, with no hidden obligations.",
|
||||
},
|
||||
{
|
||||
question: "What areas do you cover?",
|
||||
answer: "We serve Chorley, Leyland, Preston, and the wider Lancashire area.",
|
||||
},
|
||||
{
|
||||
question: "Are you fully insured?",
|
||||
answer: "Yes, D.R Plumbing & Heating is fully insured for all plumbing and heating works.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/blue-star-rating-symbol-design_1017-14517.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Support"
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about our services in Chorley."
|
||||
items={[
|
||||
{ question: "How quickly can you attend?", answer: "We prioritize emergencies and aim for same-day service depending on our current schedule." },
|
||||
{ question: "Do you offer emergency plumbing?", answer: "Yes, we provide emergency call-out services for major leaks and urgent heating issues." },
|
||||
{ question: "Can you repair and install boilers?", answer: "Absolutely. We are experts in boiler servicing, repairs, and full installations." },
|
||||
{ question: "Do you provide free quotations?", answer: "Yes, all our major work is quoted upfront, free of charge, with no hidden obligations." },
|
||||
{ question: "What areas do you cover?", answer: "We serve Chorley, Leyland, Preston, and the wider Lancashire area." },
|
||||
{ question: "Are you fully insured?", answer: "Yes, D.R Plumbing & Heating is fully insured for all plumbing and heating works." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/blue-star-rating-symbol-design_1017-14517.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Book Now"
|
||||
text="Need a reliable plumber in Chorley? Get in touch today for professional, high-quality plumbing and heating services."
|
||||
primaryButton={{
|
||||
text: "Call 07539 413369",
|
||||
href: "tel:07539413369",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Get a Free Quote",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Book Now"
|
||||
text="Need a reliable plumber in Chorley? Get in touch today for professional, high-quality plumbing and heating services."
|
||||
primaryButton={{
|
||||
text: "Call 07539 413369", href: "tel:07539413369"}}
|
||||
secondaryButton={{
|
||||
text: "Get a Free Quote", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user