Update src/app/services/page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -45,58 +45,28 @@ export default function ServicesPage() {
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "Emergency Plumbing (24/7)",
|
||||
description: "Burst pipes, blockages, and urgent repairs - we respond within the hour for critical issues affecting your home or business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2",
|
||||
imageAlt: "Emergency plumbing service",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
},
|
||||
title: "Emergency Plumbing (24/7)", description: "Burst pipes, blockages, and urgent repairs - we respond within the hour for critical issues affecting your home or business.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Emergency plumbing service", button: {
|
||||
text: "Get a Quote"},
|
||||
},
|
||||
{
|
||||
title: "Boiler Repairs & Installation",
|
||||
description: "Expert boiler maintenance, repairs, and new installations with comprehensive warranty coverage for peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg?_wi=2",
|
||||
imageAlt: "Boiler repair and installation service",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
},
|
||||
title: "Boiler Repairs & Installation", description: "Expert boiler maintenance, repairs, and new installations with comprehensive warranty coverage for peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg", imageAlt: "Boiler repair and installation service", button: {
|
||||
text: "Get a Quote"},
|
||||
},
|
||||
{
|
||||
title: "Central Heating Repairs",
|
||||
description: "Diagnose and fix heating system issues to keep your home warm and comfortable throughout the year.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg?_wi=2",
|
||||
imageAlt: "Central heating system repair",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
},
|
||||
title: "Central Heating Repairs", description: "Diagnose and fix heating system issues to keep your home warm and comfortable throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg", imageAlt: "Central heating system repair", button: {
|
||||
text: "Get a Quote"},
|
||||
},
|
||||
{
|
||||
title: "Leak Detection & Repair",
|
||||
description: "Advanced leak detection technology to find and fix problems quickly, preventing costly water damage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg?_wi=2",
|
||||
imageAlt: "Leak detection and repair",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
},
|
||||
title: "Leak Detection & Repair", description: "Advanced leak detection technology to find and fix problems quickly, preventing costly water damage.", imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg", imageAlt: "Leak detection and repair", button: {
|
||||
text: "Get a Quote"},
|
||||
},
|
||||
{
|
||||
title: "Bathroom Plumbing",
|
||||
description: "Complete bathroom installation and renovation services including fixtures, fittings, and modern design integration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2",
|
||||
imageAlt: "Bathroom plumbing installation",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
},
|
||||
title: "Bathroom Plumbing", description: "Complete bathroom installation and renovation services including fixtures, fittings, and modern design integration.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Bathroom plumbing installation", button: {
|
||||
text: "Get a Quote"},
|
||||
},
|
||||
{
|
||||
title: "Gas Engineering Services",
|
||||
description: "Qualified gas engineers for safe and compliant installations, repairs, and maintenance of all gas systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=2",
|
||||
imageAlt: "Gas engineering services",
|
||||
button: {
|
||||
text: "Get a Quote",
|
||||
},
|
||||
title: "Gas Engineering Services", description: "Qualified gas engineers for safe and compliant installations, repairs, and maintenance of all gas systems.", imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg", imageAlt: "Gas engineering services", button: {
|
||||
text: "Get a Quote"},
|
||||
},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
@@ -109,19 +79,12 @@ export default function ServicesPage() {
|
||||
<TextSplitAbout
|
||||
title="Professional Service Excellence"
|
||||
description={[
|
||||
"Each of our services is delivered with the same commitment to quality and reliability that has made us the trusted choice for hundreds of North London residents and businesses.",
|
||||
"We use only the highest-quality materials and equipment, ensuring that every installation and repair meets industry standards and provides lasting value.",
|
||||
"Our team of certified professionals stays current with the latest techniques and technologies, allowing us to provide efficient, effective solutions for even the most complex plumbing and heating challenges.",
|
||||
]}
|
||||
"Each of our services is delivered with the same commitment to quality and reliability that has made us the trusted choice for hundreds of North London residents and businesses.", "We use only the highest-quality materials and equipment, ensuring that every installation and repair meets industry standards and provides lasting value.", "Our team of certified professionals stays current with the latest techniques and technologies, allowing us to provide efficient, effective solutions for even the most complex plumbing and heating challenges."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "tel:07360272102",
|
||||
},
|
||||
text: "Schedule Service", href: "tel:07360272102"},
|
||||
{
|
||||
text: "Back to Home",
|
||||
href: "/",
|
||||
},
|
||||
text: "Back to Home", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
@@ -138,100 +101,63 @@ export default function ServicesPage() {
|
||||
description="Contact our team to discuss your plumbing and heating needs. We offer free consultations and transparent pricing for all services."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 07360 272102",
|
||||
href: "tel:07360272102",
|
||||
},
|
||||
text: "Call Now: 07360 272102", href: "tel:07360272102"},
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Quote", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg"
|
||||
imageAlt="Hendon Plumbing & Heating team"
|
||||
logoText="Hendon Plumbing & Heating Ltd"
|
||||
copyrightText="© 2025 Hendon Plumbing & Heating Ltd. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Emergency Plumbing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Emergency Plumbing", href: "#services"},
|
||||
{
|
||||
label: "Boiler Repair & Installation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Boiler Repair & Installation", href: "#services"},
|
||||
{
|
||||
label: "Central Heating",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Central Heating", href: "#services"},
|
||||
{
|
||||
label: "Leak Detection",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Leak Detection", href: "#services"},
|
||||
{
|
||||
label: "Bathroom Plumbing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Bathroom Plumbing", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/services",
|
||||
},
|
||||
label: "About Us", href: "/services"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Our Team", href: "/services"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "Service Areas",
|
||||
href: "#",
|
||||
},
|
||||
label: "Service Areas", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: 07360 272102",
|
||||
href: "tel:07360272102",
|
||||
},
|
||||
label: "Phone: 07360 272102", href: "tel:07360272102"},
|
||||
{
|
||||
label: "Address: 1 Cheyne Walk, London NW4 3QH",
|
||||
href: "#",
|
||||
},
|
||||
label: "Address: 1 Cheyne Walk, London NW4 3QH", href: "#"},
|
||||
{
|
||||
label: "24/7 Emergency Available",
|
||||
href: "tel:07360272102",
|
||||
},
|
||||
label: "24/7 Emergency Available", href: "tel:07360272102"},
|
||||
{
|
||||
label: "WhatsApp: 07360 272102",
|
||||
href: "#",
|
||||
},
|
||||
label: "WhatsApp: 07360 272102", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user