Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 08:46:13 +00:00
parent d0be9bdfcd
commit 9cf6069bc8

View File

@@ -31,8 +31,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -40,8 +39,7 @@ export default function ServicesPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Blocked Drains", href: "/services" },
{ label: "Geyser Repairs", href: "/services" },
@@ -49,8 +47,7 @@ export default function ServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: 079 773 8790", href: "tel:0797738790" },
{ label: "WhatsApp", href: "https://wa.me/27797738790" },
{ label: "Email Us", href: "/contact" },
@@ -88,7 +85,7 @@ export default function ServicesPage() {
{ text: "Schedule Service", href: "tel:0797738790" },
{ text: "Get Quote" },
]}
imageSrc="http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg"
imageAlt="emergency plumbing leak repair urgent"
useInvertedBackground={false}
/>
@@ -101,40 +98,22 @@ export default function ServicesPage() {
features={[
{
icon: AlertTriangle,
title: "Emergency Plumbing",
description:
"24/7 rapid response to burst pipes, flooding, and critical plumbing emergencies. We arrive quickly and resolve issues efficiently.",
},
title: "Emergency Plumbing", description: "24/7 rapid response to burst pipes, flooding, and critical plumbing emergencies. We arrive quickly and resolve issues efficiently."},
{
icon: Droplets,
title: "Blocked Drains",
description:
"Advanced drain cleaning using modern equipment. We clear blockages from sinks, toilets, and main lines with minimal disruption.",
},
title: "Blocked Drains", description: "Advanced drain cleaning using modern equipment. We clear blockages from sinks, toilets, and main lines with minimal disruption."},
{
icon: Zap,
title: "Burst Pipes",
description:
"Swift diagnosis and professional repair of burst pipes. We minimize water damage and restore your plumbing system quickly.",
},
title: "Burst Pipes", description: "Swift diagnosis and professional repair of burst pipes. We minimize water damage and restore your plumbing system quickly."},
{
icon: Thermometer,
title: "Geyser Services",
description:
"Complete geyser maintenance, repair, and installation. Our technicians handle all brands and models professionally.",
},
title: "Geyser Services", description: "Complete geyser maintenance, repair, and installation. Our technicians handle all brands and models professionally."},
{
icon: Search,
title: "Leak Detection",
description:
"Using advanced technology, we locate hidden leaks precisely. Early detection saves water and prevents costly damage.",
},
title: "Leak Detection", description: "Using advanced technology, we locate hidden leaks precisely. Early detection saves water and prevents costly damage."},
{
icon: Building,
title: "Residential & Commercial",
description:
"Full-service plumbing for homes and businesses. We handle complex installations, maintenance, and emergency repairs.",
},
title: "Residential & Commercial", description: "Full-service plumbing for homes and businesses. We handle complex installations, maintenance, and emergency repairs."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -148,29 +127,17 @@ export default function ServicesPage() {
description="We combine expertise, reliability, and customer care to deliver outstanding plumbing solutions."
metrics={[
{
id: "1",
icon: Zap,
title: "Quick Response",
value: "30 mins",
},
id: "1", icon: Zap,
title: "Quick Response", value: "30 mins"},
{
id: "2",
icon: TrendingUp,
title: "Experience",
value: "15+ years",
},
id: "2", icon: TrendingUp,
title: "Experience", value: "15+ years"},
{
id: "3",
icon: Users,
title: "Customers Served",
value: "5000+",
},
id: "3", icon: Users,
title: "Customers Served", value: "5000+"},
{
id: "4",
icon: Shield,
title: "Satisfaction",
value: "98%",
},
id: "4", icon: Shield,
title: "Satisfaction", value: "98%"},
]}
animationType="slide-up"
textboxLayout="default"