Update src/app/services/page.tsx
This commit is contained in:
@@ -44,24 +44,19 @@ export default function ServicesPage() {
|
||||
description="From emergency repairs to routine maintenance, we handle every aspect of your plumbing needs with expertise and professionalism."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Emergency Response",
|
||||
description: "Available 24/7 for urgent plumbing problems",
|
||||
icon: Zap,
|
||||
title: "Emergency Response", description: "Available 24/7 for urgent plumbing problems", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Expert Technicians",
|
||||
description: "Highly trained and fully qualified engineers",
|
||||
icon: Wrench,
|
||||
title: "Expert Technicians", description: "Highly trained and fully qualified engineers", icon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Quality Guaranteed",
|
||||
description: "Professional workmanship with customer satisfaction",
|
||||
icon: Droplets,
|
||||
title: "Quality Guaranteed", description: "Professional workmanship with customer satisfaction", icon: Droplets,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,38 +67,20 @@ export default function ServicesPage() {
|
||||
description="Specialized plumbing solutions tailored to your specific needs"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Emergency Plumbing Repairs",
|
||||
author: "24/7 Available",
|
||||
description:
|
||||
"Burst pipes, leaks, blockages, and water damage. We respond within 30 minutes to all emergency calls and get the problem resolved fast.",
|
||||
tags: ["Emergency", "Fast Response", "24/7"],
|
||||
id: "1", title: "Emergency Plumbing Repairs", author: "24/7 Available", description:
|
||||
"Burst pipes, leaks, blockages, and water damage. We respond within 30 minutes to all emergency calls and get the problem resolved fast.", tags: ["Emergency", "Fast Response", "24/7"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2",
|
||||
imageAlt: "Emergency plumbing repair",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing repair"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Boiler Repairs & Maintenance",
|
||||
author: "Heating Experts",
|
||||
description:
|
||||
"Complete boiler services including repair, servicing, maintenance, and installation. Keep your heating system running safely and efficiently year-round.",
|
||||
tags: ["Heating", "Maintenance", "Safety"],
|
||||
id: "2", title: "Boiler Repairs & Maintenance", author: "Heating Experts", description:
|
||||
"Complete boiler services including repair, servicing, maintenance, and installation. Keep your heating system running safely and efficiently year-round.", tags: ["Heating", "Maintenance", "Safety"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=2",
|
||||
imageAlt: "Boiler repair service",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Boiler repair service"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Blocked Drains & Cleaning",
|
||||
author: "Drainage Specialists",
|
||||
description:
|
||||
"Professional drain cleaning, unblocking, and preventive maintenance. We use latest technology to clear blockages and restore proper flow.",
|
||||
tags: ["Drainage", "Cleaning", "Prevention"],
|
||||
id: "3", title: "Blocked Drains & Cleaning", author: "Drainage Specialists", description:
|
||||
"Professional drain cleaning, unblocking, and preventive maintenance. We use latest technology to clear blockages and restore proper flow.", tags: ["Drainage", "Cleaning", "Prevention"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2",
|
||||
imageAlt: "Drain cleaning service",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning service"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -118,25 +95,13 @@ export default function ServicesPage() {
|
||||
description="We deliver consistent, reliable service backed by years of experience"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "30",
|
||||
title: "Minutes",
|
||||
description: "Average emergency response time",
|
||||
icon: Clock,
|
||||
id: "1", value: "30", title: "Minutes", description: "Average emergency response time", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
description: "Customer satisfaction guarantee",
|
||||
icon: TrendingUp,
|
||||
id: "2", value: "100%", title: "Satisfaction", description: "Customer satisfaction guarantee", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "500+",
|
||||
title: "Homes",
|
||||
description: "Happy customers served annually",
|
||||
icon: Users,
|
||||
id: "3", value: "500+", title: "Homes", description: "Happy customers served annually", icon: Users,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -153,24 +118,21 @@ export default function ServicesPage() {
|
||||
copyrightText="© 2025 George The Plumber | 24/7 Emergency Services"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Repairs", href: "/services" },
|
||||
{ label: "Boiler Repairs", href: "/services" },
|
||||
{ label: "Blocked Drains", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "📞 07415 433498", href: "tel:07415433498" },
|
||||
{ label: "Open 24 Hours", href: "/" },
|
||||
{ label: "Emergency Line", href: "tel:07415433498" },
|
||||
|
||||
Reference in New Issue
Block a user