Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -29,8 +29,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -38,8 +37,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services" },
|
||||
{ label: "Blocked Drains", href: "/services" },
|
||||
{ label: "Geyser Repairs", href: "/services" },
|
||||
@@ -47,8 +45,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -99,40 +96,22 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Customer Care",
|
||||
description:
|
||||
"Your satisfaction is our priority. We listen to your needs, communicate clearly, and deliver solutions you can trust.",
|
||||
},
|
||||
title: "Customer Care", description: "Your satisfaction is our priority. We listen to your needs, communicate clearly, and deliver solutions you can trust."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Excellence",
|
||||
description:
|
||||
"We maintain the highest standards in workmanship, using quality materials and proven techniques for lasting results.",
|
||||
},
|
||||
title: "Excellence", description: "We maintain the highest standards in workmanship, using quality materials and proven techniques for lasting results."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Innovation",
|
||||
description:
|
||||
"We stay current with industry advancements, investing in modern equipment and continuous professional development.",
|
||||
},
|
||||
title: "Innovation", description: "We stay current with industry advancements, investing in modern equipment and continuous professional development."},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Reliability",
|
||||
description:
|
||||
"You can depend on us. We honor our commitments, arrive on time, and deliver results you can count on.",
|
||||
},
|
||||
title: "Reliability", description: "You can depend on us. We honor our commitments, arrive on time, and deliver results you can count on."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Transparency",
|
||||
description:
|
||||
"We provide honest quotes, explain all options clearly, and never charge for surprises. What you see is what you pay.",
|
||||
},
|
||||
title: "Transparency", description: "We provide honest quotes, explain all options clearly, and never charge for surprises. What you see is what you pay."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Local Expertise",
|
||||
description:
|
||||
"We understand Durban and KZN. Our team knows local infrastructure, weather patterns, and property challenges.",
|
||||
},
|
||||
title: "Local Expertise", description: "We understand Durban and KZN. Our team knows local infrastructure, weather patterns, and property challenges."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -146,29 +125,17 @@ export default function AboutPage() {
|
||||
description="Proven experience and customer satisfaction backing our commitment to excellence."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: TrendingUp,
|
||||
title: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
id: "1", icon: TrendingUp,
|
||||
title: "Years Experience", value: "15+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Happy Customers",
|
||||
value: "5000+",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Happy Customers", value: "5000+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: CheckCircle,
|
||||
title: "Projects Completed",
|
||||
value: "10000+",
|
||||
},
|
||||
id: "3", icon: CheckCircle,
|
||||
title: "Projects Completed", value: "10000+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Award,
|
||||
title: "Success Rate",
|
||||
value: "98%",
|
||||
},
|
||||
id: "4", icon: Award,
|
||||
title: "Success Rate", value: "98%"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -29,8 +28,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services" },
|
||||
{ label: "Blocked Drains", href: "/services" },
|
||||
{ label: "Geyser Repairs", href: "/services" },
|
||||
@@ -38,8 +36,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -77,7 +74,7 @@ export default function ContactPage() {
|
||||
{ text: "Call 079 773 8790", href: "tel:0797738790" },
|
||||
{ text: "WhatsApp", href: "https://wa.me/27797738790" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg"
|
||||
imageAlt="team professional plumbers qualified experienced"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -90,40 +87,22 @@ export default function ContactPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Call Us",
|
||||
description:
|
||||
"Phone: 079 773 8790. Available 24/7 for emergencies and service inquiries. Fast response and professional guidance over the phone.",
|
||||
},
|
||||
title: "Call Us", description: "Phone: 079 773 8790. Available 24/7 for emergencies and service inquiries. Fast response and professional guidance over the phone."},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
title: "WhatsApp",
|
||||
description:
|
||||
"Message us on WhatsApp at 079 773 8790 for quick updates and bookings. Perfect for detailed descriptions of your plumbing issue.",
|
||||
},
|
||||
title: "WhatsApp", description: "Message us on WhatsApp at 079 773 8790 for quick updates and bookings. Perfect for detailed descriptions of your plumbing issue."},
|
||||
{
|
||||
icon: Mail,
|
||||
title: "Email",
|
||||
description:
|
||||
"Send us detailed information about your plumbing needs. We'll respond promptly with recommendations and quotes.",
|
||||
},
|
||||
title: "Email", description: "Send us detailed information about your plumbing needs. We'll respond promptly with recommendations and quotes."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Service Areas",
|
||||
description:
|
||||
"We proudly serve Durban North, Umhlanga, Ballito, Westville, Pinetown, and surrounding areas. Same-day service available.",
|
||||
},
|
||||
title: "Service Areas", description: "We proudly serve Durban North, Umhlanga, Ballito, Westville, Pinetown, and surrounding areas. Same-day service available."},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "24/7 Availability",
|
||||
description:
|
||||
"Emergency plumbing doesn't wait for business hours. Our team responds to urgent calls day and night, every day of the week.",
|
||||
},
|
||||
title: "24/7 Availability", description: "Emergency plumbing doesn't wait for business hours. Our team responds to urgent calls day and night, every day of the week."},
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "Emergency Response",
|
||||
description:
|
||||
"Burst pipes, flooding, or major leaks? Call immediately for priority emergency response. We aim to be at your location within 30 minutes.",
|
||||
},
|
||||
title: "Emergency Response", description: "Burst pipes, flooding, or major leaks? Call immediately for priority emergency response. We aim to be at your location within 30 minutes."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -136,15 +115,7 @@ export default function ContactPage() {
|
||||
title="Serving Greater Durban & KZN"
|
||||
description="Our service area coverage ensures we can reach you quickly. We provide same-day emergency response throughout Durban and KwaZulu-Natal."
|
||||
names={[
|
||||
"Durban North",
|
||||
"Umhlanga",
|
||||
"Ballito",
|
||||
"Westville",
|
||||
"Pinetown",
|
||||
"Hillcrest",
|
||||
"Glenwood",
|
||||
"Morningside",
|
||||
]}
|
||||
"Durban North", "Umhlanga", "Ballito", "Westville", "Pinetown", "Hillcrest", "Glenwood", "Morningside"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
showCard={true}
|
||||
|
||||
@@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "24/7 Emergency Plumber Durban & KZN | Oasis Plumbers",
|
||||
description: "Professional plumbing services in Durban & KZN. 24/7 emergency response, burst pipes, blocked drains, geyser repairs. Fast, reliable, affordable.",
|
||||
keywords: "plumber Durban, emergency plumber KZN, burst pipes, blocked drains, geyser repairs, plumbing services, 24 hour plumber",
|
||||
robots: {
|
||||
title: "24/7 Emergency Plumber Durban & KZN | Oasis Plumbers", description: "Professional plumbing services in Durban & KZN. 24/7 emergency response, burst pipes, blocked drains, geyser repairs. Fast, reliable, affordable.", keywords: "plumber Durban, emergency plumber KZN, burst pipes, blocked drains, geyser repairs, plumbing services, 24 hour plumber", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "24/7 Emergency Plumber Durban & KZN | Oasis Plumbers",
|
||||
description: "Fast, reliable, professional plumbing services available around the clock in Durban and KwaZulu-Natal.",
|
||||
url: "https://oasisplumbers.co.za",
|
||||
siteName: "Oasis Plumbers",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "24/7 Emergency Plumber Durban & KZN | Oasis Plumbers", description: "Fast, reliable, professional plumbing services available around the clock in Durban and KwaZulu-Natal.", url: "https://oasisplumbers.co.za", siteName: "Oasis Plumbers", type: "website", images: [
|
||||
{
|
||||
url: "https://oasisplumbers.co.za/og-image.jpg",
|
||||
alt: "Oasis Plumbers - Professional Plumbing Services",
|
||||
},
|
||||
url: "https://oasisplumbers.co.za/og-image.jpg", alt: "Oasis Plumbers - Professional Plumbing Services"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "24/7 Emergency Plumber Durban & KZN",
|
||||
description: "Professional plumbing services when you need them most.",
|
||||
images: ["https://oasisplumbers.co.za/twitter-image.jpg"],
|
||||
card: "summary_large_image", title: "24/7 Emergency Plumber Durban & KZN", description: "Professional plumbing services when you need them most.", images: ["https://oasisplumbers.co.za/twitter-image.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
208
src/app/page.tsx
208
src/app/page.tsx
@@ -18,7 +18,6 @@ import {
|
||||
Thermometer,
|
||||
Search,
|
||||
Building,
|
||||
TrendingUp,
|
||||
DollarSign,
|
||||
Users,
|
||||
Shield,
|
||||
@@ -36,8 +35,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -45,8 +43,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services" },
|
||||
{ label: "Blocked Drains", href: "/services" },
|
||||
{ label: "Geyser Repairs", href: "/services" },
|
||||
@@ -54,8 +51,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -95,47 +91,23 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1",
|
||||
imageAlt: "emergency plumbing leak repair urgent",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "emergency plumbing leak repair urgent"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg",
|
||||
imageAlt: "blocked drain plumbing unclog maintenance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "blocked drain plumbing unclog maintenance"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg",
|
||||
imageAlt: "geyser water heater repair installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", imageAlt: "geyser water heater repair installation"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-exposed-plumbing-pipes-kitchen_23-2150990677.jpg",
|
||||
imageAlt: "residential plumbing home bathroom kitchen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-exposed-plumbing-pipes-kitchen_23-2150990677.jpg", imageAlt: "residential plumbing home bathroom kitchen"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg",
|
||||
imageAlt: "burst pipe water damage repair",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", imageAlt: "burst pipe water damage repair"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881677.jpg",
|
||||
imageAlt: "leak detection water plumbing technology",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881677.jpg", imageAlt: "leak detection water plumbing technology"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=1",
|
||||
imageAlt: "team professional plumbers qualified experienced",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg", imageAlt: "team professional plumbers qualified experienced"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg",
|
||||
imageAlt: "plumber emergency repair professional service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg", imageAlt: "plumber emergency repair professional service"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now: 079 773 8790", href: "tel:0797738790" },
|
||||
@@ -155,40 +127,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: AlertTriangle,
|
||||
title: "Emergency Plumbing",
|
||||
description:
|
||||
"Immediate response to urgent plumbing issues, available 24/7 for burst pipes, flooding, and critical breakdowns.",
|
||||
},
|
||||
title: "Emergency Plumbing", description: "Immediate response to urgent plumbing issues, available 24/7 for burst pipes, flooding, and critical breakdowns."},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Blocked Drains",
|
||||
description:
|
||||
"Professional drain cleaning and unblocking services using advanced equipment and techniques.",
|
||||
},
|
||||
title: "Blocked Drains", description: "Professional drain cleaning and unblocking services using advanced equipment and techniques."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Burst Pipes",
|
||||
description:
|
||||
"Swift detection and repair of burst pipes with minimal disruption to your home or business.",
|
||||
},
|
||||
title: "Burst Pipes", description: "Swift detection and repair of burst pipes with minimal disruption to your home or business."},
|
||||
{
|
||||
icon: Thermometer,
|
||||
title: "Geyser Repairs & Replacements",
|
||||
description:
|
||||
"Complete geyser maintenance, repair, and installation services for residential and commercial properties.",
|
||||
},
|
||||
title: "Geyser Repairs & Replacements", description: "Complete geyser maintenance, repair, and installation services for residential and commercial properties."},
|
||||
{
|
||||
icon: Search,
|
||||
title: "Leak Detection",
|
||||
description:
|
||||
"Advanced leak detection technology to identify hidden leaks quickly and accurately.",
|
||||
},
|
||||
title: "Leak Detection", description: "Advanced leak detection technology to identify hidden leaks quickly and accurately."},
|
||||
{
|
||||
icon: Building,
|
||||
title: "Residential & Commercial",
|
||||
description:
|
||||
"Full-service plumbing for homes and businesses throughout Durban and KZN.",
|
||||
},
|
||||
title: "Residential & Commercial", description: "Full-service plumbing for homes and businesses throughout Durban and KZN."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -202,29 +156,17 @@ export default function HomePage() {
|
||||
description="We deliver on our promises with reliability, transparency, and exceptional service quality."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Zap,
|
||||
title: "Fast Response",
|
||||
value: "24/7",
|
||||
},
|
||||
id: "1", icon: Zap,
|
||||
title: "Fast Response", value: "24/7"},
|
||||
{
|
||||
id: "2",
|
||||
icon: DollarSign,
|
||||
title: "Transparent Pricing",
|
||||
value: "Fixed Rates",
|
||||
},
|
||||
id: "2", icon: DollarSign,
|
||||
title: "Transparent Pricing", value: "Fixed Rates"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Users,
|
||||
title: "Friendly Team",
|
||||
value: "Expert Staff",
|
||||
},
|
||||
id: "3", icon: Users,
|
||||
title: "Friendly Team", value: "Expert Staff"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Shield,
|
||||
title: "Quality Work",
|
||||
value: "Guaranteed",
|
||||
},
|
||||
id: "4", icon: Shield,
|
||||
title: "Quality Work", value: "Guaranteed"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -238,95 +180,17 @@ export default function HomePage() {
|
||||
description="Real feedback from homeowners and businesses we've served across Durban and KZN."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tanna van der Merwe",
|
||||
date: "Date: January 2025",
|
||||
title: "Exceptional Service Quality",
|
||||
quote:
|
||||
"Such professional, efficient, affordable service. They arrived within 30 minutes and fixed our burst pipe with minimal disruption. Would highly recommend to anyone.",
|
||||
tag: "Residential",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=1",
|
||||
avatarAlt: "Tanna van der Merwe",
|
||||
imageAlt: "customer happy satisfied professional plumbing",
|
||||
},
|
||||
id: "1", name: "Tanna van der Merwe", date: "Date: January 2025", title: "Exceptional Service Quality", quote: "Such professional, efficient, affordable service. They arrived within 30 minutes and fixed our burst pipe with minimal disruption. Would highly recommend to anyone.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg", avatarAlt: "Tanna van der Merwe", imageAlt: "customer happy satisfied professional plumbing"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mickele Lehman",
|
||||
date: "Date: January 2025",
|
||||
title: "Quick Response in Crisis",
|
||||
quote:
|
||||
"I had an urgent issue on a Sunday evening. They arrived quickly, diagnosed the problem professionally, and resolved it promptly. The technician was courteous and explained everything clearly.",
|
||||
tag: "Emergency",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg?_wi=1",
|
||||
avatarAlt: "Mickele Lehman",
|
||||
imageAlt: "homeowner customer review trusted service",
|
||||
},
|
||||
id: "2", name: "Mickele Lehman", date: "Date: January 2025", title: "Quick Response in Crisis", quote: "I had an urgent issue on a Sunday evening. They arrived quickly, diagnosed the problem professionally, and resolved it promptly. The technician was courteous and explained everything clearly.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", avatarAlt: "Mickele Lehman", imageAlt: "homeowner customer review trusted service"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Nkosi",
|
||||
date: "Date: December 2024",
|
||||
title: "Trustworthy & Reliable",
|
||||
quote:
|
||||
"We've used Oasis Plumbers multiple times for our property portfolio. They're always reliable, professional, and transparent with pricing. Highly recommended for business use.",
|
||||
tag: "Commercial",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=1",
|
||||
avatarAlt: "David Nkosi",
|
||||
imageAlt: "business owner customer professional plumber",
|
||||
},
|
||||
id: "3", name: "David Nkosi", date: "Date: December 2024", title: "Trustworthy & Reliable", quote: "We've used Oasis Plumbers multiple times for our property portfolio. They're always reliable, professional, and transparent with pricing. Highly recommended for business use.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", avatarAlt: "David Nkosi", imageAlt: "business owner customer professional plumber"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Johnson",
|
||||
date: "Date: December 2024",
|
||||
title: "Excellent Geyser Service",
|
||||
quote:
|
||||
"Our geyser failed during winter. Oasis responded quickly and installed a new unit efficiently. The team was professional and left the area clean. Very satisfied with their work.",
|
||||
tag: "Residential",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg?_wi=1",
|
||||
avatarAlt: "Sarah Johnson",
|
||||
imageAlt: "satisfied client customer service quality",
|
||||
},
|
||||
id: "4", name: "Sarah Johnson", date: "Date: December 2024", title: "Excellent Geyser Service", quote: "Our geyser failed during winter. Oasis responded quickly and installed a new unit efficiently. The team was professional and left the area clean. Very satisfied with their work.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg", avatarAlt: "Sarah Johnson", imageAlt: "satisfied client customer service quality"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Michael Chen",
|
||||
date: "Date: November 2024",
|
||||
title: "Local Experts You Can Trust",
|
||||
quote:
|
||||
"As a business owner in Durban North, having a reliable plumber is crucial. Oasis Plumbers understands local infrastructure and delivers consistent quality service.",
|
||||
tag: "Commercial",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1",
|
||||
avatarAlt: "Michael Chen",
|
||||
imageAlt: "professional plumber customer review trusted",
|
||||
},
|
||||
id: "5", name: "Michael Chen", date: "Date: November 2024", title: "Local Experts You Can Trust", quote: "As a business owner in Durban North, having a reliable plumber is crucial. Oasis Plumbers understands local infrastructure and delivers consistent quality service.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", avatarAlt: "Michael Chen", imageAlt: "professional plumber customer review trusted"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Emily Rodriguez",
|
||||
date: "Date: November 2024",
|
||||
title: "Outstanding Professionalism",
|
||||
quote:
|
||||
"Blocked drain issue resolved in one visit. The team was punctual, professional, and their rates were fair. Would definitely call them again for future plumbing needs.",
|
||||
tag: "Residential",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg?_wi=1",
|
||||
avatarAlt: "Emily Rodriguez",
|
||||
imageAlt: "homeowner happy satisfied emergency service",
|
||||
},
|
||||
id: "6", name: "Emily Rodriguez", date: "Date: November 2024", title: "Outstanding Professionalism", quote: "Blocked drain issue resolved in one visit. The team was punctual, professional, and their rates were fair. Would definitely call them again for future plumbing needs.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg", avatarAlt: "Emily Rodriguez", imageAlt: "homeowner happy satisfied emergency service"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -338,15 +202,7 @@ export default function HomePage() {
|
||||
title="Proudly Serving Durban & Surrounding Areas"
|
||||
description="We provide fast, reliable plumbing services throughout KwaZulu-Natal with local expertise and immediate response."
|
||||
names={[
|
||||
"Durban North",
|
||||
"Umhlanga",
|
||||
"Ballito",
|
||||
"Westville",
|
||||
"Pinetown",
|
||||
"Hillcrest",
|
||||
"Glenwood",
|
||||
"Morningside",
|
||||
]}
|
||||
"Durban North", "Umhlanga", "Ballito", "Westville", "Pinetown", "Hillcrest", "Glenwood", "Morningside"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
showCard={true}
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ReviewsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -29,8 +28,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services" },
|
||||
{ label: "Blocked Drains", href: "/services" },
|
||||
{ label: "Geyser Repairs", href: "/services" },
|
||||
@@ -38,8 +36,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -77,7 +74,7 @@ export default function ReviewsPage() {
|
||||
{ text: "Schedule Service", href: "tel:0797738790" },
|
||||
{ text: "Request Quote", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg"
|
||||
imageAlt="homeowner happy satisfied emergency service"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -89,95 +86,17 @@ export default function ReviewsPage() {
|
||||
description="Real stories from real customers who experienced our professional service and reliability."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tanna van der Merwe",
|
||||
date: "Date: January 2025",
|
||||
title: "Exceptional Service Quality",
|
||||
quote:
|
||||
"Such professional, efficient, affordable service. They arrived within 30 minutes and fixed our burst pipe with minimal disruption. Would highly recommend to anyone.",
|
||||
tag: "Residential",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=2",
|
||||
avatarAlt: "Tanna van der Merwe",
|
||||
imageAlt: "customer happy satisfied professional plumbing",
|
||||
},
|
||||
id: "1", name: "Tanna van der Merwe", date: "Date: January 2025", title: "Exceptional Service Quality", quote: "Such professional, efficient, affordable service. They arrived within 30 minutes and fixed our burst pipe with minimal disruption. Would highly recommend to anyone.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg", avatarAlt: "Tanna van der Merwe", imageAlt: "customer happy satisfied professional plumbing"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mickele Lehman",
|
||||
date: "Date: January 2025",
|
||||
title: "Quick Response in Crisis",
|
||||
quote:
|
||||
"I had an urgent issue on a Sunday evening. They arrived quickly, diagnosed the problem professionally, and resolved it promptly. The technician was courteous and explained everything clearly.",
|
||||
tag: "Emergency",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg?_wi=2",
|
||||
avatarAlt: "Mickele Lehman",
|
||||
imageAlt: "homeowner customer review trusted service",
|
||||
},
|
||||
id: "2", name: "Mickele Lehman", date: "Date: January 2025", title: "Quick Response in Crisis", quote: "I had an urgent issue on a Sunday evening. They arrived quickly, diagnosed the problem professionally, and resolved it promptly. The technician was courteous and explained everything clearly.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", avatarAlt: "Mickele Lehman", imageAlt: "homeowner customer review trusted service"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Nkosi",
|
||||
date: "Date: December 2024",
|
||||
title: "Trustworthy & Reliable",
|
||||
quote:
|
||||
"We've used Oasis Plumbers multiple times for our property portfolio. They're always reliable, professional, and transparent with pricing. Highly recommended for business use.",
|
||||
tag: "Commercial",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=2",
|
||||
avatarAlt: "David Nkosi",
|
||||
imageAlt: "business owner customer professional plumber",
|
||||
},
|
||||
id: "3", name: "David Nkosi", date: "Date: December 2024", title: "Trustworthy & Reliable", quote: "We've used Oasis Plumbers multiple times for our property portfolio. They're always reliable, professional, and transparent with pricing. Highly recommended for business use.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", avatarAlt: "David Nkosi", imageAlt: "business owner customer professional plumber"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Johnson",
|
||||
date: "Date: December 2024",
|
||||
title: "Excellent Geyser Service",
|
||||
quote:
|
||||
"Our geyser failed during winter. Oasis responded quickly and installed a new unit efficiently. The team was professional and left the area clean. Very satisfied with their work.",
|
||||
tag: "Residential",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg?_wi=2",
|
||||
avatarAlt: "Sarah Johnson",
|
||||
imageAlt: "satisfied client customer service quality",
|
||||
},
|
||||
id: "4", name: "Sarah Johnson", date: "Date: December 2024", title: "Excellent Geyser Service", quote: "Our geyser failed during winter. Oasis responded quickly and installed a new unit efficiently. The team was professional and left the area clean. Very satisfied with their work.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg", avatarAlt: "Sarah Johnson", imageAlt: "satisfied client customer service quality"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Michael Chen",
|
||||
date: "Date: November 2024",
|
||||
title: "Local Experts You Can Trust",
|
||||
quote:
|
||||
"As a business owner in Durban North, having a reliable plumber is crucial. Oasis Plumbers understands local infrastructure and delivers consistent quality service.",
|
||||
tag: "Commercial",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2",
|
||||
avatarAlt: "Michael Chen",
|
||||
imageAlt: "professional plumber customer review trusted",
|
||||
},
|
||||
id: "5", name: "Michael Chen", date: "Date: November 2024", title: "Local Experts You Can Trust", quote: "As a business owner in Durban North, having a reliable plumber is crucial. Oasis Plumbers understands local infrastructure and delivers consistent quality service.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", avatarAlt: "Michael Chen", imageAlt: "professional plumber customer review trusted"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Emily Rodriguez",
|
||||
date: "Date: November 2024",
|
||||
title: "Outstanding Professionalism",
|
||||
quote:
|
||||
"Blocked drain issue resolved in one visit. The team was punctual, professional, and their rates were fair. Would definitely call them again for future plumbing needs.",
|
||||
tag: "Residential",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg?_wi=3",
|
||||
avatarAlt: "Emily Rodriguez",
|
||||
imageAlt: "homeowner happy satisfied emergency service",
|
||||
},
|
||||
id: "6", name: "Emily Rodriguez", date: "Date: November 2024", title: "Outstanding Professionalism", quote: "Blocked drain issue resolved in one visit. The team was punctual, professional, and their rates were fair. Would definitely call them again for future plumbing needs.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg", avatarAlt: "Emily Rodriguez", imageAlt: "homeowner happy satisfied emergency service"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -190,29 +109,17 @@ export default function ReviewsPage() {
|
||||
description="Our commitment to quality is reflected in every interaction and outcome."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Star,
|
||||
title: "Average Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
id: "1", icon: Star,
|
||||
title: "Average Rating", value: "4.9/5"},
|
||||
{
|
||||
id: "2",
|
||||
icon: ThumbsUp,
|
||||
title: "Positive Reviews",
|
||||
value: "98%",
|
||||
},
|
||||
id: "2", icon: ThumbsUp,
|
||||
title: "Positive Reviews", value: "98%"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Heart,
|
||||
title: "Repeat Customers",
|
||||
value: "85%",
|
||||
},
|
||||
id: "3", icon: Heart,
|
||||
title: "Repeat Customers", value: "85%"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Star,
|
||||
title: "Recommend",
|
||||
value: "100%",
|
||||
},
|
||||
id: "4", icon: Star,
|
||||
title: "Recommend", value: "100%"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user