Merge version_1 into main #2
154
src/app/page.tsx
154
src/app/page.tsx
@@ -6,6 +6,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
@@ -13,8 +14,8 @@ import { Star, Phone } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
@@ -22,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
@@ -31,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Boiler Replacement", href: "/services" },
|
||||
{ label: "Heating Repair", href: "/services" },
|
||||
{ label: "Bathroom Renovations", href: "/services" },
|
||||
@@ -40,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 085 873 2792", href: "tel:0858732792" },
|
||||
{ label: "Email: info@heatview.co.uk", href: "mailto:info@heatview.co.uk" },
|
||||
{ label: "Hours: 08:30 - 17:30", href: "#" },
|
||||
@@ -49,8 +47,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -76,9 +73,7 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:085873279",
|
||||
}}
|
||||
text: "Call Now", href: "tel:085873279"}}
|
||||
brandName="Heatview"
|
||||
/>
|
||||
</div>
|
||||
@@ -89,6 +84,7 @@ export default function HomePage() {
|
||||
description="Fast response times, fair pricing, and expert workmanship. Your trusted local plumber for emergency callouts, boiler replacement, and bathroom renovations."
|
||||
tag="Rated 4.7★ by 44 Local Customers"
|
||||
tagIcon={Star}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Call Now – 085 873 2792", href: "tel:0858732792" },
|
||||
{ text: "Request a Free Quote", href: "#contact" },
|
||||
@@ -99,26 +95,14 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson",
|
||||
handle: "Local Homeowner",
|
||||
testimonial: "On time. Clean work. Fair pricing. Couldn't ask for better service!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah Johnson", handle: "Local Homeowner", testimonial: "On time. Clean work. Fair pricing. Couldn't ask for better service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "Property Manager",
|
||||
testimonial: "Responsive and easy to reach. Our tenants always get quick fixes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=1",
|
||||
},
|
||||
name: "Michael Chen", handle: "Property Manager", testimonial: "Responsive and easy to reach. Our tenants always get quick fixes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg"},
|
||||
{
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Landlord",
|
||||
testimonial: "Clear communication throughout. Professional team that respects our properties.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
},
|
||||
name: "Emily Rodriguez", handle: "Landlord", testimonial: "Clear communication throughout. Professional team that respects our properties.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -131,36 +115,19 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Boiler Replacement & Repair",
|
||||
description: "Expert boiler installation and repair to keep your heating system running efficiently",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=1",
|
||||
imageAlt: "Professional boiler installation service",
|
||||
},
|
||||
title: "Boiler Replacement & Repair", description: "Expert boiler installation and repair to keep your heating system running efficiently", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Professional boiler installation service"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Heating System Repairs",
|
||||
description: "Fast diagnosis and repair of heating issues. We keep your home warm when you need it most",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-rotary-switch_23-2149308989.jpg?_wi=1",
|
||||
imageAlt: "Heating system maintenance and repair",
|
||||
},
|
||||
title: "Heating System Repairs", description: "Fast diagnosis and repair of heating issues. We keep your home warm when you need it most", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-rotary-switch_23-2149308989.jpg", imageAlt: "Heating system maintenance and repair"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Bathroom Renovations",
|
||||
description: "Complete bathroom overhauls with modern fixtures and professional installation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1",
|
||||
imageAlt: "Modern bathroom renovation project",
|
||||
},
|
||||
title: "Bathroom Renovations", description: "Complete bathroom overhauls with modern fixtures and professional installation", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Modern bathroom renovation project"},
|
||||
{
|
||||
id: 4,
|
||||
title: "General Plumbing",
|
||||
description: "From leaks to installations, we handle all your general plumbing needs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pipe-wrench-left-side-wooden-background-with-copy-space_141793-15202.jpg",
|
||||
imageAlt: "General plumbing repair work",
|
||||
},
|
||||
title: "General Plumbing", description: "From leaks to installations, we handle all your general plumbing needs", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pipe-wrench-left-side-wooden-background-with-copy-space_141793-15202.jpg", imageAlt: "General plumbing repair work"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="opacity"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -174,49 +141,48 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.7★",
|
||||
title: "Rated by 44 Local Customers",
|
||||
items: [
|
||||
"Consistent 5-star reviews",
|
||||
"Verified customer testimonials",
|
||||
"Local community trusted since opening",
|
||||
],
|
||||
id: "1", value: "4.7★", title: "Rated by 44 Local Customers", items: [
|
||||
"Consistent 5-star reviews", "Verified customer testimonials", "Local community trusted since opening"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "24/7",
|
||||
title: "Emergency Service Available",
|
||||
items: [
|
||||
"Rapid response times",
|
||||
"Same-day service options",
|
||||
"Always ready when you need us",
|
||||
],
|
||||
id: "2", value: "24/7", title: "Emergency Service Available", items: [
|
||||
"Rapid response times", "Same-day service options", "Always ready when you need us"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Transparent Pricing",
|
||||
items: [
|
||||
"No hidden charges",
|
||||
"Free quotes on all work",
|
||||
"Fair, competitive rates",
|
||||
],
|
||||
id: "3", value: "100%", title: "Transparent Pricing", items: [
|
||||
"No hidden charges", "Free quotes on all work", "Fair, competitive rates"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "10+",
|
||||
title: "Years Local Experience",
|
||||
items: [
|
||||
"Expert technicians",
|
||||
"Professional workmanship",
|
||||
"Proven track record",
|
||||
],
|
||||
id: "4", value: "10+", title: "Years Local Experience", items: [
|
||||
"Expert technicians", "Professional workmanship", "Proven track record"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from real homeowners, landlords, and property managers in our community"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson, Homeowner", date: "Date: 2 weeks ago", title: "Professional and Punctual", quote: "Called for an emergency leak on a Sunday. They arrived within 2 hours, assessed the problem clearly, and fixed it without any fuss. Fair price, no upselling. Highly recommend!", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael Chen, Property Manager", date: "Date: 1 month ago", title: "Reliable Partner for Maintenance", quote: "We manage 15 properties and need dependable plumbers. Heatview is always responsive, professional, and our tenants appreciate their clean work. They're our go-to service.", tag: "Property Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez, Landlord", date: "Date: 6 weeks ago", title: "Bathroom Renovation Excellence", quote: "Recently used them for a complete bathroom overhaul. The team was organized, respectful of our property, and finished on schedule. The quality of work is outstanding.", tag: "Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
{
|
||||
id: "4", name: "David Kim, Homeowner", date: "Date: 2 months ago", title: "Boiler Replacement Done Right", quote: "Had an old boiler that needed replacement. They explained all options, didn't push expensive solutions, and installed the new system flawlessly. Great communication throughout.", tag: "Boiler Installation", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
{
|
||||
id: "5", name: "Jessica Morris, Homeowner", date: "Date: 3 months ago", title: "Trustworthy and Honest", quote: "They identified a small issue during a routine inspection and fixed it immediately at no extra charge. That kind of honesty is rare. They've earned our trust.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-vector/colorful-flat-avatar-collection_23-2148099806.jpg", imageSrc: "http://img.b2bpic.net/free-vector/colorful-flat-avatar-collection_23-2148099806.jpg"},
|
||||
{
|
||||
id: "6", name: "Robert Williams, Landlord", date: "Date: 4 months ago", title: "Professional From Start to Finish", quote: "Emergency heating repair in winter. They arrived quickly, fixed the issue professionally, and left everything clean. No complaints whatsoever.", tag: "Emergency Heating", avatarSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Local Community"
|
||||
@@ -226,25 +192,9 @@ export default function HomePage() {
|
||||
showCard={true}
|
||||
speed={40}
|
||||
names={[
|
||||
"Google Reviews",
|
||||
"Checkatrade",
|
||||
"Trustpilot",
|
||||
"Feefo",
|
||||
"HomeStars",
|
||||
"Yell",
|
||||
"RatedPeople",
|
||||
"Thumbtack",
|
||||
]}
|
||||
"Google Reviews", "Checkatrade", "Trustpilot", "Feefo", "HomeStars", "Yell", "RatedPeople", "Thumbtack"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148058468.jpg",
|
||||
"http://img.b2bpic.net/free-vector/verified-check-mark-circle-badge-set_78370-6079.jpg",
|
||||
"http://img.b2bpic.net/free-vector/rate-remark-us-business-background-client-feedback-opinion-matter_1017-60953.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354104.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-real-estate-logo-design_23-2151257294.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-shop-local-logo-design_23-2149613148.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-teamwork-logo-design_23-2149488283.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-shop-local-logo-design_23-2149613148.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148058468.jpg", "http://img.b2bpic.net/free-vector/verified-check-mark-circle-badge-set_78370-6079.jpg", "http://img.b2bpic.net/free-vector/rate-remark-us-business-background-client-feedback-opinion-matter_1017-60953.jpg", "http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354104.jpg", "http://img.b2bpic.net/free-vector/gradient-real-estate-logo-design_23-2151257294.jpg", "http://img.b2bpic.net/free-vector/gradient-shop-local-logo-design_23-2149613148.jpg", "http://img.b2bpic.net/free-vector/gradient-teamwork-logo-design_23-2149488283.jpg", "http://img.b2bpic.net/free-vector/gradient-shop-local-logo-design_23-2149613148.jpg"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Boiler Replacement", href: "/services" },
|
||||
{ label: "Heating Repair", href: "/services" },
|
||||
{ label: "Bathroom Renovations", href: "/services" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 085 873 2792", href: "tel:0858732792" },
|
||||
{ label: "Email: info@heatview.co.uk", href: "mailto:info@heatview.co.uk" },
|
||||
{ label: "Hours: 08:30 - 17:30", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -73,9 +69,7 @@ export default function ServicesPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:085873279",
|
||||
}}
|
||||
text: "Call Now", href: "tel:085873279"}}
|
||||
brandName="Heatview"
|
||||
/>
|
||||
</div>
|
||||
@@ -87,29 +81,16 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Boiler Replacement & Repair",
|
||||
description: "Expert boiler installation and repair to keep your heating system running efficiently. We handle all major brands and models with certified expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2",
|
||||
imageAlt: "Professional boiler installation service",
|
||||
},
|
||||
title: "Boiler Replacement & Repair", description: "Expert boiler installation and repair to keep your heating system running efficiently. We handle all major brands and models with certified expertise.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Professional boiler installation service"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Heating System Repairs",
|
||||
description: "Fast diagnosis and repair of heating issues. We keep your home warm when you need it most with rapid response and reliable solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-rotary-switch_23-2149308989.jpg?_wi=2",
|
||||
imageAlt: "Heating system maintenance and repair",
|
||||
},
|
||||
title: "Heating System Repairs", description: "Fast diagnosis and repair of heating issues. We keep your home warm when you need it most with rapid response and reliable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-rotary-switch_23-2149308989.jpg", imageAlt: "Heating system maintenance and repair"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Bathroom Renovations",
|
||||
description: "Complete bathroom overhauls with modern fixtures and professional installation. Transform your space with quality craftsmanship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2",
|
||||
imageAlt: "Modern bathroom renovation project",
|
||||
},
|
||||
title: "Bathroom Renovations", description: "Complete bathroom overhauls with modern fixtures and professional installation. Transform your space with quality craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Modern bathroom renovation project"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="opacity"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -123,34 +104,16 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction Rate",
|
||||
items: [
|
||||
"Consistent quality delivery",
|
||||
"Professional team behavior",
|
||||
"Attention to detail on every job",
|
||||
],
|
||||
id: "1", value: "98%", title: "Customer Satisfaction Rate", items: [
|
||||
"Consistent quality delivery", "Professional team behavior", "Attention to detail on every job"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "2hr",
|
||||
title: "Average Emergency Response",
|
||||
items: [
|
||||
"24/7 availability",
|
||||
"Quick assessment",
|
||||
"Rapid problem resolution",
|
||||
],
|
||||
id: "2", value: "2hr", title: "Average Emergency Response", items: [
|
||||
"24/7 availability", "Quick assessment", "Rapid problem resolution"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Guaranteed",
|
||||
title: "Workmanship Warranty",
|
||||
items: [
|
||||
"Parts guarantees",
|
||||
"Labor protection",
|
||||
"Peace of mind included",
|
||||
],
|
||||
id: "3", value: "Guaranteed", title: "Workmanship Warranty", items: [
|
||||
"Parts guarantees", "Labor protection", "Peace of mind included"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -165,25 +128,13 @@ export default function ServicesPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer emergency plumbing services?",
|
||||
content: "Yes, we provide 24/7 emergency plumbing services. Call us immediately at 085 873 2792 for urgent issues. We aim to arrive within 2 hours for emergency callouts.",
|
||||
},
|
||||
id: "1", title: "Do you offer emergency plumbing services?", content: "Yes, we provide 24/7 emergency plumbing services. Call us immediately at 085 873 2792 for urgent issues. We aim to arrive within 2 hours for emergency callouts."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How much does a typical repair cost?",
|
||||
content: "Costs vary depending on the issue and complexity. We provide free quotes for all work and transparent pricing upfront. There are no hidden charges or surprise fees.",
|
||||
},
|
||||
id: "2", title: "How much does a typical repair cost?", content: "Costs vary depending on the issue and complexity. We provide free quotes for all work and transparent pricing upfront. There are no hidden charges or surprise fees."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What areas do you service?",
|
||||
content: "We serve the local area and surrounding regions. Call us to confirm if we cover your location. We're based locally and pride ourselves on quick response times.",
|
||||
},
|
||||
id: "3", title: "What areas do you service?", content: "We serve the local area and surrounding regions. Call us to confirm if we cover your location. We're based locally and pride ourselves on quick response times."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer warranties on your work?",
|
||||
content: "Yes, all our work is backed by guarantees. Boiler installations include manufacturer warranties plus our workmanship guarantee. We stand behind every job.",
|
||||
},
|
||||
id: "4", title: "Do you offer warranties on your work?", content: "Yes, all our work is backed by guarantees. Boiler installations include manufacturer warranties plus our workmanship guarantee. We stand behind every job."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user